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 target/11451] [m32r-elf] wrong code with -O at cmp_ne_small_const_insns


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2003-07-09 14:36:18         |2003-08-04 21:18:10
               date|                            |


------- Additional Comments From pinskia at physics dot uc dot edu  2003-08-04 21:18 -------
The rtl that ce1 gets rid of is:
(jump_insn 11 9 29 0 (set (pc)
        (if_then_else (eq:CC (reg/v:SI 26 [ i ])
                (const_int 0 [0x0]))
            (label_ref 13)
            (pc))) 45 {*zero_branch_insn} (nil)
    (expr_list:REG_BR_PROB (const_int 5000 [0x1388])
        (nil)))

Looks like the same bug as PR 11601.


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