From: David Edelsohn Date: Sat, 15 May 2021 19:24:56 +0000 (-0400) Subject: testsuite: Silence psabi warning X-Git-Tag: basepoints/gcc-13~7494 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e49ff61d41979d024714ca1b44d6c969bbb59d06;p=thirdparty%2Fgcc.git testsuite: Silence psabi warning * g++.dg/ext/attrib63.C: Add -Wno-psabi option. --- diff --git a/gcc/testsuite/g++.dg/ext/attrib63.C b/gcc/testsuite/g++.dg/ext/attrib63.C index e515a2bf6ee3..93bde1e7d729 100644 --- a/gcc/testsuite/g++.dg/ext/attrib63.C +++ b/gcc/testsuite/g++.dg/ext/attrib63.C @@ -1,4 +1,5 @@ // { dg-do compile } +// { dg-additional-options "-Wno-psabi" } #define vector __attribute__((vector_size(16))) class A {