https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108954
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2023-02-28 Blocks| |101057 Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> --- Confirmed. Well, we're (ab-)using the GIMPLE verifiers for error reporting - that we have some places in build2 that ICE (for the sake of early catching errors) is unfortunate. But the intent was to _not_ re-implement the GIMPLE verifier in the GIMPLE frontend. Referenced Bugs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101057 [Bug 101057] [gimplefe] GIMPLE frontend issues