https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109410
--- Comment #24 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:4fe48225fa4e263b8d77d7a1465e1214d9cc742c commit r16-7169-g4fe48225fa4e263b8d77d7a1465e1214d9cc742c Author: Richard Biener <[email protected]> Date: Thu Jan 29 15:43:01 2026 +0100 tree-optimization/109410 - ICE with noreturn and -g This fixes the -g variant of the original testcase. PR tree-optimization/109410 * tree-ssa-reassoc.cc (build_and_add_sum): Use gsi_start_nondebug_after_labels_bb to look for a possible returns-twice call. * gcc.dg/pr109410-2.c: New testcase.
