[Bug c/71583] ICE on invalid code on x86_64-linux-gnu (in c_parser_postfix_expression_after_paren_type, at c/c-parser.c:8192)
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sun Jun 19 05:47:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71583
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |error-recovery,
| |ice-on-invalid-code
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
>gcc-5.3 and older versions do not crash.
Actually they do:
>small.c:4: confused by earlier errors, bailing out
This is just GCC emitting a message that an ICE occurred after an error message
happened. GCC emits that message if not configured with checking enabled.
More information about the Gcc-bugs
mailing list