From patchwork Sat Feb 19 00:22:54 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicola Pero X-Patchwork-Id: 83669 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id D520FB7117 for ; Sat, 19 Feb 2011 11:23:05 +1100 (EST) Received: (qmail 3159 invoked by alias); 19 Feb 2011 00:23:03 -0000 Received: (qmail 3151 invoked by uid 22791); 19 Feb 2011 00:23:02 -0000 X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL, BAYES_00, T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (140.186.70.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 19 Feb 2011 00:22:58 +0000 Received: from eggs.gnu.org ([140.186.70.92]:36289) by fencepost.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1PqabA-0004cT-Fs for gcc-patches@gnu.org; Fri, 18 Feb 2011 19:22:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pqab9-0001E9-EO for gcc-patches@gnu.org; Fri, 18 Feb 2011 19:22:56 -0500 Received: from smtp151.iad.emailsrvr.com ([207.97.245.151]:34720) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pqab9-0001E3-6G for gcc-patches@gnu.org; Fri, 18 Feb 2011 19:22:55 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp45.relay.iad1a.emailsrvr.com (SMTP Server) with ESMTP id F0AFD90226; Fri, 18 Feb 2011 19:22:54 -0500 (EST) Received: from dynamic13.wm-web.iad.mlsrvr.com (dynamic13.wm-web.iad1a.rsapps.net [192.168.2.220]) by smtp45.relay.iad1a.emailsrvr.com (SMTP Server) with ESMTP id C832F9017F; Fri, 18 Feb 2011 19:22:54 -0500 (EST) Received: from meta-innovation.com (localhost [127.0.0.1]) by dynamic13.wm-web.iad.mlsrvr.com (Postfix) with ESMTP id 94E933218001; Fri, 18 Feb 2011 19:22:54 -0500 (EST) Received: by www2.webmail.us (Authenticated sender: nicola.pero@meta-innovation.com, from: nicola.pero@meta-innovation.com) with HTTP; Sat, 19 Feb 2011 01:22:54 +0100 (CET) Date: Sat, 19 Feb 2011 01:22:54 +0100 (CET) Subject: Re: PATCH committed: 64-bit Apple Objective-C runtime support From: "Nicola Pero" To: "Jack Howarth" , "Mike Stump" , gcc-patches@gnu.org MIME-Version: 1.0 X-Type: plain In-Reply-To: <1298035570.039823109@192.168.4.58> References: <1297987740.839215263@192.168.4.58> <2D7B48F6-1BAB-474A-8142-FCF5A3637C6E@comcast.net> <20110218131055.GA22038@bromo.med.uc.edu> <1298035570.039823109@192.168.4.58> Message-ID: <1298074974.608627394@192.168.4.58> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 207.97.245.151 X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Jack, I committed the patch from Iain. Can you confirm it now xfails the test properly on m64 Apple ? (I don't have an m64 Apple to test) Thanks Index: ChangeLog =================================================================== --- ChangeLog (revision 170290) +++ ChangeLog (working copy) @@ -1,3 +1,7 @@ +2011-02-18 Iain Sandoe + + * objc/execute/exceptions/foward-1.x: New. + 2011-02-18 Tobias Burnus PR fortran/47775 Index: objc/execute/exceptions/foward-1.x =================================================================== --- objc/execute/exceptions/foward-1.x (revision 0) +++ objc/execute/exceptions/foward-1.x (revision 0) @@ -0,0 +1,11 @@ +# XFAIL the run for m64 Darwin NeXT (seems to be a system runtime lib problem). +if { [istarget *-*-darwin*] && [check_effective_target_lp64] } { + set torture_eval_before_execute { + global compiler_conditional_xfail_data + set compiler_conditional_xfail_data { + "Target fails for fnext-runtime" "*-*-*" { "-fnext-runtime" } { "" } + } + } +} +# carry on... +return false