This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/48008] [4.6 Regression] libstdc++-v3/testsuite/20_util/function/43397.cc fails to assemble with -fabi-version=5


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48008

Jason Merrill <jason at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3
             Status|NEW                         |ASSIGNED
   Target Milestone|4.6.0                       |---

--- Comment #3 from Jason Merrill <jason at gcc dot gnu.org> 2011-03-07 16:58:45 UTC ---
Oh, yuck.  The issue here is that attribute const/noreturn use the same
representation as function cv-quals, so when I fixed the compiler to ignore the
attributes it started ignoring the function cv-quals as well.  Should
definitely fix this for 4.6.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]