From patchwork Tue Mar 12 01:28:42 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: 226741 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 16FBB2C02B4 for ; Tue, 12 Mar 2013 12:29:39 +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=1363656581; h=Comment: DomainKey-Signature:Received:Received:Received:Received: Message-ID:Received:CC:From:To:In-Reply-To:Content-Type:Subject: MIME-Version:Date:References:Mailing-List:Precedence:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:Sender: Delivered-To; bh=pjhyFyJtFBrz1+0x9MBHUg55Wg0=; b=alYTNg1hdcKB3JO 0mjdSltRIv04Xnt2c7CCgG3SNc9K94jHff+Djk4jB4OcWq3y3Yqi3csKE//WXNWc lEodJRFPA209LTBUYy16LWc8GFFkjMI5RFHrafq74bj7qgiaIdjGjZYuyUjhhaVu sfp1lJHzrQqD99pk6uXHxedn73go= 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:CC:From:To:In-Reply-To:Content-Type:Subject:MIME-Version:Date:References:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=yDfchqJy65eXbMFp/iISal7DW3SJkM7WYxb40Ca0fPDnSPrD1D0aSWR51BclkL RuQvqYSE87/wWACaupC2DZWGPppjGCa4YkMVn7jBPZGjXC5vNYzMxe+7Yz4bB/Mf eqckZIDu1PfxXRugTiIM5bjwgCLtTUukutzyRWVRAXkyo=; Received: (qmail 10440 invoked by alias); 12 Mar 2013 01:29:35 -0000 Received: (qmail 10432 invoked by uid 22791); 12 Mar 2013 01:29:34 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL, BAYES_00, KHOP_THREADED, MSGID_FROM_MTA_HEADER, RCVD_IN_DNSWL_NONE, RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from blu0-omc4-s10.blu0.hotmail.com (HELO blu0-omc4-s10.blu0.hotmail.com) (65.55.111.149) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 12 Mar 2013 01:29:22 +0000 Received: from BLU0-SMTP85 ([65.55.111.135]) by blu0-omc4-s10.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Mon, 11 Mar 2013 18:29:22 -0700 X-EIP: [Y+daIkvdvB3OhA5dB7/ZgomvK5xFJjbf] Message-ID: Received: from [192.168.2.10] ([64.229.87.129]) by BLU0-SMTP85.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Mon, 11 Mar 2013 18:29:20 -0700 CC: gcc-patches@gcc.gnu.org From: John David Anglin To: Rainer Orth In-Reply-To: Subject: Re: [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 21:28:42 -0400 References: 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 On 11-Mar-13, at 5:25 AM, Rainer Orth wrote: > You most likely need whitespace before the xfail. Also try to add a > comment (PR reference?) explaining it. Added comments explaining xfails for gcc.dg/tree-ssa/pr55579.c and gcc.dg/tree-ssa/vector-4.c. Fixed whitespace. Committed after testing on hppa2.0w-hp-hpux11.11. Dave --- John David Anglin dave.anglin@bell.net 2013-03-11 John David Anglin * gcc.dg/tree-ssa/vector-4.c: Add comment regarding xfail. * gcc.dg/tree-ssa/pr55579.c: Likewise. Index: gcc.dg/tree-ssa/vector-4.c =================================================================== --- gcc.dg/tree-ssa/vector-4.c (revision 196592) +++ gcc.dg/tree-ssa/vector-4.c (working copy) @@ -9,6 +9,7 @@ } /* The compound literal should be placed directly in the vec_perm. */ +/* Test is xfailed on 32-bit hppa*-*-* because target-callee-copies. */ /* { dg-final { scan-tree-dump-times "VEC_PERM_EXPR ;" 1 "gimple" { xfail { hppa*-*-* && { ! lp64 } } } } } */ /* { dg-final { cleanup-tree-dump "gimple" } } */ Index: gcc.dg/tree-ssa/pr55579.c =================================================================== --- gcc.dg/tree-ssa/pr55579.c (revision 196592) +++ gcc.dg/tree-ssa/pr55579.c (working copy) @@ -11,5 +11,6 @@ return x; } -/* { dg-final { scan-tree-dump "Created a debug-only replacement for s" "esra" {xfail { hppa*-*-hpux* && { ! lp64 } } } } } */ +/* Test fails on 32-bit hppa*-*-hpux*. See PR debug/56307. */ +/* { dg-final { scan-tree-dump "Created a debug-only replacement for s" "esra" { xfail { hppa*-*-hpux* && { ! lp64 } } } } } */ /* { dg-final { cleanup-tree-dump "esra" } } */