testsuite: Silence psabi warning

* g++.dg/ext/attrib63.C: Add -Wno-psabi option.
This commit is contained in:
David Edelsohn 2021-05-15 15:24:56 -04:00
parent 2fa3e5740b
commit e49ff61d41
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
// { dg-do compile }
// { dg-additional-options "-Wno-psabi" }
#define vector __attribute__((vector_size(16)))
class A {