[Bug middle-end/52693] Wrong code with SRA and arrays
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Mar 23 23:05:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52693
--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-03-23 23:00:47 UTC ---
Wait a minute,
value = stack.l[D.4470_102];
With
value_77 = MEM[(struct exprList_s *)&stack];
value$u_620 = MEM[(struct exprList_s *)&stack].u;
Where is D.4470_102 being taken into account? I don't see it in the dumps.
More information about the Gcc-bugs
mailing list