------- 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

Reply via email to