http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43884
Jan Hubicka <hubicka at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|unassigned at gcc dot |hubicka at gcc dot gnu.org |gnu.org | --- Comment #19 from Jan Hubicka <hubicka at gcc dot gnu.org> 2011-01-22 16:24:36 UTC --- The profile is consistent, but due to recursive inlining we create deep loop nest in the function making profile estimation to believe that code outside the loop nest is cold. Path for PR44334 should cure this testcase too. I will look into if I can get the testsuite updated and the patch comitted.