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 tree-optimization/38207] Union in structs are not well optimized



------- Comment #3 from rguenth at gcc dot gnu dot org  2008-11-21 10:51 -------
The oracle correctly figures that c_1(D)->D.1593.a and c_1(D)->D.1597.c do not
alias.  The problem is a general defect in FRE that causes us to never CSE
a load with the default definition of the virtual SSA name.


-- 

rguenth 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         |2008-11-21 10:51:51
               date|                            |


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


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