https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71583
Chengnian Sun <chengniansun at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chengniansun at gmail dot com --- Comment #2 from Chengnian Sun <chengniansun at gmail dot com> --- (In reply to Andrew Pinski from comment #1) > >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. Oh, I see. Thank you for the info.