http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58094
--- Comment #6 from Jan Hubicka <hubicka at gcc dot gnu.org> --- Author: hubicka Date: Fri Sep 13 14:35:32 2013 New Revision: 202567 URL: http://gcc.gnu.org/viewcvs?rev=202567&root=gcc&view=rev Log: PR middle-end/58094 * ipa-inline.c (check_callers): New function. (check_caller_edge): Remove. (want_inline_function_to_all_callers_p): Also permit alises that are called dirrectly. (inline_to_all_callers): Terminate the walk when devirtualization introduce new calls. Modified: trunk/gcc/ChangeLog trunk/gcc/ipa-inline.c