http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60911
--- Comment #13 from Richard Biener <rguenth at gcc dot gnu.org> --- Author: rguenth Date: Fri Apr 25 07:48:06 2014 New Revision: 209781 URL: http://gcc.gnu.org/viewcvs?rev=209781&root=gcc&view=rev Log: 2014-04-25 Richard Biener <rguent...@suse.de> PR ipa/60911 * passes.c (apply_ipa_transforms): Inline into only caller ... (execute_one_pass): ... here. Properly bring in function bodies for nodes we want to apply IPA transforms to. * gcc.dg/lto/pr60911_0.c: New testcase. Added: branches/gcc-4_9-branch/gcc/testsuite/gcc.dg/lto/pr60911_0.c Modified: branches/gcc-4_9-branch/gcc/ChangeLog branches/gcc-4_9-branch/gcc/passes.c branches/gcc-4_9-branch/gcc/testsuite/ChangeLog