Don't run gcc.target/i386/sibcall-1.c on x32 targets

* gcc.target/i386/sibcall-1.c: Don't run on x32 targets,
	instead of run on ia32 targets.

From-SVN: r217613
This commit is contained in:
H.J. Lu 2014-11-15 23:13:08 +00:00 committed by H.J. Lu
parent 8537a4a9f5
commit 4ecb3002c5
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2014-11-15 H.J. Lu <hongjiu.lu@intel.com>
* gcc.target/i386/sibcall-1.c: Don't run on x32 targets,
instead of run on ia32 targets.
2014-11-15 Marek Polacek <polacek@redhat.com>
PR middle-end/63884

View File

@ -1,4 +1,4 @@
/* { dg-do compile { target { ia32 && nonpic } } } */
/* { dg-do compile { target { { ! x32 } && nonpic } } } */
/* { dg-options "-O2" } */
extern int (*foo)(int);