http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48752
--- Comment #12 from Jan Hubicka <hubicka at gcc dot gnu.org> 2011-04-27 07:30:36 UTC --- Hi, the problem is that ipa-prop is not really looking for newly inserted functions. So inliner knows about the arguments but asks the ipa-prop machinery that doesn't. I will add the missing add_new_function hook. I still can't reproduce the testcase but I guess I can make one myself just by forcing global constructor. Will try to have patch before lunch. Will also fix my dyslectic Czenglish ;)