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
This commit is contained in:
David Edelsohn 2018-06-26 19:17:08 +00:00 committed by David Edelsohn
parent 5f31555c4f
commit 18338e9eee
3 changed files with 10 additions and 0 deletions

View 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

View 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>

View 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>