testsuite: Add -Wno-psabi to pr104505.c

The testcase references a vector type that elicits a psabi warning.
This patch adds the option to suppress the warning.

	* c-c++-common/pr104505.c: Add -Wno-psabi.
This commit is contained in:
David Edelsohn 2022-03-02 08:59:01 -05:00
parent 8977f4bec6
commit 38c1731193

View File

@ -1,4 +1,5 @@
/* { dg-do compile } */
/* { dg-additional-options "-Wno-psabi" } */
typedef char __attribute__((__vector_size__ (8))) U;
typedef short __attribute__((__vector_size__ (16))) V;