From e49ff61d41979d024714ca1b44d6c969bbb59d06 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Sat, 15 May 2021 15:24:56 -0400 Subject: [PATCH] testsuite: Silence psabi warning * g++.dg/ext/attrib63.C: Add -Wno-psabi option. --- gcc/testsuite/g++.dg/ext/attrib63.C | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/testsuite/g++.dg/ext/attrib63.C b/gcc/testsuite/g++.dg/ext/attrib63.C index e515a2bf6ee..93bde1e7d72 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 { -- 2.11.4.GIT