pr63419.C: Add -Wno-psabi.

2014-10-15  Richard Biener  <rguenther@suse.de>

	* g++.dg/torture/pr63419.C: Add -Wno-psabi.

From-SVN: r216241
This commit is contained in:
Richard Biener 2014-10-15 08:25:36 +00:00 committed by Richard Biener
parent c582bb1580
commit d5e149d186
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2014-10-15 Richard Biener <rguenther@suse.de>
* g++.dg/torture/pr63419.C: Add -Wno-psabi.
2014-10-14 Jan Hubicka <hubicka@ucw.cz>
* gcc.dg/tree-prof/peel-1.c: Update.

View file

@ -1,4 +1,5 @@
// { dg-do compile }
// { dg-additional-options "-Wno-psabi" }
typedef float __m128 __attribute__ ((__vector_size__ (16)));
const int a = 0;