https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118407
Bug ID: 118407 Summary: [15 Regression] tree-ssa/predcom-8.c fails with invalid sum after g: Product: gcc Version: 15.0 Status: UNCONFIRMED Keywords: testsuite-fail Severity: normal Priority: P3 Component: tree-optimization Assignee: tnfchris at gcc dot gnu.org Reporter: tnfchris at gcc dot gnu.org Target Milestone: --- the loop unroller messes up loop profiling when loops with early breaks are unrolled. Patches are upstream to fix them: https://gcc.gnu.org/pipermail/gcc-patches/2025-January/672675.html