Check ia32 instead of ilp32.
authorH.J. Lu <hongjiu.lu@intel.com>
Sat, 10 Sep 2011 19:15:38 +0000 (19:15 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Sat, 10 Sep 2011 19:15:38 +0000 (12:15 -0700)
2011-09-10  H.J. Lu  <hongjiu.lu@intel.com>

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

From-SVN: r178749

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/sibcall-6.c

index 44ffee1473e510ac49760e8431ea67c8b75067ba..0329dd019e5f70796126949f8e065714f8a44d88 100644 (file)
@@ -1,3 +1,7 @@
+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>
 
        PR target/49030
index 3dba764bbfb83e08d81577dfb2a53bf35be008e2..b62a8eebc5b547a22e57fa9079ccc220c87d0708 100644 (file)
@@ -7,7 +7,7 @@
    Contributed by Andreas Bauer <baueran@in.tum.de>  */
 
 /* { 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" } */
 
 extern void abort (void);