From patchwork Sun Dec 9 18:37:01 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John David Anglin X-Patchwork-Id: 204769 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 1D6822C01E5 for ; Mon, 10 Dec 2012 05:37:29 +1100 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1355683050; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Date: From:To:Subject:Message-ID:Reply-To:MIME-Version:Content-Type: Content-Disposition:User-Agent:Mailing-List:Precedence:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:Sender: Delivered-To; bh=aXePGhJ4SsDGNHpZRDUMKlgWlck=; b=GIOmD/kb3nxpUCJ XMgBCnIO8T7J802vafGuKL2N4u2WauvFhiuhRmA+RBH7SwfQnYhTqXTR5GExQFqZ 6CUTM2XPqtTP79ruinnN1J3s8/E1bk3CvNfqa0brnmHMR2rHs5BCAW3JAclOkDJZ PXkq26p+XNMOg502B3lCUZkeBEII= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:Date:From:To:Subject:Message-ID:Reply-To:MIME-Version:Content-Type:Content-Disposition:User-Agent:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=lWy67QTxmJixWgaqKIVMKmZ2ih/U5bZEfiBBlxgtQLCZqL6/dGx2T6ggyR+49w d9Sk4Uln7iq8UHvchZCbmdrx+MgYHv4eRLK4YLdl+g1PBiLR2uH+SsgSF4hziuiF 2L1Z9fPbZvgRVoIHV98OjgQp6hf6sdK1achd/XGLPeiOw=; Received: (qmail 10099 invoked by alias); 9 Dec 2012 18:37:26 -0000 Received: (qmail 10086 invoked by uid 22791); 9 Dec 2012 18:37:25 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from hiauly1.hia.nrc.ca (HELO hiauly1.hia.nrc.ca) (132.246.10.84) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 09 Dec 2012 18:37:21 +0000 Received: by hiauly1.hia.nrc.ca (Postfix, from userid 1000) id CCBAE4CF1; Sun, 9 Dec 2012 13:37:02 -0500 (EST) Date: Sun, 9 Dec 2012 13:37:01 -0500 From: John David Anglin To: gcc-patches@gcc.gnu.org Subject: [committed] xfail hooray4 test in gcc.dg/ipa/iinline-4.c on 32-bit hppa Message-ID: <20121209183659.GB20144@hiauly1.hia.nrc.ca> Reply-To: John David Anglin MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.16 (2007-06-09) 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 Discussion is in PR. Committed to trunk. Dave Index: gcc.dg/ipa/iinline-4.c =================================================================== --- gcc.dg/ipa/iinline-4.c (revision 194325) +++ gcc.dg/ipa/iinline-4.c (working copy) @@ -214,7 +214,7 @@ /* { dg-final { scan-ipa-dump "hooray1\[^\\n\]*inline copy in test1" "inline" } } */ /* { dg-final { scan-ipa-dump "hooray2\[^\\n\]*inline copy in test2" "inline" } } */ /* { dg-final { scan-ipa-dump "hooray3\[^\\n\]*inline copy in test3" "inline" } } */ -/* { dg-final { scan-ipa-dump "hooray4\[^\\n\]*inline copy in test4" "inline" } } */ +/* { dg-final { scan-ipa-dump "hooray4\[^\\n\]*inline copy in test4" "inline" { xfail { { hppa*-*-* } && { ! lp64 } } } } } */ /* { dg-final { scan-ipa-dump "hooray5\[^\\n\]*inline copy in test5" "inline" } } */ /* { dg-final { scan-ipa-dump "hooray6\[^\\n\]*inline copy in test6" "inline" } } */ /* { dg-final { scan-ipa-dump "hooray7\[^\\n\]*inline copy in test7" "inline" } } */