]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
RISC-V: Remove arch and abi option for run test case.
authorPan Li <pan2.li@intel.com>
Fri, 22 Sep 2023 03:38:11 +0000 (11:38 +0800)
committerPan Li <pan2.li@intel.com>
Fri, 22 Sep 2023 03:48:52 +0000 (11:48 +0800)
Remove the -march and -mabi.

gcc/testsuite/ChangeLog:

* gcc.target/riscv/rvv/autovec/math-ceil-run-0.c: Remove arch and abi.
* gcc.target/riscv/rvv/autovec/math-ceil-run-1.c: Ditto.
* gcc.target/riscv/rvv/autovec/math-ceil-run-2.c: Ditto.

Signed-off-by: Pan Li <pan2.li@intel.com>
gcc/testsuite/gcc.target/riscv/rvv/autovec/math-ceil-run-0.c
gcc/testsuite/gcc.target/riscv/rvv/autovec/math-ceil-run-1.c
gcc/testsuite/gcc.target/riscv/rvv/autovec/math-ceil-run-2.c

index f1946e197cc3c1a19884ae8e370bad2fbd3f56f2..67462154018294b645b700d2150c346a83b570e3 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do run { target { riscv_vector } } } */
-/* { dg-additional-options "-march=rv64gcv_zvfh -std=c2x -mabi=lp64d -O3 -ftree-vectorize -fno-vect-cost-model -ffast-math" } */
+/* { dg-additional-options "-std=c2x -O3 -ftree-vectorize -fno-vect-cost-model -ffast-math" } */
 
 #include "test-math.h"
 
index 202944ddd92587b978f811c4a0b6884d7de6b8ca..38adff16df92c41bca60ed79dc97de7b8c26ef1f 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do run { target { riscv_vector } } } */
-/* { dg-additional-options "-march=rv64gcv -std=c99 -mabi=lp64d -O3 -ftree-vectorize -fno-vect-cost-model -ffast-math" } */
+/* { dg-additional-options "-std=c99 -O3 -ftree-vectorize -fno-vect-cost-model -ffast-math" } */
 
 #include "test-math.h"
 
index f0ff9bca0afa80fc2360ed0188a8d6e7b3cb800f..6f22842ebdbe67c10bb49579cc8a12d603c9cb24 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do run { target { riscv_vector } } } */
-/* { dg-additional-options "-march=rv64gcv -std=c99 -mabi=lp64d -O3 -ftree-vectorize -fno-vect-cost-model -ffast-math" } */
+/* { dg-additional-options "-std=c99 -O3 -ftree-vectorize -fno-vect-cost-model -ffast-math" } */
 
 #include "test-math.h"