Commit 18338e9e by David Edelsohn Committed by David Edelsohn

sample-2.cc: Add TLS DejaGNU directives.

        * testsuite/experimental/algorithm/sample-2.cc: Add TLS DejaGNU
        directives.
        * testsuite/experimental/algorithm/shuffle.cc: Likewise.

From-SVN: r262163
parent 5f31555c
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
......
......@@ -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>
......
// { 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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment