public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: "H.J. Lu" <hongjiu.lu@intel.com>
To: gcc-patches@gcc.gnu.org
Subject: [x32] PATCH: Require ia32 instead of ilp32
Date: Sat, 04 Jun 2011 23:35:00 -0000	[thread overview]
Message-ID: <20110604233525.GA6757@lucon.org> (raw)

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 *);
 

             reply	other threads:[~2011-06-04 23:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-04 23:35 H.J. Lu [this message]
  -- 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110604233525.GA6757@lucon.org \
    --to=hongjiu.lu@intel.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=hjl.tools@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).