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