2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-04-16 12:21:10 +08:00

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

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

From-SVN: r208680
This commit is contained in:
Rainer Orth 2014-03-19 12:05:25 +00:00 committed by Rainer Orth
parent e41106fc81
commit bd99727761
2 changed files with 5 additions and 1 deletions
gcc/testsuite

@ -1,3 +1,7 @@
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; };