From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 Content-Type: multipart/mixed; boundary="Apple-Mail-16-257710598" Subject: [committed] xfail gcc.dg/tree-ssa/pr55579.c on 32-bit hppa*-*-hpux* MIME-Version: 1.0 (Apple Message framework v936) Date: Mon, 11 Mar 2013 01:15:00 -0000 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: 2013-03/txt/msg00390.txt.bz2 --Apple-Mail-16-257710598 Content-Type: text/plain; charset="US-ASCII"; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Content-length: 130 Committed to trunk. Tested on hppa2.0w-hp-hpux11.11 and hppa64-hp- hpux11.11. Dave -- John David Anglin dave.anglin@bell.net --Apple-Mail-16-257710598 Content-Disposition: attachment; filename="pr55579.c.d.txt" Content-Type: text/plain; x-unix-mode=0644; name="pr55579.c.d.txt" Content-Transfer-Encoding: 7bit Content-length: 630 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" } } */ --Apple-Mail-16-257710598--