https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107305
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |error-recovery, | |ice-on-invalid-code Blocks| |101057 --- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> --- Yeah, the "design" of the GIMPLE frontend is that most IL validation is done by the verifiers instead of the parser. Maybe we can run the verifier on the parsing result and abort compilation if there was any error. Referenced Bugs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101057 [Bug 101057] [gimplefe] GIMPLE frontend issues