diff options
author | Jakub Jelinek <jakub@redhat.com> | 2017-07-04 10:46:45 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2017-07-04 10:46:45 +0200 |
commit | 8e8dd13b3500722e7e42f552737527ad7a39a657 (patch) | |
tree | de1ca3ae220eae8d9a8c480ba4b11636c4994510 /gcc | |
parent | f111f4340f58c01a2cf869084e47344da8fb81e1 (diff) | |
download | gcc-8e8dd13b3500722e7e42f552737527ad7a39a657.zip gcc-8e8dd13b3500722e7e42f552737527ad7a39a657.tar.gz gcc-8e8dd13b3500722e7e42f552737527ad7a39a657.tar.bz2 |
function-argument-3.C: Add -Wno-psabi to additional options.
* g++.dg/asan/function-argument-3.C: Add -Wno-psabi to additional
options.
From-SVN: r249952
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 3 | ||||
-rw-r--r-- | gcc/testsuite/g++.dg/asan/function-argument-3.C | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 1105733..eb2bdad 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,8 @@ 2017-07-04 Jakub Jelinek <jakub@redhat.com> + * g++.dg/asan/function-argument-3.C: Add -Wno-psabi to additional + options. + PR target/81175 * gcc.target/i386/pr69255-2.c (foo): Use the return value of the gather. diff --git a/gcc/testsuite/g++.dg/asan/function-argument-3.C b/gcc/testsuite/g++.dg/asan/function-argument-3.C index 14617ba..6994b6d 100644 --- a/gcc/testsuite/g++.dg/asan/function-argument-3.C +++ b/gcc/testsuite/g++.dg/asan/function-argument-3.C @@ -1,5 +1,6 @@ // { dg-do run } // { dg-shouldfail "asan" } +// { dg-additional-options "-Wno-psabi" } typedef int v4si __attribute__ ((vector_size (16))); |