public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [x32] PATCH: Require ia32 instead of ilp32
@ 2011-06-04 23:35 H.J. Lu
  0 siblings, 0 replies; 3+ messages in thread
From: H.J. Lu @ 2011-06-04 23:35 UTC (permalink / raw)
  To: gcc-patches

Hi,

I checked in this patch.

H.J.
---
commit ec77028f71a04a8e48f1d64497acf821d368daf0
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Mon May 30 17:19:09 2011 -0700

    Require ia32 instead of ilp32.

diff --git a/gcc/testsuite/ChangeLog.x32 b/gcc/testsuite/ChangeLog.x32
index f82e95c..43af9dd 100644
--- a/gcc/testsuite/ChangeLog.x32
+++ b/gcc/testsuite/ChangeLog.x32
@@ -1,3 +1,7 @@
+2011-05-30  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* gcc.target/i386/pr49095.c: Require ia32 instead of ilp32.
+
 2011-05-27  H.J. Lu  <hongjiu.lu@intel.com>
 
 	* objc.dg/torture/forward-1.m: Require ia32 instead of ilp32.
diff --git a/gcc/testsuite/gcc.target/i386/pr49095.c b/gcc/testsuite/gcc.target/i386/pr49095.c
index bc82020..b7d1fb2 100644
--- a/gcc/testsuite/gcc.target/i386/pr49095.c
+++ b/gcc/testsuite/gcc.target/i386/pr49095.c
@@ -1,7 +1,7 @@
 /* PR rtl-optimization/49095 */
 /* { dg-do compile } */
 /* { dg-options "-Os" } */
-/* { dg-options "-Os -mregparm=2" { target ilp32 } } */
+/* { dg-options "-Os -mregparm=2" { target ia32 } } */
 
 void foo (void *);
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [x32] PATCH: Require ia32 instead of ilp32
@ 2011-05-27 13:36 H.J. Lu
  0 siblings, 0 replies; 3+ messages in thread
From: H.J. Lu @ 2011-05-27 13:36 UTC (permalink / raw)
  To: gcc-patches

Hi,

objc.dg/torture/forward-1.m is also expected to fail on x32.  Checking
it in.

H.J.
---
commit cabf76cce0f4efcfdd3fb033255830c1336a0c64
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Fri May 27 04:59:36 2011 -0700

    Require ia32 instead of ilp32.

diff --git a/gcc/testsuite/ChangeLog.x32 b/gcc/testsuite/ChangeLog.x32
index 5c4728b..f82e95c 100644
--- a/gcc/testsuite/ChangeLog.x32
+++ b/gcc/testsuite/ChangeLog.x32
@@ -1,3 +1,7 @@
+2011-05-27  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* objc.dg/torture/forward-1.m: Require ia32 instead of ilp32.
+
 2011-05-20  H.J. Lu  <hongjiu.lu@intel.com>
 
 	PR target/48529
diff --git a/gcc/testsuite/objc.dg/torture/forward-1.m b/gcc/testsuite/objc.dg/torture/forward-1.m
index bccf4a1..b77ff28 100644
--- a/gcc/testsuite/objc.dg/torture/forward-1.m
+++ b/gcc/testsuite/objc.dg/torture/forward-1.m
@@ -1,6 +1,6 @@
 /* { dg-do run } */
 /* See if -forward::/-performv:: is able to work. */
-/* { dg-xfail-run-if "PR36610" { ! { { i?86-*-* x86_64-*-* } && ilp32 } } { "-fgnu-runtime" } { "" } } */
+/* { dg-xfail-run-if "PR36610" { ! { { i?86-*-* x86_64-*-* } && ia32 } } { "-fgnu-runtime" } { "" } } */
 /* { dg-skip-if "Needs OBJC2 Implementation" { *-*-darwin* && { lp64 } } { "-fnext-runtime" } { "" } } */
 /* There is no implementation of forward: in the NeXT m64 libobjc/Object
    neither have we implemented this in our extensions - so we have to skip it

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [x32] PATCH: Require ia32 instead of ilp32
@ 2011-04-25  4:19 H.J. Lu
  0 siblings, 0 replies; 3+ messages in thread
From: H.J. Lu @ 2011-04-25  4:19 UTC (permalink / raw)
  To: gcc-patches

Hi,

I checked in this patch to require ia32 instead of ilp32 on ia32 tests.


H.J.
----
commit 7412d91e93cf1a153f500101ba53c7ab2f7cdc96
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Sat Apr 16 07:45:26 2011 -0700

    Require ia32 instead of ilp32.

diff --git a/gcc/testsuite/ChangeLog.x32 b/gcc/testsuite/ChangeLog.x32
index 468594d..11cca91 100644
--- a/gcc/testsuite/ChangeLog.x32
+++ b/gcc/testsuite/ChangeLog.x32
@@ -1,3 +1,9 @@
+2011-04-16  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* gcc.target/i386/avx-vinsertps-3.c: Require ia32 instead of
+	ilp32.
+	* gcc.target/i386/sse4_1-insertps-3.c: Likewise.
+
 2011-04-09  H.J. Lu  <hongjiu.lu@intel.com>
 
 	* gcc.target/i386/pr48389.c: Require ia32 instead of ilp32.
diff --git a/gcc/testsuite/gcc.target/i386/avx-vinsertps-3.c b/gcc/testsuite/gcc.target/i386/avx-vinsertps-3.c
index 9397729..515ee41 100644
--- a/gcc/testsuite/gcc.target/i386/avx-vinsertps-3.c
+++ b/gcc/testsuite/gcc.target/i386/avx-vinsertps-3.c
@@ -1,4 +1,4 @@
-/* { dg-do run { target ilp32 } } */
+/* { dg-do run { target ia32 } } */
 /* { dg-require-effective-target avx } */
 /* { dg-options "-O2 -mfpmath=sse -mavx -mtune=geode" } */
 
diff --git a/gcc/testsuite/gcc.target/i386/sse4_1-insertps-3.c b/gcc/testsuite/gcc.target/i386/sse4_1-insertps-3.c
index 75a8073..7c71664 100644
--- a/gcc/testsuite/gcc.target/i386/sse4_1-insertps-3.c
+++ b/gcc/testsuite/gcc.target/i386/sse4_1-insertps-3.c
@@ -1,4 +1,4 @@
-/* { dg-do run { target ilp32 } } */
+/* { dg-do run { target ia32 } } */
 /* { dg-require-effective-target sse4 } */
 /* { dg-options "-O2 -msse4.1 -mtune=geode" } */
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-06-04 23:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-04 23:35 [x32] PATCH: Require ia32 instead of ilp32 H.J. Lu
  -- strict thread matches above, loose matches on Subject: below --
2011-05-27 13:36 H.J. Lu
2011-04-25  4:19 H.J. Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).