Re: [PATCH] S/390: Fix failing RTL check in s390_canonicalize_comparison

2019-09-02 Thread Andreas Krebbel
On 02.09.19 16:46, Ilya Leoshkevich wrote: > Bootstrap and regtest running on s390x-redhat-linux. > > The new sigfpe-eh.c fails with > > internal compiler error: RTL check: expected elt 0 type 'e' or 'u', have > 'w' (rtx const_int) > > This is most likely due to a typo: XEXP (*op1, 0) was u

[PATCH] S/390: Fix failing RTL check in s390_canonicalize_comparison

2019-09-02 Thread Ilya Leoshkevich
Bootstrap and regtest running on s390x-redhat-linux. The new sigfpe-eh.c fails with internal compiler error: RTL check: expected elt 0 type 'e' or 'u', have 'w' (rtx const_int) This is most likely due to a typo: XEXP (*op1, 0) was used, when XEXP (*op1, 0) was intended. This did not cause