Check ia32 instead of ilp32.
authorH.J. Lu <hongjiu.lu@intel.com>
Thu, 13 Oct 2011 15:39:27 +0000 (15:39 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Thu, 13 Oct 2011 15:39:27 +0000 (08:39 -0700)
2011-10-13  H.J. Lu  <hongjiu.lu@intel.com>

* gcc.target/i386/pr50712.c: Check ia32 instead of ilp32.

From-SVN: r179926

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr50712.c

index 5a2e3b7f1a4089a19e968420fcd98e8a7564ec19..41bacceba0b3bfbb5d40d682f09b1fdb639aceaa 100644 (file)
@@ -1,3 +1,7 @@
+2011-10-13  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gcc.target/i386/pr50712.c: Check ia32 instead of ilp32.
+
 2011-10-13  Eric Botcazou  <ebotcazou@adacore.com>
 
        * gcc.dg/builtins-67.c: Guard iround and irint with HAVE_C99_RUNTIME.
index f08a94453de8e08ab8ddbe37b66c66edd6d9d9cb..90cc75db346aed1492c2460e80f57dafe23b1708 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-require-effective-target ilp32 } */
+/* { dg-require-effective-target ia32 } */
 /* { dg-options "-O2" } */
 
 typedef __builtin_va_list __va_list;