From patchwork Sat Jun 19 00:35:07 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John David Anglin X-Patchwork-Id: 56233 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 B70D11007D4 for ; Sat, 19 Jun 2010 10:35:17 +1000 (EST) Received: (qmail 32719 invoked by alias); 19 Jun 2010 00:35:15 -0000 Received: (qmail 32705 invoked by uid 22791); 19 Jun 2010 00:35:14 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL, BAYES_00, T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from hiauly1.hia.nrc.ca (HELO hiauly1.hia.nrc.ca) (132.246.100.193) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 19 Jun 2010 00:35:10 +0000 Received: by hiauly1.hia.nrc.ca (Postfix, from userid 1000) id CBCD44EF4; Fri, 18 Jun 2010 20:35:07 -0400 (EDT) Subject: [committed] xfail g++.dg/ext/label13.C on 32-bit hppa*-*-hpux* To: gcc-patches@gcc.gnu.org Date: Fri, 18 Jun 2010 20:35:07 -0400 (EDT) From: "John David Anglin" MIME-Version: 1.0 Message-Id: <20100619003507.CBCD44EF4@hiauly1.hia.nrc.ca> 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 Tested on hppa2.0w-hp-hpux11.11 and hppa64-hp-hpux11.11. Committed to trunk and 4.5. Dave Index: g++.dg/ext/label13.C =================================================================== --- g++.dg/ext/label13.C (revision 160946) +++ g++.dg/ext/label13.C (working copy) @@ -8,7 +8,7 @@ C(); }; -C::C() // { dg-bogus "can never be copied" "" { xfail *-apple-darwin* alpha*-dec-osf* } } +C::C() // { dg-bogus "can never be copied" "" { xfail { { *-apple-darwin* alpha*-ded-osf* } || { hppa*-*-hpux* && { ! hppa*64*-*-* } } } } } { static void *labelref = &&label; goto *labelref;