]> gcc.gnu.org Git - gcc.git/commit
RISC-V: Fix fail of vmv-imm-rv64.c in rv32
authorJuzhe Zhong <juzhe.zhong@rivai.ai>
Fri, 12 May 2023 06:38:46 +0000 (14:38 +0800)
committerJeff Law <jlaw@ventanamicro.com>
Fri, 14 Jul 2023 02:05:21 +0000 (20:05 -0600)
commitc408bd9199e99e1da651a6fc76316d443d5609fe
tree4ddf1d4f36f75790fa8498911a1470ca42503e9a
parent5b863adc634d663d22223c00e2abd34dd852e82d
RISC-V: Fix fail of vmv-imm-rv64.c in rv32

After update local codebase to the trunk. I realize there is one more
fail in RV32.
After this patch, all fails of RVV are cleaned up.
Thanks.

FAIL: gcc.target/riscv/rvv/autovec/vmv-imm-rv64.c -O3 -ftree-vectorize
(test for excess errors)
Excess errors:
cc1: error: ABI requires '-march=rv32'

gcc/testsuite/ChangeLog:

* gcc.target/riscv/rvv/autovec/vmv-imm-rv64.c: Add ABI

Signed-off-by: Juzhe Zhong <juzhe.zhong@rivai.ai>
gcc/testsuite/gcc.target/riscv/rvv/autovec/vmv-imm-rv64.c
This page took 0.054579 seconds and 5 git commands to generate.