------- Comment #3 from hubicka at gcc dot gnu dot org 2009-10-21 23:58 ------- Actually it catch quite interesting thinko in early inliner. We cut iterations of early inliner after fixed point of iterations but because of way the exit condition is written we end up not applying the inline plan after last iteration.
Testing patch. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40556