https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109410
--- Comment #25 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-15 branch has been updated by Richard Biener <[email protected]>: https://gcc.gnu.org/g:490531cc072aa9bb132275855f027ccaabde122a commit r15-10767-g490531cc072aa9bb132275855f027ccaabde122a 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. (cherry picked from commit 4fe48225fa4e263b8d77d7a1465e1214d9cc742c)
