RISC-V: testsuite: Add -Wno-psabi to vec_set/vec_extract testcases.

This fixes some fallout from the recent psabi changes.

gcc/testsuite/ChangeLog:

	* gcc.target/riscv/rvv/autovec/vls-vlmax/vec_extract-1.c: Add
	-Wno-psabi.
	* gcc.target/riscv/rvv/autovec/vls-vlmax/vec_extract-2.c: Dito.
	* gcc.target/riscv/rvv/autovec/vls-vlmax/vec_extract-3.c: Dito.
	* gcc.target/riscv/rvv/autovec/vls-vlmax/vec_extract-4.c: Dito.
	* gcc.target/riscv/rvv/autovec/vls-vlmax/vec_extract-run.c:
	Dito.
	* gcc.target/riscv/rvv/autovec/vls-vlmax/vec_set-1.c: Dito.
	* gcc.target/riscv/rvv/autovec/vls-vlmax/vec_set-2.c: Dito.
	* gcc.target/riscv/rvv/autovec/vls-vlmax/vec_set-3.c: Dito.
	* gcc.target/riscv/rvv/autovec/vls-vlmax/vec_set-4.c: Dito.
	* gcc.target/riscv/rvv/autovec/vls-vlmax/vec_set-run.c: Dito.
This commit is contained in:
Robin Dapp 2023-06-20 13:58:32 +02:00
parent 4a6c44f4ad
commit b26f1735cb
10 changed files with 10 additions and 10 deletions

View file

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-additional-options "-march=rv64gcv_zvfh -Wno-pedantic" } */
/* { dg-additional-options "-march=rv64gcv_zvfh -Wno-pedantic -Wno-psabi" } */
#include <stdint-gcc.h>

View file

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-additional-options "-march=rv64gcv_zvfh -Wno-pedantic" } */
/* { dg-additional-options "-march=rv64gcv_zvfh -Wno-pedantic -Wno-psabi" } */
#include <stdint-gcc.h>

View file

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-additional-options "-march=rv64gcv_zvfh -Wno-pedantic" } */
/* { dg-additional-options "-march=rv64gcv_zvfh -Wno-pedantic -Wno-psabi" } */
#include <stdint-gcc.h>

View file

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-additional-options "-march=rv64gcv_zvfh -Wno-pedantic" } */
/* { dg-additional-options "-march=rv64gcv_zvfh -Wno-pedantic -Wno-psabi" } */
#include <stdint-gcc.h>

View file

@ -1,5 +1,5 @@
/* { dg-do run { target { riscv_vector } } } */
/* { dg-additional-options "-std=c99 -Wno-pedantic" } */
/* { dg-additional-options "-std=c99 -Wno-pedantic -Wno-psabi" } */
#include <assert.h>

View file

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-additional-options "-march=rv64gcv_zvfh -Wno-pedantic" } */
/* { dg-additional-options "-march=rv64gcv_zvfh -Wno-pedantic -Wno-psabi" } */
#include <stdint-gcc.h>

View file

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-additional-options "-march=rv64gcv_zvfh -Wno-pedantic" } */
/* { dg-additional-options "-march=rv64gcv_zvfh -Wno-pedantic -Wno-psabi" } */
#include <stdint-gcc.h>

View file

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-additional-options "-march=rv64gcv_zvfh -Wno-pedantic" } */
/* { dg-additional-options "-march=rv64gcv_zvfh -Wno-pedantic -Wno-psabi" } */
#include <stdint-gcc.h>

View file

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-additional-options "-march=rv64gcv_zvfh -Wno-pedantic" } */
/* { dg-additional-options "-march=rv64gcv_zvfh -Wno-pedantic -Wno-psabi" } */
#include <stdint-gcc.h>

View file

@ -1,5 +1,5 @@
/* { dg-do run { target { riscv_vector } } } */
/* { dg-additional-options "-std=c99 -Wno-pedantic" } */
/* { dg-additional-options "-std=c99 -Wno-pedantic -Wno-psabi" } */
#include <assert.h>