aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>2021-05-15 15:24:56 -0400
committerDavid Edelsohn <dje.gcc@gmail.com>2021-05-16 19:22:12 -0400
commite49ff61d41979d024714ca1b44d6c969bbb59d06 (patch)
tree97187ee0fb697dea9ab442768765dee9a88577d4 /gcc
parent2fa3e5740b87085f82970887ddacfc877cdedbff (diff)
downloadgcc-e49ff61d41979d024714ca1b44d6c969bbb59d06.zip
gcc-e49ff61d41979d024714ca1b44d6c969bbb59d06.tar.gz
gcc-e49ff61d41979d024714ca1b44d6c969bbb59d06.tar.bz2
testsuite: Silence psabi warning
* g++.dg/ext/attrib63.C: Add -Wno-psabi option.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/g++.dg/ext/attrib63.C1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/g++.dg/ext/attrib63.C b/gcc/testsuite/g++.dg/ext/attrib63.C
index e515a2b..93bde1e 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 {