testsuite: Silence psabi warning
authorDavid Edelsohn <dje.gcc@gmail.com>
Sat, 15 May 2021 19:24:56 +0000 (15:24 -0400)
committerDavid Edelsohn <dje.gcc@gmail.com>
Sun, 16 May 2021 23:22:12 +0000 (19:22 -0400)
* g++.dg/ext/attrib63.C: Add -Wno-psabi option.

gcc/testsuite/g++.dg/ext/attrib63.C

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