From patchwork Tue Nov 8 12:03:22 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Wakely X-Patchwork-Id: 124335 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 AA94C1007D4 for ; Tue, 8 Nov 2011 23:03:43 +1100 (EST) Received: (qmail 17699 invoked by alias); 8 Nov 2011 12:03:40 -0000 Received: (qmail 17678 invoked by uid 22791); 8 Nov 2011 12:03:38 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-ww0-f51.google.com (HELO mail-ww0-f51.google.com) (74.125.82.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 08 Nov 2011 12:03:23 +0000 Received: by wwf27 with SMTP id 27so455625wwf.8 for ; Tue, 08 Nov 2011 04:03:22 -0800 (PST) MIME-Version: 1.0 Received: by 10.216.221.163 with SMTP id r35mr1050377wep.21.1320753802290; Tue, 08 Nov 2011 04:03:22 -0800 (PST) Received: by 10.216.63.83 with HTTP; Tue, 8 Nov 2011 04:03:22 -0800 (PST) In-Reply-To: <4EB888FF.7050907@oracle.com> References: <4EB888FF.7050907@oracle.com> Date: Tue, 8 Nov 2011 12:03:22 +0000 Message-ID: Subject: Re: [v3] Bits of libstdc++/51018 From: Jonathan Wakely To: Paolo Carlini Cc: "gcc-patches@gcc.gnu.org" , "libstdc++" 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 Here's another bit, disable the failing test on netbsd PR libstdc++/51018 * testsuite/30_threads/thread/native_handle/typesizes.cc: Do not run on netbsd. committed to mainline Index: testsuite/30_threads/thread/native_handle/typesizes.cc =================================================================== --- testsuite/30_threads/thread/native_handle/typesizes.cc (revision 181155) +++ testsuite/30_threads/thread/native_handle/typesizes.cc (working copy) @@ -1,11 +1,11 @@ -// { dg-do run { target *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } } -// { dg-options " -std=gnu++0x -pthread" { target *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } } +// { dg-do run { target *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } } +// { dg-options " -std=gnu++0x -pthread" { target *-*-linux* alpha*-*-osf* mips-sgi-irix6* } } // { dg-options " -std=gnu++0x -pthreads" { target *-*-solaris* } } // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } } // { dg-require-cstdint "" } // { dg-require-gthreads "" } -// Copyright (C) 2009 Free Software Foundation, Inc. +// Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the