* testsuite/experimental/algorithm/sample-2.cc: Add TLS DejaGNU
directives.
* testsuite/experimental/algorithm/shuffle.cc: Likewise.
From-SVN: r262163
+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
// <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>
// { 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>