From: H.J. Lu Date: Sat, 10 Sep 2011 19:15:38 +0000 (+0000) Subject: Check ia32 instead of ilp32. X-Git-Tag: releases/gcc-4.7.0~3828 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b0ad89b87b4c9c228e025b38f4c69dcd722cbd0c;p=thirdparty%2Fgcc.git Check ia32 instead of ilp32. 2011-09-10 H.J. Lu * gcc.dg/sibcall-6.c: Check ia32 instead of ilp32. From-SVN: r178749 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 44ffee1473e5..0329dd019e5f 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2011-09-10 H.J. Lu + + * gcc.dg/sibcall-6.c: Check ia32 instead of ilp32. + 2011-09-09 Georg-Johann Lay PR target/49030 diff --git a/gcc/testsuite/gcc.dg/sibcall-6.c b/gcc/testsuite/gcc.dg/sibcall-6.c index 3dba764bbfb8..b62a8eebc5b5 100644 --- a/gcc/testsuite/gcc.dg/sibcall-6.c +++ b/gcc/testsuite/gcc.dg/sibcall-6.c @@ -7,7 +7,7 @@ Contributed by Andreas Bauer */ /* { 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);