[Bug c++/54420] [4.6/4.7/4.8 Regression] Segmentation fault in decl_mangling_context

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Sep 19 10:36:00 GMT 2012


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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|ice-on-valid-code           |ice-on-invalid-code
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-09-19 10:35:58 UTC ---
The important thing is "and shall not be used otherwise", which means the
testcase is invalid, and there is a compiler crash on invalid code that is
fixed on the compiler trunk, but the fix is too risky for the lower priority of
the bug (compared to if it was e.g. a crash on valid code or miscompilation).



More information about the Gcc-bugs mailing list