https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124130
--- Comment #9 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Richard Biener <[email protected]>: https://gcc.gnu.org/g:f34a8411afefac46233d7479131d7e5458ecf57d commit r16-7550-gf34a8411afefac46233d7479131d7e5458ecf57d Author: Richard Biener <[email protected]> Date: Tue Feb 17 11:42:44 2026 +0100 tree-optimization/124130 - fixup noreturn calls during inlining When we are altering the ctrl state of a stmt due to adding abnormal edges from it we also have to make sure to cleanup its noreturn state. PR tree-optimization/124130 * tree-inline.cc (copy_edges_for_bb): Fixup noreturn calls with abnormal edge source. * g++.dg/torture/pr124130.C: New testcase.
