Re: [PATCH] RISC-V: Enable vect test for RV32

2023-12-18 Thread Robin Dapp
Hi Juzhe, > -} elseif [istarget riscv64-*-*] { > +} elseif [istarget riscv*-*-*] { > if [check_effective_target_riscv_v] { > lappend DEFAULT_VECTCFLAGS "--param" "riscv-vector-abi" > set dg-do-what-default run Yes, that's reasonable. A bit further down we have

[PATCH] RISC-V: Enable vect test for RV32

2023-12-17 Thread Juzhe-Zhong
After recent fixes, almost all real FAILs on RV64 full coverage testing are fixed. So, it's reasonable to start test RV32 vect testing now. We will enable full coverage testing RV32 soon and to see what else need to be fixed. gcc/testsuite/ChangeLog: * lib/target-supports.exp: Enable