Require tls_runtime in gcc.target/i386/pr54445-1.c
* gcc.target/i386/pr54445-1.c: Require tls_runtime, add tls options. From-SVN: r192212
This commit is contained in:
parent
7c424acd9a
commit
76cee070fd
@ -1,3 +1,7 @@
|
||||
2012-10-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||
|
||||
* gcc.target/i386/pr54445-1.c: Require tls_runtime, add tls options.
|
||||
|
||||
2012-10-08 Jason Merrill <jason@redhat.com>
|
||||
|
||||
* g++.dg/gomp/tls-5.C: New.
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* { dg-do run } */
|
||||
/* { dg-do run { target tls_runtime } } */
|
||||
/* { dg-options "-O2" } */
|
||||
/* { dg-add-options tls } */
|
||||
|
||||
__thread unsigned char tls_array[64];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user