OSDN Git Service

Check ia32 instead of ilp32.
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Oct 2011 15:39:27 +0000 (15:39 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Oct 2011 15:39:27 +0000 (15:39 +0000)
2011-10-13  H.J. Lu  <hongjiu.lu@intel.com>

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@179926 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 5a2e3b7..41bacce 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 f08a944..90cc75d 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;