https://bugs.kde.org/show_bug.cgi?id=416301

--- Comment #5 from Mark Wielaard <m...@klomp.org> ---
(In reply to Mark Wielaard from comment #4)
> I tried the patch on koji (remote builder) on Fedora rawhide with GCC10. It
> seems to cause:
> 
>  op name: CmpF32
>  op type is (F32,F32) -> I32
> arg tys are (F64,F64)
> 
> IR SANITY CHECK FAILURE
> 
> in a couple of tests.

I think, but haven't verified yet, that this is caused by s390_irgen_CxB ()
taking an IRType for which two IRTemps are created (op1 and op2) which are then
used with binop(Iop_CmpF32, mkexpr(op1), mkexpr(op2)). The Iop_CmpF32 is used
unconditionally, but the type given to s390_irgen_CxB () can be Ity_F32 or
Ity_F64.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to