[Bug rtl-optimization/16456] PowerPC - redundant subtract involving pointer types
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri Jul 9 19:15:00 GMT 2004
------- 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
More information about the Gcc-bugs
mailing list