* g++.dg/tls/pr77285-1.C: dg-add-options tls

From-SVN: r243124
This commit is contained in:
David Edelsohn 2016-12-01 18:11:56 +00:00 committed by David Edelsohn
parent 1f0133ebb9
commit 3c70899469
2 changed files with 5 additions and 0 deletions

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

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