[Bug tree-optimization/53844] [4.6/4.7 Regression] GCC generates suboptimal code for unused members of classes in some cases on multiple targets.

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Jul 4 09:35:00 GMT 2012


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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
          Component|middle-end                  |tree-optimization
         AssignedTo|unassigned at gcc dot       |rguenth at gcc dot gnu.org
                   |gnu.org                     |

--- Comment #3 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-07-04 09:34:59 UTC ---
With the alias-oracle in place DCE can no longer see this (the temporaries
have their address taken).  DSE should be able to, but it seems it does not.

Investigating.



More information about the Gcc-bugs mailing list