https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115787
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2024-07-05 Ever confirmed|0 |1 Status|UNCONFIRMED |NEW --- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> --- With a better testcase error-recovery could be avoided. Note that the GIMPLE parser doesn't impose all GIMPLE constraints but relies on the verifier. This IL part (default label present) is instead verified by an assert.