------- Comment #1 from pinskia at gcc dot gnu dot org  2007-04-24 00:30 -------
A couple of issues here:
    nasty_local.a = nasty_local$a;
is a SRA issue and that should not be needed.

The rest is just SRA not doing element copy for the struct (it is not a big
issue) and the testcase should just include "--param sra-max-structure-size=32"
because what it is testing is that SRA can do the element copy with the removal
of memcpy.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-04-24 00:30:40
               date|                            |


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

Reply via email to