Skip ms_abi attribute tests on x32

* gcc.target/i386/pr57003.c: Skip on x32.
	* gcc.target/i386/pr59927.c: Likewise.
	* gcc.target/i386/pr60516.c: Likewise.

From-SVN: r219090
This commit is contained in:
H.J. Lu 2014-12-28 15:01:53 +00:00 committed by H.J. Lu
parent 502b97e4d4
commit 2cad40adec
4 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2014-12-28 H.J. Lu <hongjiu.lu@intel.com>
* gcc.target/i386/pr57003.c: Skip on x32.
* gcc.target/i386/pr59927.c: Likewise.
* gcc.target/i386/pr60516.c: Likewise.
2014-12-28 Thomas Koenig <tkoenig@gcc.gnu.org>
PR fortran/56867

View File

@ -1,5 +1,5 @@
/* PR rtl-optimization/57003 */
/* { dg-do run } */
/* { dg-do run { target { ! x32 } } } */
/* { dg-options "-O2" } */
#define N 2001

View File

@ -1,5 +1,5 @@
/* PR target/59927 */
/* { dg-do compile } */
/* { dg-do compile { target { ! x32 } } } */
/* { dg-options "-O2 -g" } */
extern void baz (int) __attribute__ ((__ms_abi__));

View File

@ -1,5 +1,5 @@
/* PR target/60516 */
/* { dg-do compile } */
/* { dg-do compile { target { ! x32 } } } */
/* { dg-options "-O2" } */
struct S { char c[65536]; };