This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug rtl-optimization/83575] [8 Regression] ICE: verify_flow_info failed (error: multiple hot/cold transitions found)


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

--- Comment #5 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
Once BB order is finalized we should not move them across partitions.

The problem seems to start with loop2_unroll which for some reason introduce
blocks of count 0 that looks like a misupdate of profile, this seems to trigger
some bug in bb-reorder with profile absent.

I will try to take a look.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]