Commit bd997277 by Rainer Orth Committed by Rainer Orth

Require tls_runtime in gcc.dg/tls/pr58595.c

	* gcc.dg/tls/pr58595.c: Require tls_runtime instead of tls.

From-SVN: r208680
parent e41106fc
2014-03-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* gcc.dg/tls/pr58595.c: Require tls_runtime instead of tls.
2014-03-19 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/60559
......
......@@ -3,7 +3,7 @@
/* { dg-options "-O2" } */
/* { dg-additional-options "-fpic" { target fpic } } */
/* { dg-add-options tls } */
/* { dg-require-effective-target tls } */
/* { dg-require-effective-target tls_runtime } */
/* { dg-require-effective-target sync_int_long } */
struct S { unsigned long a, b; };
......
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