[Bug rtl-optimization/20412] [4.0/4.1 Regression] RTL checking failure in the combiner

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu Mar 10 19:48:00 GMT 2005


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-10 19:48 -------
Hmm, we are simplifing the following RTL:
(compare:CC (ne:SI (reg:SI 131)
            (const_int 0 [0x0]))
        (const_int 0 [0x0]))

To:
(reg:SI 131)

Which is wrong (but I should note that simplify_set for compare does not handle reg RTL).

-- 


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



More information about the Gcc-bugs mailing list