https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37448
--- Comment #54 from Richard Biener <rguenth at gcc dot gnu.org> --- Author: rguenth Date: Mon Feb 22 09:32:35 2016 New Revision: 233598 URL: https://gcc.gnu.org/viewcvs?rev=233598&root=gcc&view=rev Log: 2016-02-22 Richard Biener <rguent...@suse.de> PR ipa/37448 * ipa-inline-transform.c (inline_call): When not updating overall summaries adjust self size by the growth estimate. * ipa-inline.c (inline_to_all_callers_1): Add to the callers hash-set, do not update overall summaries here. Renamed from ... (inline_to_all_callers): ... this which is now wrapping the above and performing delayed overall summary update. (early_inline_small_functions): Delay updating of the overall summary. Modified: trunk/gcc/ChangeLog trunk/gcc/ipa-inline-transform.c trunk/gcc/ipa-inline.c