This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/52693] Wrong code with SRA and arrays


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]