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.
