https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123852

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|debug                       |target

--- Comment #17 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Hmm:
```
(insn 39 38 11 2 (set (reg:SI 4 r4 [orig:170 _12 ] [170])
        (if_then_else (eq:SI (reg:SI 147 t)
                (const_int 1 [0x1]))
            (reg:SI 4 r4 [orig:182 f ] [182])
            (neg:SI (reg:SI 4 r4 [orig:182 f ] [182])))) "t.c":4:6 159
{negsi_cond}
     (expr_list:REG_DEAD (reg:SI 147 t)
        (nil)))

```

There seems to be a missing mode on this.

Reply via email to