From patchwork Mon Mar 11 01:14:43 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John David Anglin X-Patchwork-Id: 226478 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 BB3412C02EC for ; Mon, 11 Mar 2013 12:15:32 +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=1363569334; h=Comment: DomainKey-Signature:Received:Received:Received:Received: Message-ID:Received:From:To:Content-Type:Subject:MIME-Version: Date:Mailing-List:Precedence:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:Sender:Delivered-To; bh=FKbhTC+ 2a2tLX+YFnGaR9Lm/Y3U=; b=TwdGP3PNCfBf6CfObCb3D6tjqlZ7NvAWJM+1WTY gpgI3JCNjOriZzh3RfEpjUVGQLc2r/dbyFRkLPnG0ce//7S2axRepB8Q0LVp4XZ9 bmIt/KIpGS4k5lgZqZF0Z0vq2vJlO87zMZDyWTOOzT7ny9/7IE2y6S5yNx6uzQ1r zeVo= 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:X-EIP:Message-ID:Received:From:To:Content-Type:Subject:MIME-Version:Date:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=WoWHDf7ZNO+B+LtsO6p1Z3DhydUEt0+zDh0pJ1Xowyuv1RED3yeiEHjcUG46O7 V7UcOtcGChA6juWa31XA9fo2TEi+kdMN+pVPlRERMM+aZ2gNlrjhL+zGSUiOG/XE uQtz2CpxXM8f/obyS6tjH9CoYJOA9WkjdN8Ywc8Vz4SKc=; Received: (qmail 11812 invoked by alias); 11 Mar 2013 01:15:25 -0000 Received: (qmail 11791 invoked by uid 22791); 11 Mar 2013 01:15:23 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL, BAYES_00, MSGID_FROM_MTA_HEADER, RCVD_IN_DNSWL_NONE, RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from blu0-omc3-s11.blu0.hotmail.com (HELO blu0-omc3-s11.blu0.hotmail.com) (65.55.116.86) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 11 Mar 2013 01:15:16 +0000 Received: from BLU0-SMTP11 ([65.55.116.74]) by blu0-omc3-s11.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sun, 10 Mar 2013 18:15:16 -0700 X-EIP: [GmVoIu8kWxQauZbYOva9CQJb5GavgpQC] Message-ID: Received: from [192.168.2.10] ([69.158.172.5]) by BLU0-SMTP11.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sun, 10 Mar 2013 18:15:14 -0700 From: John David Anglin To: gcc-patches@gcc.gnu.org Subject: [committed] xfail gcc.dg/tree-ssa/pr55579.c on 32-bit hppa*-*-hpux* MIME-Version: 1.0 (Apple Message framework v936) Date: Sun, 10 Mar 2013 21:14:43 -0400 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 Committed to trunk. Tested on hppa2.0w-hp-hpux11.11 and hppa64-hp- hpux11.11. Dave --- John David Anglin dave.anglin@bell.net 2013-03-10 John David Anglin PR debug/56307 * gcc.dg/tree-ssa/pr55579.c: xfail 32-bit hppa*-*-hpux*. Index: gcc.dg/tree-ssa/pr55579.c =================================================================== --- gcc.dg/tree-ssa/pr55579.c (revision 196546) +++ gcc.dg/tree-ssa/pr55579.c (working copy) @@ -11,5 +11,5 @@ return x; } -/* { dg-final { scan-tree-dump "Created a debug-only replacement for s" "esra" } } */ +/* { dg-final { scan-tree-dump "Created a debug-only replacement for s" "esra" {xfail { hppa*-*-hpux* && { ! lp64 } } } } } */ /* { dg-final { cleanup-tree-dump "esra" } } */