https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101314
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> --- (In reply to John X from comment #0) > $ gcc-sp11 test.c > test.c: In function ‘main’: > test.c:13:3: sorry, unimplemented: passing too large argument on stack > 13 | foo(a); > | ^~~~~~ > test.c:13: confused by earlier errors, bailing out This is ICE just hidden for release checking if there was a sorry/error before hand. So this is not a regression from GCC 11.