mirror of git://gcc.gnu.org/git/gcc.git
* testsuite/experimental/random/randint.cc: Add dg-add-options tls.
From-SVN: r230377
This commit is contained in:
parent
9357bae918
commit
bfc6afd929
|
|
@ -1,3 +1,7 @@
|
||||||
|
2015-11-13 David Edelsohn <dje.gcc@gmail.com>
|
||||||
|
|
||||||
|
* testsuite/experimental/random/randint.cc: Add dg-add-options tls.
|
||||||
|
|
||||||
2015-11-13 Jonathan Wakely <jwakely@redhat.com>
|
2015-11-13 Jonathan Wakely <jwakely@redhat.com>
|
||||||
|
|
||||||
* include/Makefile.am: Add new header.
|
* include/Makefile.am: Add new header.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
// { dg-options "-std=gnu++14" }
|
// { dg-options "-std=gnu++14" }
|
||||||
// { dg-require-effective-target tls_runtime }
|
// { dg-require-effective-target tls_runtime }
|
||||||
|
// { dg-add-options tls }
|
||||||
|
|
||||||
// Copyright (C) 2015 Free Software Foundation, Inc.
|
// Copyright (C) 2015 Free Software Foundation, Inc.
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue