This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/51680] [4.7 Regression] g++ 4.7 fails to inline trivial template stuff
- From: "hubicka at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 07 Jan 2012 23:35:13 +0000
- Subject: [Bug tree-optimization/51680] [4.7 Regression] g++ 4.7 fails to inline trivial template stuff
- Auto-submitted: auto-generated
- References: <bug-51680-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51680
--- Comment #13 from Jan Hubicka <hubicka at gcc dot gnu.org> 2012-01-07 23:35:13 UTC ---
Author: hubicka
Date: Sat Jan 7 23:35:08 2012
New Revision: 182983
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182983
Log:
PR tree-optimization/51680
* ipa-inline.c (want_inline_small_function_p): Be more lax on functions
whose inlining reduce unit size.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/ipa-inline.c