2012-07-20 Paolo Carlini <paolo.carlini@oracle.com>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 20 Jul 2012 09:44:15 +0000 (09:44 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 20 Jul 2012 09:44:15 +0000 (09:44 +0000)
* testsuite/30_threads/thread/adl.cc: Add missing dg-requires.

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

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/30_threads/thread/adl.cc

index 1a6f19f..a6eaa2f 100644 (file)
@@ -1,3 +1,7 @@
+2012-07-20  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       * testsuite/30_threads/thread/adl.cc: Add missing dg-requires.
+
 2012-07-19  Tristan Gingold  <gingold@adacore.com>
            Richard Henderson  <rth@redhat.com>
 
index 4ef57c0..5332aed 100644 (file)
@@ -1,5 +1,7 @@
-// { dg-options "-std=gnu++11" }
 // { dg-do compile }
+// { dg-options "-std=gnu++11" }
+// { dg-require-cstdint "" }
+// { dg-require-gthreads "" }
 
 // Copyright (C) 2012 Free Software Foundation, Inc.
 //