Commit d5e149d1 by Richard Biener Committed by Richard Biener

pr63419.C: Add -Wno-psabi.

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

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

From-SVN: r216241
parent c582bb15
2014-10-15 Richard Biener <rguenther@suse.de>
* g++.dg/torture/pr63419.C: Add -Wno-psabi.
2014-10-14 Jan Hubicka <hubicka@ucw.cz> 2014-10-14 Jan Hubicka <hubicka@ucw.cz>
* gcc.dg/tree-prof/peel-1.c: Update. * gcc.dg/tree-prof/peel-1.c: Update.
......
// { dg-do compile } // { dg-do compile }
// { dg-additional-options "-Wno-psabi" }
typedef float __m128 __attribute__ ((__vector_size__ (16))); typedef float __m128 __attribute__ ((__vector_size__ (16)));
const int a = 0; const int a = 0;
......
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