[Bug middle-end/37448] cannot compile big function

2016-02-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37448 Richard Biener changed: What|Removed |Added Status|NEW |RESOLVED Known to work|

[Bug middle-end/37448] cannot compile big function

2016-02-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37448 --- Comment #54 from Richard Biener --- Author: rguenth Date: Mon Feb 22 09:32:35 2016 New Revision: 233598 URL: https://gcc.gnu.org/viewcvs?rev=233598&root=gcc&view=rev Log: 2016-02-22 Richard Biener PR ipa/37448 * ipa-inlin

[Bug middle-end/37448] cannot compile big function

2016-02-18 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37448 --- Comment #53 from Richard Biener --- I have a simple patch :P

[Bug middle-end/37448] cannot compile big function

2016-02-17 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37448 --- Comment #52 from Richard Biener --- Even at -O1 the inliner degenerates (and var-tracking gives up if you enable -g) ipa inlining heuristics : 260.14 (84%) usr 0.50 (23%) sys 260.91 (84%) wall 102217 kB (10%) ggc

[Bug middle-end/37448] cannot compile big function

2013-03-06 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37448 Richard Biener changed: What|Removed |Added Summary|[4.6/4.7/4.8 Regression]|cannot compile big function