* g++.dg/tls/pr77285-1.C: dg-add-options tls
authorDavid Edelsohn <dje.gcc@gmail.com>
Thu, 1 Dec 2016 18:11:56 +0000 (18:11 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Thu, 1 Dec 2016 18:11:56 +0000 (13:11 -0500)
From-SVN: r243124

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/tls/pr77285-1.C

index 2a04091..d6e5ac4 100644 (file)
@@ -1,3 +1,7 @@
+2016-12-01  David Edelsohn  <dje.gcc@gmail.com>
+
+       * g++.dg/tls/pr77285-1.C: dg-add-options tls
+
 2016-12-01  James Greenhalgh  <james.greenhalgh@arm.com>
 
        * gcc.dg/pr78582.c (main): Call setjmp, not sigsetjmp.
index d8f69b2..7a93414 100644 (file)
@@ -1,5 +1,6 @@
 // { dg-do link { target c++11 } }
 // { dg-require-effective-target tls }
+// { dg-add-options tls }
 // { dg-additional-sources pr77285-2.C }
 
 struct __attribute__((abi_tag("tag"))) X { ~X () {} int i = 0; };