Re: [PATCH] RISC-V: Force ilp32d for the T-Head FMV test

2023-04-17 Thread Palmer Dabbelt
On Tue, 11 Apr 2023 14:01:35 PDT (-0700), gcc-patches@gcc.gnu.org wrote: On 4/11/23 14:10, Palmer Dabbelt wrote: These functions are NOPs on the soft-float ABIs. Since we're already forcing the ISA, let's just force the ABI too. gcc/testsuite/ChangeLog: *

Re: [PATCH] RISC-V: Force ilp32d for the T-Head FMV test

2023-04-11 Thread Jeff Law via Gcc-patches
On 4/11/23 14:10, Palmer Dabbelt wrote: These functions are NOPs on the soft-float ABIs. Since we're already forcing the ISA, let's just force the ABI too. gcc/testsuite/ChangeLog: * gcc.target/riscv/xtheadfmv-fmv.c: Force the ilp32d ABI. --- This one is also in the testing queue.

[PATCH] RISC-V: Force ilp32d for the T-Head FMV test

2023-04-11 Thread Palmer Dabbelt
These functions are NOPs on the soft-float ABIs. Since we're already forcing the ISA, let's just force the ABI too. gcc/testsuite/ChangeLog: * gcc.target/riscv/xtheadfmv-fmv.c: Force the ilp32d ABI. --- This one is also in the testing queue. OK for trunk? ---