Re: [PATCH, RISC-V] Fix ambiguous mode of some compare insn

2019-07-09 Thread Katsuhiro Suzuki
Hello Jim, On 2019/07/08 13:41, Jim Wilson wrote: On Sat, Jul 6, 2019 at 1:26 AM Katsuhiro Suzuki wrote: This patch fixes ambiguous mode of some compare insns of RISC-V. Only sge, slt and sle are using but other compare insns use . It seems first group mode settings are ambiguous. Richard

[PATCH, RISC-V] Fix ambiguous mode of some compare insn

2019-07-05 Thread Katsuhiro Suzuki
Hello, This patch fixes ambiguous mode of some compare insns of RISC-V. Only sge, slt and sle are using but other compare insns use . It seems first group mode settings are ambiguous. Best Regards, Katsuhiro Suzuki Index: gcc/config/riscv/riscv.md