[Bug middle-end/124130] [13/14/15/16 Regression] ICE: verify_gimple failed on *-linux-gnu since r15-9422
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Feb 17 13:56:43 GMT 2026
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 <rguenth@gcc.gnu.org>:
https://gcc.gnu.org/g:f34a8411afefac46233d7479131d7e5458ecf57d
commit r16-7550-gf34a8411afefac46233d7479131d7e5458ecf57d
Author: Richard Biener <rguenther@suse.de>
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.
More information about the Gcc-bugs
mailing list