aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoren J. Rittle <ljrittle@acm.org>2009-09-09 21:59:40 +0000
committerLoren J. Rittle <ljrittle@gcc.gnu.org>2009-09-09 21:59:40 +0000
commit29cd5cc56ac440ea5e3537c50c12181fc6884490 (patch)
tree97e5605b8ada81a928d32b6f4d24bfba1644faf5
parent39b747f2c91e32c50edc4f431e478ccec4bf91a2 (diff)
downloadgcc-29cd5cc56ac440ea5e3537c50c12181fc6884490.zip
gcc-29cd5cc56ac440ea5e3537c50c12181fc6884490.tar.gz
gcc-29cd5cc56ac440ea5e3537c50c12181fc6884490.tar.bz2
typesizes.cc: Remove *-*-freebsd* from both dg-do and dg-options.
2009-09-09 Loren J. Rittle <ljrittle@acm.org> * testsuite/30_threads/thread/native_handle/typesizes.cc: Remove *-*-freebsd* from both dg-do and dg-options. From-SVN: r151578
-rw-r--r--libstdc++-v3/ChangeLog5
-rw-r--r--libstdc++-v3/testsuite/30_threads/thread/native_handle/typesizes.cc4
2 files changed, 7 insertions, 2 deletions
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 <ljrittle@acm.org>
+
+ * testsuite/30_threads/thread/native_handle/typesizes.cc: Remove
+ *-*-freebsd* from both dg-do and dg-options.
+
2009-09-08 Alexandre Oliva <aoliva@redhat.com>
* 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 "" }