http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43052
--- Comment #4 from Jan Hubicka <hubicka at gcc dot gnu.org> 2010-11-10 21:36:07 UTC --- Hmm, I should read testcases curefully. It is memcmp. GCC is not really smart on inlining this; I guess we should just disable the inline unless we optimize for size since we don't really have enough info to inline it well by default.