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++/51229] [C++0x] [4.7 Regression] Broken diagnostic: 'integer_cst' not supported by dump_dec


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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1
      Known to work|                            |4.6.2

--- Comment #2 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-12-06 14:04:27 UTC ---
4.6 prints

> g++-4.6 -S -std=c++0x t.C
t.C:6:10: error: expected identifier before numeric constant
t.C:6:16: error: invalid conversion from âvoid (*)()â to âintâ [-fpermissive]


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