[Bug middle-end/55219] [4.7/4.8 regression] attempting to compile a pre-processed unit eats up memory until OOM kills the cc1 process

2012-11-07 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55219 --- Comment #9 from Eric Botcazou 2012-11-07 22:28:36 UTC --- Author: ebotcazou Date: Wed Nov 7 22:28:32 2012 New Revision: 193313 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=193313 Log: PR middle-end/55219 * fold-

[Bug middle-end/55219] [4.7/4.8 regression] attempting to compile a pre-processed unit eats up memory until OOM kills the cc1 process

2012-11-07 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55219 --- Comment #8 from Eric Botcazou 2012-11-07 22:26:05 UTC --- Author: ebotcazou Date: Wed Nov 7 22:26:02 2012 New Revision: 193312 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=193312 Log: PR middle-end/55219 * fold-

[Bug middle-end/55219] [4.7/4.8 regression] attempting to compile a pre-processed unit eats up memory until OOM kills the cc1 process

2012-11-07 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55219 Eric Botcazou changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unas

[Bug middle-end/55219] [4.7/4.8 regression] attempting to compile a pre-processed unit eats up memory until OOM kills the cc1 process

2012-11-07 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55219 --- Comment #6 from Jakub Jelinek 2012-11-07 14:18:36 UTC --- Slightly deobfuscated testcase: int x, c, d, e, f, g, h, i; double j; const int k; const enum { B } a; void fn1 (void) { h = (g ? c : g ? f : g ? e : g ? i : g ? f : g ?

[Bug middle-end/55219] [4.7/4.8 regression] attempting to compile a pre-processed unit eats up memory until OOM kills the cc1 process

2012-11-07 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55219 Jakub Jelinek changed: What|Removed |Added CC||ebotcazou at gcc dot

[Bug middle-end/55219] [4.7/4.8 regression] attempting to compile a pre-processed unit eats up memory until OOM kills the cc1 process

2012-11-06 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55219 --- Comment #4 from Markus Trippelsdorf 2012-11-06 21:52:08 UTC --- Created attachment 28627 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28627 callgraph A callgraph is attached.