[Bug c++/48008] [4.6 Regression] libstdc++-v3/testsuite/20_util/function/43397.cc fails to assemble with -fabi-version=5
jason at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Mar 7 16:58:00 GMT 2011
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.
More information about the Gcc-bugs
mailing list