]> gcc.gnu.org Git - gcc.git/commitdiff
function-argument-3.C: Add -Wno-psabi to additional options.
authorJakub Jelinek <jakub@redhat.com>
Tue, 4 Jul 2017 08:46:45 +0000 (10:46 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 4 Jul 2017 08:46:45 +0000 (10:46 +0200)
* g++.dg/asan/function-argument-3.C: Add -Wno-psabi to additional
options.

From-SVN: r249952

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/asan/function-argument-3.C

index 110573314ac6f5720057ae24e44413c6cf5c88d5..eb2bdad9966c739e951077955ed6d5bc3146d4dc 100644 (file)
@@ -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.
index 14617ba84258bb3ed6246d0876f1cce345408201..6994b6df1c83db1c38a77361e5127f96abc5c615 100644 (file)
@@ -1,5 +1,6 @@
 // { dg-do run }
 // { dg-shouldfail "asan" }
+// { dg-additional-options "-Wno-psabi" }
 
 typedef int v4si __attribute__ ((vector_size (16)));
 
This page took 0.071157 seconds and 5 git commands to generate.