diff options
author | David Edelsohn <dje.gcc@gmail.com> | 2021-05-15 15:24:56 -0400 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 2021-05-16 19:22:12 -0400 |
commit | e49ff61d41979d024714ca1b44d6c969bbb59d06 (patch) | |
tree | 97187ee0fb697dea9ab442768765dee9a88577d4 /gcc | |
parent | 2fa3e5740b87085f82970887ddacfc877cdedbff (diff) | |
download | gcc-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.C | 1 |
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 { |