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 rtl-optimization/16803] PowerPC - invariant code motion could be removed from loop.


------- Additional Comments From rakdver at gcc dot gnu dot org  2004-08-30 12:55 -------
Invariant motion does not recognize y as invariant, since we believe that store 
to x[i] may alias y.

As far as I understand the C standard, this is wrong, since short should not be 
compatible with int, but maybe I misunderstood this.  Diego?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dnovillo at redhat dot com


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


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