* gcc.dg/debug/pr65771.c: Add "dg-add-options tls".
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 1 May 2015 18:23:30 +0000 (18:23 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 1 May 2015 18:23:30 +0000 (18:23 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@222696 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/debug/pr65771.c

index a1ecf1a..bfdde3b 100644 (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.
index 2629901..7c595c6 100644 (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];