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:
Jakub Jelinek 2017-07-04 10:46:45 +02:00 committed by Jakub Jelinek
parent f111f4340f
commit 8e8dd13b35
2 changed files with 4 additions and 0 deletions

View 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.

View file

@ -1,5 +1,6 @@
// { dg-do run }
// { dg-shouldfail "asan" }
// { dg-additional-options "-Wno-psabi" }
typedef int v4si __attribute__ ((vector_size (16)));