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

--- Comment #7 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(gdb) p debug_rtx(op->value)
(reg/v:DI 107 [ e ])
$1 = void
(gdb) p mode
$2 = E_SImode


#7  0x00000000017d7778 in emit_conditional_move (target=0x7ffff7404fd8,
comp=..., op2=0x7ffff7404780, op3=0x7ffff7609490, mode=E_SImode, unsignedp=0)
at /home/apinski/src/upstream-gcc-git/gcc/gcc/optabs.cc:5316
5316                   rtx res = emit_conditional_move_1 (target, comparison,
(gdb) p debug_rtx(op2)
(reg/v:DI 107 [ e ])
$3 = void
(gdb) p debug_rtx(op3)
(const_int 0 [0])
$4 = void

Reply via email to