From: Jonathan Wakely Date: Tue, 8 Nov 2011 12:02:26 +0000 (+0000) Subject: re PR libstdc++/51018 (Test failures on NetBSD) X-Git-Tag: releases/gcc-4.7.0~2358 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e68a06c035b33ef371d7103839d69ccd00581bc;p=thirdparty%2Fgcc.git re PR libstdc++/51018 (Test failures on NetBSD) PR libstdc++/51018 * testsuite/30_threads/thread/native_handle/typesizes.cc: Do not run on netbsd. From-SVN: r181156 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 51abac9fe057..28665b3211a6 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,9 @@ +2011-11-08 Jonathan Wakely + + PR libstdc++/51018 + * testsuite/30_threads/thread/native_handle/typesizes.cc: Do not run + on netbsd. + 2011-11-07 Aldy Hernandez Richard Henderson diff --git a/libstdc++-v3/testsuite/30_threads/thread/native_handle/typesizes.cc b/libstdc++-v3/testsuite/30_threads/thread/native_handle/typesizes.cc index ffc0e40f6301..602d40ff46a6 100644 --- a/libstdc++-v3/testsuite/30_threads/thread/native_handle/typesizes.cc +++ b/libstdc++-v3/testsuite/30_threads/thread/native_handle/typesizes.cc @@ -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