------- Comment #3 from pinskia at gcc dot gnu dot org  2009-11-28 01:24 -------
Fixed in 4.5.
  a[0] = 0;
  a[1] = 1;
  memcpy (&b[0], &a[0], 8);
  D.8585_1 = b[1];
  return D.8585_1;


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
          Component|c++                         |tree-optimization
           Keywords|                            |missed-optimization
         Resolution|                            |FIXED
   Target Milestone|---                         |4.5.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42203

Reply via email to