]> gcc.gnu.org Git - gcc.git/commitdiff
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 e515a2bf6ee35dc7cae0962f219d9a0114f83f7e..93bde1e7d729e78273a3a61ddd03f36a96c6e831 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do compile }
+// { dg-additional-options "-Wno-psabi" }
 
 #define vector __attribute__((vector_size(16)))
 class A {
This page took 0.068332 seconds and 5 git commands to generate.