]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite: Add -mabi to pr116595.C
authorRobin Dapp <rdapp@ventanamicro.com>
Wed, 9 Apr 2025 10:11:52 +0000 (12:11 +0200)
committerRobin Dapp <rdapp@ventanamicro.com>
Wed, 9 Apr 2025 10:12:58 +0000 (12:12 +0200)
As usual, I forgot to add -mabi=lp64d to the test case.  This patch adds
it.  Going to push as obvious.

gcc/testsuite/ChangeLog:

* g++.target/riscv/rvv/autovec/pr116595.C: Add -mabi.

gcc/testsuite/g++.target/riscv/rvv/autovec/pr116595.C

index 6d509d2cf74e292a5b08cd7e1f7fd21a60df9a36..37475493a2144b71cfa54f1b85a9aea7f76ebfea 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-march=rv64gcv" } */
+/* { dg-options "-march=rv64gcv -mabi=lp64d" } */
 
 #include <riscv_vector.h>