This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/52693] Wrong code with SRA and arrays
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 23 Mar 2012 23:00:47 +0000
- Subject: [Bug middle-end/52693] Wrong code with SRA and arrays
- Auto-submitted: auto-generated
- References: <bug-52693-4@http.gcc.gnu.org/bugzilla/>
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.