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 gcov-profile/81491] [8 Regression] PGO/LTO bootstrap: error: non-cold basic block 6 dominated by a block in the cold partition (15)


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

--- Comment #2 from Jan Hubicka <hubicka at ucw dot cz> ---
Hmm, I will take a look. The test is not really testing the right thing at
first place.
We should not look for dominance relationship, but whether BB is reachable over
path that does not enter cold partition.  I does not make sense to return back
to hot
in such scenarios...

Honza

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