http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49735
--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-07-14 18:26:54 UTC --- (In reply to comment #5) > It probably papers over a different issue though - even recursive inlining > should be limited by a --param, but appearantly that is not working here. > > Honza? Oh it is working, just since this is a simple wrapper function (infinite loop kinda) it is inlinining a lot.