From patchwork Sat Dec 1 19:22:36 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: 203148 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 B3C9F2C00A9 for ; Sun, 2 Dec 2012 06:22:55 +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=1354994576; 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=QPD2twLty0lQXqJd9xPu/Hxd9k8=; b=Pl9/CB/av4hclFV zUnRAAQ2V9izE+mSsAMqZKMecb4uY8nxxSWI2NSXQ4isiBVceJf8jRqdNjXs/MNX XljZF+lhHZh3S6kfmLDzUxWDM2XSo66VGlFrbKgrI7LZ9eKOPpoieig2+rVqAway R6J4/MwzspHK/I4Ylx5uRoU+AVYc= 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=xz8zsF2bhBSaNovSdb1Wt91PzmCUuZSR3JWe896CU8gw5nMDeu2QNgHhoXBRsP bUrla9309k/0Rr/gCEVsegRvVi2v1y4clooUsTJv58+S6UlOCtv0bO7dTTVb7gYO pe3FARAkCeLwk3ThB6NEO3jeeJgv/ZCNH/majWQeKX+9A=; Received: (qmail 16962 invoked by alias); 1 Dec 2012 19:22:51 -0000 Received: (qmail 16945 invoked by uid 22791); 1 Dec 2012 19:22:50 -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 19:22:42 +0000 Received: by hiauly1.hia.nrc.ca (Postfix, from userid 1000) id 839444D76; Sat, 1 Dec 2012 14:22:37 -0500 (EST) Date: Sat, 1 Dec 2012 14:22:36 -0500 From: John David Anglin To: gcc-patches@gcc.gnu.org Subject: [committed] Fix testsuite/30_threads/condition_variable/members/53841.cc on hppa*-hp-hpux11* Message-ID: <20121201192236.GA17057@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 The attached change adds the "-std=gnu++0x -pthread" options on hppa*-hp-hpux11*. Test passes with the change. Tested on hppa2.0w-hp-hpux11.11 and hppa64-hp-hpux11.11. Committed to trunk and 4.7 branch. Dave Index: testsuite/30_threads/condition_variable/members/53841.cc =================================================================== --- testsuite/30_threads/condition_variable/members/53841.cc (revision 193878) +++ testsuite/30_threads/condition_variable/members/53841.cc (working copy) @@ -1,5 +1,5 @@ // { dg-do compile } -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* powerpc-ibm-aix* } } +// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* powerpc-ibm-aix* hppa*-hp-hpux11* } } // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } } // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } } // { dg-require-cstdint "" }