[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 jakub at gcc dot gnu.org changed: What|Removed |Added CC||ebotcazou

[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 jakub at gcc dot gnu.org 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

[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 ebotcazou at gcc dot gnu.org changed: What|Removed |Added Status|NEW

[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 ebotcazou at gcc dot gnu.org 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=gccview=revrev=193312 Log: PR

[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 ebotcazou at gcc dot gnu.org 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=gccview=revrev=193313 Log: PR

[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 markus at trippelsdorf dot de 2012-11-06 21:52:08 UTC --- Created attachment 28627 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=28627 callgraph A callgraph is attached.