[Bug tree-optimization/51680] g++ 4.7 fails to inline trivial template stuff

2019-12-21 Thread miles at gnu dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51680 --- Comment #22 from miles at gnu dot org --- This seems to have been fixed a long time ago (all the examples in the comment yield the "right" result). Can somebody close this bug?

[Bug tree-optimization/51680] g++ 4.7 fails to inline trivial template stuff

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51680 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |---

[Bug tree-optimization/51680] g++ 4.7 fails to inline trivial template stuff

2013-05-31 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51680 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.1 |4.8.2 --- Comment #20 from Jakub Jelinek

[Bug tree-optimization/51680] g++ 4.7 fails to inline trivial template stuff

2013-03-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51680 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.0 |4.8.1 --- Comment #19 from Jaku

[Bug tree-optimization/51680] g++ 4.7 fails to inline trivial template stuff

2013-01-08 Thread miles at gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51680 --- Comment #18 from miles at gnu dot org 2013-01-09 05:35:35 UTC --- Is this considered fixed yet? Given the following example, the latest Debian trunk snapshot ("4.8.0 20121120 (experimental) [trunk revision 193662]", using flags "-O2") s

[Bug tree-optimization/51680] g++ 4.7 fails to inline trivial template stuff

2012-01-09 Thread hubicka at ucw dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51680 --- Comment #17 from Jan Hubicka 2012-01-09 15:18:43 UTC --- > This should not be fixed in the early inliner at all. Well, it is not (just to summarize the disucssion on ML). The change is into IPA inliner. Honza

[Bug tree-optimization/51680] g++ 4.7 fails to inline trivial template stuff

2012-01-09 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51680 --- Comment #16 from Richard Guenther 2012-01-09 09:58:52 UTC --- This should not be fixed in the early inliner at all.

[Bug tree-optimization/51680] g++ 4.7 fails to inline trivial template stuff

2012-01-08 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51680 Jan Hubicka changed: What|Removed |Added Target Milestone|4.7.0 |4.8.0 Summary|[4.7 Regression] g