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
This commit is contained in:
parent
f111f4340f
commit
8e8dd13b35
2 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
// { dg-do run }
|
||||
// { dg-shouldfail "asan" }
|
||||
// { dg-additional-options "-Wno-psabi" }
|
||||
|
||||
typedef int v4si __attribute__ ((vector_size (16)));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue