testsuite: Add -mabi to pr116595.C

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.
This commit is contained in:
Robin Dapp
2025-04-09 12:11:52 +02:00
parent f183ae0ae8
commit ac1044da4b

View File

@@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-options "-march=rv64gcv" } */
/* { dg-options "-march=rv64gcv -mabi=lp64d" } */
#include <riscv_vector.h>