From patchwork Sat Dec 1 20:21:27 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John David Anglin X-Patchwork-Id: 203151 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 E31412C0080 for ; Sun, 2 Dec 2012 07:21:50 +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=1354998111; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Date: From:To:Subject:Message-ID:Reply-To:MIME-Version:Content-Type: Content-Disposition:User-Agent:Mailing-List:Precedence:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:Sender: Delivered-To; bh=RgA4VBHy2Ecy8f3I4qKkpeA3gng=; b=ayHBFfGMFWBVRK1 rmAIB0C0EhjCzAWF13J9AyTK2vYoTgRc1UdKBloOXmcJ3/xsnrg1Ku6HgpHSbBIm mot0jyMCaKnIRmnPfVtZzmrSlTPRENhOICH4X1k2T0ViORWPClMWBTXNuHWrFwD0 H+GZB03PkwJSJQC5yTSpNKGbxTII= 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:Date:From:To:Subject:Message-ID:Reply-To:MIME-Version:Content-Type:Content-Disposition:User-Agent:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=wFhgWaG8SfbK/9o21unriCutyW5+qC3xf5m8t9jNq0nK4mJR/20AViy8iuoOKI Jx7XXbHXfbpKZ3D7KKfeuD2r93atfJPzplWnxu7zeHi0a69/lkRmkxYD7BOgwYib rVcIlDfj6TxTSlRjSuD0aB5tZBNFiCEqz4oraq8FqVuwo=; Received: (qmail 17299 invoked by alias); 1 Dec 2012 20:21:41 -0000 Received: (qmail 17285 invoked by uid 22791); 1 Dec 2012 20:21:39 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from hiauly1.hia.nrc.ca (HELO hiauly1.hia.nrc.ca) (132.246.10.84) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 01 Dec 2012 20:21:31 +0000 Received: by hiauly1.hia.nrc.ca (Postfix, from userid 1000) id A64044CB8; Sat, 1 Dec 2012 15:21:27 -0500 (EST) Date: Sat, 1 Dec 2012 15:21:27 -0500 From: John David Anglin To: gcc-patches@gcc.gnu.org Subject: [committed] Remove xfail for hppa*-*-hpux* from gcc.dg/torture/pr52402.c Message-ID: <20121201202126.GA17624@hiauly1.hia.nrc.ca> Reply-To: John David Anglin MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.16 (2007-06-09) 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 Test no longer fails on trunk. Committed to trunk. Dave Index: gcc.dg/torture/pr52402.c =================================================================== --- gcc.dg/torture/pr52402.c (revision 194025) +++ gcc.dg/torture/pr52402.c (working copy) @@ -1,7 +1,6 @@ /* { dg-do run } */ /* { dg-options "-w -Wno-psabi" } */ /* { dg-require-effective-target int32plus } */ -/* { dg-xfail-run-if "pr52450" { { hppa*-*-hpux* } && { ! lp64 } } } */ typedef int v4si __attribute__((vector_size(16))); struct T { v4si i[2]; int j; } __attribute__((packed));