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 tree-optimization/25623] jump threading messes up "incoming frequencies" for some BBs



------- Comment #2 from pinskia at gcc dot gnu dot org  2006-03-02 12:53 -------
This still happens as of today.  
with the C testcase from comment #1, we get:
Invalid sum of incoming frequencies 894, should be 9
<L5>:;
  __builtin_abort ();

Invalid sum of incoming frequencies 9106, should be 9991
<L6>:;
  return;


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25623


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