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

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Andrew Pinski from comment #3)
> Wait not 64bit long but
> 
> (gdb) p outmode
> $2 = E_TImode
> 
> 
> Which does not exist for arm ...

No that is just a misleading here.
#4  0x00000000010d4f20 in expand_divmod (rem_flag=1, code=TRUNC_MOD_EXPR,
mode=E_DImode, op0=0x7ffff75d8708, op1=0x7ffff7409430, target=0x7ffff75cfee8,
unsignedp=0, methods=OPTAB_LIB_WIDEN) at ../../gcc/expmed.cc:5354
5354                      (unsignedp ? udivmod_optab : sdivmod_optab,
(gdb) p op0
$3 = (rtx) 0x7ffff75d8708
(gdb) p debug_rtx(op0)
(reg:DI 152)
$4 = void
(gdb) p debug_rtx(op1)
(const_int 3 [0x3])
$5 = void

Reply via email to