This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/51680] 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: Sun, 08 Jan 2012 16:42:58 +0000
- Subject: [Bug tree-optimization/51680] 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
Jan Hubicka <hubicka at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|4.7.0 |4.8.0
Summary|[4.7 Regression] g++ 4.7 |g++ 4.7 fails to inline
|fails to inline trivial |trivial template stuff
|template stuff |
Severity|normal |enhancement
--- Comment #15 from Jan Hubicka <hubicka at gcc dot gnu.org> 2012-01-08 16:42:58 UTC ---
We no longer regress here. I would like to keep this open tas a reminder that
for 4.8 we should do better (i.e. inline process_at even when it is called many
times).
Honza