https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110857

Franz Sirl <sirl at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sirl at gcc dot gnu.org

--- Comment #2 from Franz Sirl <sirl at gcc dot gnu.org> ---
x86_64-linux profiledbootstrap shows a similar symptom (trunk@r14-2929):

during GIMPLE pass: ivcanon
../../gcc/cfgrtl.cc: In function 'bool can_fallthru(basic_block, basic_block)':
../../gcc/cfgrtl.cc:638:1: internal compiler error: in operator>, at
profile-count.h:995
  638 | can_fallthru (basic_block src, basic_block target)
      | ^~~~~~~~~~~~
0xa8fb07 profile_count::operator>(profile_count const&) const
        ../../gcc/profile-count.h:995
0xa93642 update_loop_exit_probability_scale_dom_bbs(loop*, edge_def*,
profile_count)
        ../../gcc/cfgloopmanip.cc:614
0xa9449f scale_loop_profile(loop*, profile_probability, long)
        ../../gcc/cfgloopmanip.cc:749
0x10dc9ee try_unroll_loop_completely
        ../../gcc/tree-ssa-loop-ivcanon.cc:927
0x10dc9ee canonicalize_loop_induction_variables
        ../../gcc/tree-ssa-loop-ivcanon.cc:1274
0x10dd9c4 canonicalize_induction_variables()
        ../../gcc/tree-ssa-loop-ivcanon.cc:1317

I'll see if I can find time do the requested debugging later.

Reply via email to