OSDN Git Service

2009-03-12 Benjamin Kosnik <bkoz@redhat.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 13 Mar 2009 05:38:16 +0000 (05:38 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 13 Mar 2009 05:38:16 +0000 (05:38 +0000)
* testsuite/30_threads/condition_variable_any/native_handle/
typesizes.cc: Include tweaks.
* testsuite/30_threads/mutex/native_handle/typesizes.cc: Same.
* testsuite/30_threads/timed_mutex/native_handle/typesizes.cc: Same.
* testsuite/30_threads/thread/native_handle/typesizes.cc: Same.
* testsuite/30_threads/recursive_mutex/native_handle/typesizes.cc: Same.
* testsuite/30_threads/condition_variable/native_handle/
typesizes.cc: Same.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144830 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/30_threads/condition_variable/native_handle/typesizes.cc
libstdc++-v3/testsuite/30_threads/condition_variable_any/native_handle/typesizes.cc
libstdc++-v3/testsuite/30_threads/mutex/native_handle/typesizes.cc
libstdc++-v3/testsuite/30_threads/recursive_mutex/native_handle/typesizes.cc
libstdc++-v3/testsuite/30_threads/thread/native_handle/typesizes.cc
libstdc++-v3/testsuite/30_threads/timed_mutex/native_handle/typesizes.cc

index c1387ac..139c929 100644 (file)
@@ -1,3 +1,14 @@
+2009-03-12  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * testsuite/30_threads/condition_variable_any/native_handle/
+       typesizes.cc: Include tweaks.
+       * testsuite/30_threads/mutex/native_handle/typesizes.cc: Same.
+       * testsuite/30_threads/timed_mutex/native_handle/typesizes.cc: Same.
+       * testsuite/30_threads/thread/native_handle/typesizes.cc: Same.
+       * testsuite/30_threads/recursive_mutex/native_handle/typesizes.cc: Same.
+       * testsuite/30_threads/condition_variable/native_handle/
+       typesizes.cc: Same.
+
 2009-03-11  Jonathan Wakely  <jwakely.gcc@gmail.com>
 
        * include/bits/shared_ptr.h: Add include guards.
index 9396879..bf740d2 100644 (file)
@@ -23,8 +23,8 @@
 // Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
 // USA.
 
-#include <thread/all.h>
 #include <condition_variable>
+#include <thread/all.h>
 
 int main()
 {
index 2544291..ed37302 100644 (file)
@@ -23,8 +23,8 @@
 // Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
 // USA.
 
-#include <thread/all.h>
 #include <condition_variable>
+#include <thread/all.h>
 
 int main()
 {
index cda0816..76edae2 100644 (file)
@@ -23,8 +23,8 @@
 // Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
 // USA.
 
-#include <thread/all.h>
 #include <mutex>
+#include <thread/all.h>
 
 int main()
 {
index 8ee1f38..6987f9b 100644 (file)
@@ -23,8 +23,8 @@
 // Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
 // USA.
 
-#include <thread/all.h>
 #include <mutex>
+#include <thread/all.h>
 
 int main()
 {
index 6f3f650..78e556d 100644 (file)
@@ -23,8 +23,8 @@
 // Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
 // USA.
 
-#include <thread/all.h>
 #include <thread>
+#include <thread/all.h>
 
 int main()
 {
index e9debe5..89ea70c 100644 (file)
@@ -23,8 +23,8 @@
 // Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
 // USA.
 
-#include <thread/all.h>
 #include <mutex>
+#include <thread/all.h>
 
 int main()
 {