From patchwork Sun Dec 9 18:34:00 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: 204768 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 4C3C62C01E5 for ; Mon, 10 Dec 2012 05:34:29 +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=1355682870; 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=wtj/9bSeeLyEVofA6zznkSse7qc=; b=aiU5hhWHkeKrPEc +wnsV9+8TdN5bTzeVBOkBK1OUh0qY4TeicCKP5GfyQ2QT1m4s32MNBPToaoq7eTi hnxh2CwnoKNucNvszJatZ9uEhjfep0yotTpd61nFp6H6rY3cHq9LOA03vhJlGNw1 BjbwWkbICehFNybOgEylql6kuovI= 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=VH8qhuAplC4oIWvegWP6gXOJRCObbCdnwU39+jBpWuHTBhCiC0eOx8VJyIEIH0 s1LYA6NwN8RkQ0b9DH3yxTkPx6A6qXzsndqnYO5Bob6ahuHN+AQFYTHbV0x3z/i+ iu4QpG2zjJ2SDql02aRg2ZVup/Oovv4a+qlSy9lLkUZxY=; Received: (qmail 8597 invoked by alias); 9 Dec 2012 18:34:25 -0000 Received: (qmail 8326 invoked by uid 22791); 9 Dec 2012 18:34:25 -0000 X-SWARE-Spam-Status: No, hits=-2.0 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; Sun, 09 Dec 2012 18:34:19 +0000 Received: by hiauly1.hia.nrc.ca (Postfix, from userid 1000) id B7A884CF1; Sun, 9 Dec 2012 13:34:02 -0500 (EST) Date: Sun, 9 Dec 2012 13:34:00 -0500 From: John David Anglin To: gcc-patches@gcc.gnu.org Subject: [committed] Fix gcc.dg/torture/pr47917.c on *-*-hpux10* Message-ID: <20121209183400.GA20144@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 This fixes fail on *-*-hpux10*. Committed to trunk. Dave Index: gcc.dg/torture/pr47917.c =================================================================== --- gcc.dg/torture/pr47917.c (revision 194055) +++ gcc.dg/torture/pr47917.c (working copy) @@ -3,7 +3,7 @@ /* { dg-options "-std=c99 -D_XOPEN_SOURCE=500" { target *-*-solaris2.9 } } */ /* { dg-options "-std=gnu99" { target *-*-hpux* } } */ /* { dg-additional-options "-D__USE_MINGW_ANSI_STDIO=1" { target *-*-mingw* } } */ -/* { dg-xfail-if "no C99 snprintf function" { *-*-hpux10* } } */ +/* { dg-xfail-run-if "no C99 snprintf function" { *-*-hpux10* } } */ /* { dg-xfail-run-if "non-conforming C99 snprintf" { *-*-hpux11.[012]* } } */ /* PR middle-end/47917 */