In rvv.exp: we specify -march=rv64gcv_zfh However, when I built the toolchain with -march=rv64gcv_zfh_zvfh. Then link fail.
All other tests like compress_run-1.c are works fine with : /* { dg-options "-O3 --param riscv-autovec-preference=fixed-vlmax -Wno-psabi" } */ So I adapt these tests like others. juzhe.zh...@rivai.ai From: Robin Dapp Date: 2023-10-25 16:35 To: Juzhe-Zhong; gcc-patches CC: rdapp.gcc; kito.cheng; kito.cheng; jeffreyalaw Subject: Re: [PATCH] RISC-V: Fix multiple EXCESS test FAILs in RVV testsuite Hi Juzhe, I guess that's OK but what's the problem here? Are the default options wrong so we need to overwrite them instead of adding some? Regards Robin