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/16456] PowerPC - redundant subtract involving pointer types


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-09 19:15 -------
Confirmed, the problem is they are different modes.
(set (reg:SI 124)
        (minus:SI (subreg:SI (reg:DI 119 [ ptr1.1 ]) 4)
            (subreg:SI (reg:DI 120 [ ptr2.4 ]) 4)))

(set (reg:DI 126)
        (minus:DI (reg:DI 119 [ ptr1.1 ])
            (reg:DI 120 [ ptr2.4 ])))

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|other                       |rtl-optimization
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-07-09 19:15:24
               date|                            |


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


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