sample-2.cc: Add TLS DejaGNU directives.
authorDavid Edelsohn <dje.gcc@gmail.com>
Tue, 26 Jun 2018 19:17:08 +0000 (19:17 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Tue, 26 Jun 2018 19:17:08 +0000 (15:17 -0400)
        * testsuite/experimental/algorithm/sample-2.cc: Add TLS DejaGNU
        directives.
        * testsuite/experimental/algorithm/shuffle.cc: Likewise.

From-SVN: r262163

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/experimental/algorithm/sample-2.cc
libstdc++-v3/testsuite/experimental/algorithm/shuffle.cc

index 0da61d322aad9a1414baaee81d227491b1a3bbcb..6e9ce615a674c1ce97027f4b2acb279c85b69424 100644 (file)
@@ -1,3 +1,9 @@
+2018-06-26  David Edelsohn  <dje.gcc@gmail.com>
+
+       * testsuite/experimental/algorithm/sample-2.cc: Add TLS DejaGNU
+       directives.
+       * testsuite/experimental/algorithm/shuffle.cc: Likewise.
+
 2018-06-26  Jonathan Wakely  <jwakely@redhat.com>
 
        * include/bits/regex.tcc (regex_iterator::operator==): Add missing
index 4ef9a7c77e4d1fefc6f46688d97ac8609adac3d7..541d17e08a0a1b26e49937197e2058622cc9c9ae 100644 (file)
@@ -16,6 +16,8 @@
 // <http://www.gnu.org/licenses/>.
 
 // { dg-do run { target c++14 } }
+// { dg-require-effective-target tls_runtime }
+// { dg-add-options tls }
 
 #include <experimental/algorithm>
 #include <algorithm>
index 5c4e7fbd4331639977366122c93f6e19f7e6cdcc..ee06fbd996a8962212b77eb2d4601160447ddf8b 100644 (file)
@@ -1,4 +1,6 @@
 // { dg-do run { target c++14 } }
+// { dg-require-effective-target tls_runtime }
+// { dg-add-options tls }
 
 // Derived from: 2010-03-19  Paolo Carlini  <paolo.carlini@oracle.com>