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:
parent
8977f4bec6
commit
38c1731193
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user