]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
adl.cc: Add missing dg-requires.
authorPaolo Carlini <paolo.carlini@oracle.com>
Fri, 20 Jul 2012 09:44:15 +0000 (09:44 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Fri, 20 Jul 2012 09:44:15 +0000 (09:44 +0000)
2012-07-20  Paolo Carlini  <paolo.carlini@oracle.com>

* testsuite/30_threads/thread/adl.cc: Add missing dg-requires.

From-SVN: r189709

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

index 1a6f19fdb307d4882f36f2aee882748ad5a1c113..a6eaa2f130d8f880b9ca1e0a6bcf0d01db9693d3 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 4ef57c0283c79f95dc1e3a1406a7eadba766b82d..5332aed0512853a91daf39b7539d940c8789dd98 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.
 //