[Bug tree-optimization/25623] jump threading messes up "incoming frequencies" for some BBs
rguenth at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Mar 2 13:00:00 GMT 2006
------- Comment #4 from rguenth at gcc dot gnu dot org 2006-03-02 13:00 -------
4.1.0 has also after dom2:
Invalid sum of incoming frequencies 673, should be 21
<L5>:;
__builtin_abort ();
Invalid sum of incoming frequencies 9327, should be 9979
<L6>:;
return;
4.0.2 has even different mismatched frequencies. So at least not a regression.
--
rguenth at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Known to fail| |4.1.0 4.2.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25623
More information about the Gcc-bugs
mailing list