]> git.ipfire.org Git - thirdparty/gcc.git/commit
RISC-V: Set the ABI for the RVV tests
authorPalmer Dabbelt <palmer@rivosinc.com>
Tue, 11 Apr 2023 22:18:20 +0000 (15:18 -0700)
committerPalmer Dabbelt <palmer@rivosinc.com>
Mon, 17 Apr 2023 18:13:42 +0000 (11:13 -0700)
commite6b050da8a4513ab37fd3699c7a963421fbe4d81
tree38e499cc74c8f3f7a65aabfab49ee909baa263c4
parent8c010f6fe5ebe80d2e054b31e04ae0e9f12ae368
RISC-V: Set the ABI for the RVV tests

The RVV test harness currently sets the ISA according to the target
tuple, but doesn't also set the ABI.  This just sets the ABI to match
the ISA, though we should really also be respecting the user's specific
ISA to test.

gcc/testsuite/ChangeLog:

* gcc.target/riscv/rvv/rvv.exp (gcc_mabi): New variable.
gcc/testsuite/gcc.target/riscv/rvv/rvv.exp