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:
parent
8537a4a9f5
commit
4ecb3002c5
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* { dg-do compile { target { ia32 && nonpic } } } */
|
||||
/* { dg-do compile { target { { ! x32 } && nonpic } } } */
|
||||
/* { dg-options "-O2" } */
|
||||
|
||||
extern int (*foo)(int);
|
||||
|
Loading…
x
Reference in New Issue
Block a user