From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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: Content-Type: multipart/mixed; boundary="Apple-Mail-10-344949217" Subject: Re: [committed] xfail gcc.dg/tree-ssa/pr55579.c on 32-bit hppa*-*-hpux* MIME-Version: 1.0 (Apple Message framework v936) Date: Tue, 12 Mar 2013 01:29:00 -0000 References: 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/msg00422.txt.bz2 --Apple-Mail-10-344949217 Content-Type: text/plain; charset="US-ASCII"; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Content-length: 375 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 --Apple-Mail-10-344949217 Content-Disposition: attachment; filename="xfail-comment.d.txt" Content-Type: text/plain; x-unix-mode=0644; name="xfail-comment.d.txt" Content-Transfer-Encoding: 7bit Content-length: 1314 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" } } */ --Apple-Mail-10-344949217--