diff options
author | Palmer Dabbelt <palmer@rivosinc.com> | 2023-04-11 12:59:48 -0700 |
---|---|---|
committer | Palmer Dabbelt <palmer@rivosinc.com> | 2023-04-17 11:13:43 -0700 |
commit | c16848ed8f30be952ac0167fd464ae794fa5ac67 (patch) | |
tree | 3b1981f2417b149f4f66dd5f10185ce57c23ae93 /gcc | |
parent | e6b050da8a4513ab37fd3699c7a963421fbe4d81 (diff) | |
download | gcc-c16848ed8f30be952ac0167fd464ae794fa5ac67.zip gcc-c16848ed8f30be952ac0167fd464ae794fa5ac67.tar.gz gcc-c16848ed8f30be952ac0167fd464ae794fa5ac67.tar.bz2 |
RISC-V: Force ilp32d for the T-Head FMV test
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.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/gcc.target/riscv/xtheadfmv-fmv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.target/riscv/xtheadfmv-fmv.c b/gcc/testsuite/gcc.target/riscv/xtheadfmv-fmv.c index 10d035e..1036044 100644 --- a/gcc/testsuite/gcc.target/riscv/xtheadfmv-fmv.c +++ b/gcc/testsuite/gcc.target/riscv/xtheadfmv-fmv.c @@ -1,5 +1,5 @@ /* { dg-do compile { target { rv32 } } } */ -/* { dg-options "-march=rv32gc_xtheadfmv" } */ +/* { dg-options "-march=rv32gc_xtheadfmv -mabi=ilp32d" } */ /* { dg-skip-if "" { *-*-* } { "-O0" } } */ double |