* gcc.dg/debug/pr65771.c: Add "dg-add-options tls".

From-SVN: r222696
This commit is contained in:
David Edelsohn 2015-05-01 18:23:30 +00:00 committed by David Edelsohn
parent d6e023f3a0
commit 5524eb7ecc
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2015-05-01 David Edelsohn <dje.gcc@gmail.com>
* gcc.dg/debug/pr65771.c: Add "dg-add-options tls".
2015-05-01 Renlin Li <renlin.li@arm.com>
* gcc.dg/pr65345-2.c: Add sync_int_long target selector.

View file

@ -1,6 +1,7 @@
/* PR debug/65771 */
/* { dg-do link } */
/* { dg-require-effective-target tls } */
/* { dg-add-options tls } */
struct S { int s; int t; };
__thread struct S a[10];