https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110123
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Summary|ICE in |[14 Regression] ICE in |check_loop_closed_ssa_def, |check_loop_closed_ssa_def, |at |at |tree-ssa-loop-manip.cc:647 |tree-ssa-loop-manip.cc:647 Keywords| |needs-bisection Last reconfirmed| |2023-06-05 Target Milestone|--- |14.0 Status|UNCONFIRMED |NEW --- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- reduced testcase: ``` short g_467 = 0x45B3L; void func_59(void) { unsigned l_437 = 0x1398CB08L; unsigned *l_477 = &l_437; lbl_522: for (l_437 = (-2); (l_437 != 4); l_437 = (l_437+6)) if (g_467) goto lbl_522; } ``` Reduced compiler options: `-O3 -fno-code-hoisting -fno-tree-ccp -fno-tree-copy-prop -fno-tree-loop-ivcanon -fno-tree-pre`