Commit 8e8dd13b by Jakub Jelinek Committed by Jakub Jelinek

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
parent f111f434
2017-07-04 Jakub Jelinek <jakub@redhat.com> 2017-07-04 Jakub Jelinek <jakub@redhat.com>
* g++.dg/asan/function-argument-3.C: Add -Wno-psabi to additional
options.
PR target/81175 PR target/81175
* gcc.target/i386/pr69255-2.c (foo): Use the return value of the * gcc.target/i386/pr69255-2.c (foo): Use the return value of the
gather. gather.
......
// { dg-do run } // { dg-do run }
// { dg-shouldfail "asan" } // { dg-shouldfail "asan" }
// { dg-additional-options "-Wno-psabi" }
typedef int v4si __attribute__ ((vector_size (16))); typedef int v4si __attribute__ ((vector_size (16)));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment