https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106208
Martin Liška <marxin at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marxin at gcc dot gnu.org, | |tschwinge at gcc dot gnu.org Last reconfirmed| |2022-07-07 Status|UNCONFIRMED |NEW Ever confirmed|0 |1 Summary|[12/13 Regression] ICE in |[12/13 Regression] ICE in |branch_prob, at |branch_prob, at |profile.cc:1459 |profile.cc:1459 since | |r12-5275-gbcebd05720540e25 --- Comment #1 from Martin Liška <marxin at gcc dot gnu.org> --- Reduced test-case: $ cat reg.f90 module m integer a0[*] end $ gcc reg.f90 -c -fcoarray=lib -ftest-coverage during IPA pass: profile f951: internal compiler error: in branch_prob, at profile.cc:1459 0x770d2d branch_prob(bool) /home/marxin/Programming/gcc/gcc/profile.cc:1459 0x10cde00 tree_profiling /home/marxin/Programming/gcc/gcc/tree-profile.cc:782 0x10cde00 execute /home/marxin/Programming/gcc/gcc/tree-profile.cc:888 Please submit a full bug report, with preprocessed source (by using -freport-bug). Please include the complete backtrace with any bug report. See <https://gcc.gnu.org/bugs/> for instructions. Started with r12-5275-gbcebd05720540e25.