From: ljrittle Date: Wed, 9 Sep 2009 21:59:40 +0000 (+0000) Subject: 2009-09-09 Loren J. Rittle X-Git-Tag: upstream/4.9.2~33847 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3f42074170dca61b37007d84a6d251dc1f2d0cc9;p=platform%2Fupstream%2Flinaro-gcc.git 2009-09-09 Loren J. Rittle * testsuite/30_threads/thread/native_handle/typesizes.cc: Remove *-*-freebsd* from both dg-do and dg-options. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@151578 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 5e03fe9..7f646a9 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2009-09-09 Loren J. Rittle + + * testsuite/30_threads/thread/native_handle/typesizes.cc: Remove + *-*-freebsd* from both dg-do and dg-options. + 2009-09-08 Alexandre Oliva * configure: Rebuilt with modified libtool.m4. 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 8f9b193..ffc0e40 100644 --- a/libstdc++-v3/testsuite/30_threads/thread/native_handle/typesizes.cc +++ b/libstdc++-v3/testsuite/30_threads/thread/native_handle/typesizes.cc @@ -1,5 +1,5 @@ -// { dg-do run { target *-*-freebsd* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* alpha*-*-osf* mips-sgi-irix6* } } -// { dg-options " -std=gnu++0x -pthread" { target *-*-freebsd* *-*-netbsd* *-*-linux* alpha*-*-osf* mips-sgi-irix6* } } +// { 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-options " -std=gnu++0x -pthreads" { target *-*-solaris* } } // { dg-options " -std=gnu++0x " { target *-*-cygwin *-*-darwin* } } // { dg-require-cstdint "" }