Commit b0ad89b8 by H.J. Lu Committed by H.J. Lu

Check ia32 instead of ilp32.

2011-09-10  H.J. Lu  <hongjiu.lu@intel.com>

	* gcc.dg/sibcall-6.c: Check ia32 instead of ilp32.

From-SVN: r178749
parent 95928a13
2011-09-10 H.J. Lu <hongjiu.lu@intel.com>
* gcc.dg/sibcall-6.c: Check ia32 instead of ilp32.
2011-09-09 Georg-Johann Lay <avr@gjlay.de> 2011-09-09 Georg-Johann Lay <avr@gjlay.de>
PR target/49030 PR target/49030
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
Contributed by Andreas Bauer <baueran@in.tum.de> */ Contributed by Andreas Bauer <baueran@in.tum.de> */
/* { dg-do run { target i?86-*-* x86_64-*-* s390*-*-* } } */ /* { dg-do run { target i?86-*-* x86_64-*-* s390*-*-* } } */
/* { dg-skip-if "" { { i?86-*-* x86_64-*-* } && { ilp32 && { ! nonpic } } } { "*" } { "" } } */ /* { dg-skip-if "" { { i?86-*-* x86_64-*-* } && { ia32 && { ! nonpic } } } { "*" } { "" } } */
/* { dg-options "-O2 -foptimize-sibling-calls -fno-ipa-cp" } */ /* { dg-options "-O2 -foptimize-sibling-calls -fno-ipa-cp" } */
extern void abort (void); extern void abort (void);
......
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