Commit 76cee070 by Rainer Orth Committed by Rainer Orth

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
parent 7c424acd
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.
......
/* { dg-do run } */
/* { dg-do run { target tls_runtime } } */
/* { dg-options "-O2" } */
/* { dg-add-options tls } */
__thread unsigned char tls_array[64];
......
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