From: Robin Dapp Date: Mon, 20 Nov 2023 13:25:03 +0000 (+0100) Subject: RISC-V: testsuite: Do not set default arch for RVV. X-Git-Tag: basepoints/gcc-15~4445 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4efa929a0254b093cc31386cf7fb7c91091ca3cd;p=thirdparty%2Fgcc.git RISC-V: testsuite: Do not set default arch for RVV. This removes setting of the default arch and abi in the testsuite. We should directly use what the target provides. gcc/testsuite/ChangeLog: * gcc.target/riscv/rvv/rvv.exp: Remove -march and -mabi from default CFLAGS. --- diff --git a/gcc/testsuite/gcc.target/riscv/rvv/rvv.exp b/gcc/testsuite/gcc.target/riscv/rvv/rvv.exp index 237a20e11aaf..1d5041b0c8c4 100644 --- a/gcc/testsuite/gcc.target/riscv/rvv/rvv.exp +++ b/gcc/testsuite/gcc.target/riscv/rvv/rvv.exp @@ -30,18 +30,11 @@ if ![info exists DEFAULT_CFLAGS] then { set DEFAULT_CFLAGS " -ansi -pedantic-errors" } -set gcc_march "rv64gcv_zfh" -set gcc_mabi "lp64d" -if [istarget riscv32-*-*] then { - set gcc_march "rv32gcv_zfh" - set gcc_mabi "ilp32d" -} - # Initialize `dg'. dg-init # Main loop. -set CFLAGS "$DEFAULT_CFLAGS -march=$gcc_march -mabi=$gcc_mabi -O3" +set CFLAGS "$DEFAULT_CFLAGS -O3" dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/base/*.\[cS\]]] \ "" $CFLAGS gcc-dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/vsetvl/*.\[cS\]]] \