Commit 5524eb7e by David Edelsohn Committed by David Edelsohn

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

From-SVN: r222696
parent d6e023f3
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.
......
/* 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];
......
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