Commit 3c708994 by David Edelsohn Committed by David Edelsohn

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

From-SVN: r243124
parent 1f0133eb
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.
......
// { 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; };
......
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