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-
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-
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55219
Eric Botcazou changed:
What|Removed |Added
Status|NEW |ASSIGNED
AssignedTo|unas
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 ?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55219
Jakub Jelinek changed:
What|Removed |Added
CC||ebotcazou at gcc dot
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.