https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69798
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> --- >It is a regression from 5.3.x. Not really because: > small.c:4: confused by earlier errors, bailing out Means there was an ICE after an error happened but due to checking not being enabled, report that ICE this way so it is likely to be reported as GCC bug and they fix their code first :).