[Bug middle-end/124130] [13/14/15/16 Regression] ICE: verify_gimple failed on *-linux-gnu since r15-9422
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Feb 17 10:44:30 GMT 2026
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124130
--- Comment #8 from Richard Biener <rguenth at gcc dot gnu.org> ---
Hmm, so usually we have a fixup-cfg pass that would do the necessary cleanups,
but we keep gimple_ctrl_altering_p false to have the IL be correct. So we
cannot have it half-way here, and need to fixup possible noreturn calls then
during inlining.
Testing patch.
More information about the Gcc-bugs
mailing list