From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5245 invoked by alias); 27 May 2011 12:34:18 -0000 Received: (qmail 5138 invoked by uid 22791); 27 May 2011 12:34:17 -0000 X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=AWL,BAYES_00,NO_DNS_FOR_FROM,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mga02.intel.com (HELO mga02.intel.com) (134.134.136.20) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 27 May 2011 12:34:03 +0000 Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 27 May 2011 05:34:03 -0700 X-ExtLoop1: 1 Received: from gnu-6.sc.intel.com ([10.3.194.135]) by orsmga002.jf.intel.com with ESMTP; 27 May 2011 05:34:02 -0700 Received: by gnu-6.sc.intel.com (Postfix, from userid 500) id 90914180D86; Fri, 27 May 2011 05:34:02 -0700 (PDT) Date: Fri, 27 May 2011 13:36:00 -0000 From: "H.J. Lu" To: gcc-patches@gcc.gnu.org Subject: [x32] PATCH: Require ia32 instead of ilp32 Message-ID: <20110527123402.GA8453@intel.com> Reply-To: "H.J. Lu" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-05/txt/msg02154.txt.bz2 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 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 + + * objc.dg/torture/forward-1.m: Require ia32 instead of ilp32. + 2011-05-20 H.J. Lu 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