[Bug c/108954] ICE with invalid gimple source
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Feb 28 10:45:50 GMT 2023
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
More information about the Gcc-bugs
mailing list