Commit 2cad40ad by H.J. Lu Committed by H.J. Lu

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
parent 502b97e4
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> 2014-12-28 Thomas Koenig <tkoenig@gcc.gnu.org>
PR fortran/56867 PR fortran/56867
......
/* PR rtl-optimization/57003 */ /* PR rtl-optimization/57003 */
/* { dg-do run } */ /* { dg-do run { target { ! x32 } } } */
/* { dg-options "-O2" } */ /* { dg-options "-O2" } */
#define N 2001 #define N 2001
......
/* PR target/59927 */ /* PR target/59927 */
/* { dg-do compile } */ /* { dg-do compile { target { ! x32 } } } */
/* { dg-options "-O2 -g" } */ /* { dg-options "-O2 -g" } */
extern void baz (int) __attribute__ ((__ms_abi__)); extern void baz (int) __attribute__ ((__ms_abi__));
......
/* PR target/60516 */ /* PR target/60516 */
/* { dg-do compile } */ /* { dg-do compile { target { ! x32 } } } */
/* { dg-options "-O2" } */ /* { dg-options "-O2" } */
struct S { char c[65536]; }; struct S { char c[65536]; };
......
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