https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110600
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2023-07-08 Summary|ICE on valid code at -O1 |[14 Regregression] ICE on |and above on |valid code at -O1 and above |x86_64-linux-gnu: |on x86_64-linux-gnu: |Segmentation fault |Segmentation fault Ever confirmed|0 |1 Status|UNCONFIRMED |NEW Target Milestone|--- |14.0 Keywords| |ice-on-valid-code --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- if (exit_edge && exit_edge->src->loop_father != loop) { fprintf (dump_file, ";; Loop exit is in inner loop;" " will leave exit probabilities inconsistent\n"); } Confirmed, dump_file is not checked ...