From patchwork Sat Feb 25 19:39:13 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: 143064 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 A8B9CB6FAF for ; Sun, 26 Feb 2012 06:39:39 +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=1330803580; 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=e53lB8GRky95n/Oe1W8QW1LUF/0=; b=xXzImBj45FICKkS wMJPsODhaO/CyPqxK8mK7MxPNW0Xj9BVOFwkJZPMyKnwDWxQ93QRN1jethVbq6TP HXzyogPb3RmmY70UJJjyywgVEm8LbGhUsCy0g78Ms8hJJoESPVWWwgDv68NWRkXn z/KWY7leEGJePzVfTB94cQOhCdFA= 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=mu52JGZMklMJtwxIKwwjCIPkRUva2Qrbyj+KDBaRSdNCgH4JQHe4xKB7jDCJys 6pZQXDdj5T9ihWMvMGFhgQibfcc4TP76WioqsRl1NpV050gXitoP92Amuy0RxHHk aU6oDG66uh/V5A3SrrRsOr51pnAhEt5WQQ7lEBvK3SP2A=; Received: (qmail 27768 invoked by alias); 25 Feb 2012 19:39:34 -0000 Received: (qmail 27751 invoked by uid 22791); 25 Feb 2012 19:39:33 -0000 X-SWARE-Spam-Status: No, hits=-2.0 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.10.84) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 25 Feb 2012 19:39:17 +0000 Received: by hiauly1.hia.nrc.ca (Postfix, from userid 1000) id 468904ED6; Sat, 25 Feb 2012 14:39:14 -0500 (EST) Date: Sat, 25 Feb 2012 14:39:13 -0500 From: John David Anglin To: gcc-patches@gcc.gnu.org, libstdc++@gcc.gnu.org Subject: [committed] Fix PR testsuite/52201 Message-ID: <20120225193913.GA16774@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 Tested on hppa2.0w-hp-hpux11.11. Committed to trunk. Dave Index: testsuite/29_atomics/atomic/operators/pointer_partial_void.cc =================================================================== --- testsuite/29_atomics/atomic/operators/pointer_partial_void.cc (revision 184496) +++ testsuite/29_atomics/atomic/operators/pointer_partial_void.cc (working copy) @@ -1,3 +1,4 @@ +// { dg-require-atomic-builtins "" } // { dg-options "-std=gnu++0x" } // Copyright (C) 2012 Free Software Foundation, Inc. Index: testsuite/29_atomics/atomic/operators/51811.cc =================================================================== --- testsuite/29_atomics/atomic/operators/51811.cc (revision 184496) +++ testsuite/29_atomics/atomic/operators/51811.cc (working copy) @@ -1,3 +1,4 @@ +// { dg-require-atomic-builtins "" } // { dg-options "-std=gnu++0x" } // Copyright (C) 2012 Free Software Foundation, Inc.