thr-init-2.c: Use dg-add-options tls.

* gcc.dg/tls/thr-init-2.c: Use dg-add-options tls.
	* gcc.dg/torture/tls/thr-init-1.c: Likewise.
	* gcc.dg/torture/tls/thr-init-2.c: Likewise.

From-SVN: r163567
This commit is contained in:
Rainer Orth 2010-08-26 15:52:41 +00:00 committed by Rainer Orth
parent 7b4588decd
commit 350b707024
4 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2010-08-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* gcc.dg/tls/thr-init-2.c: Use dg-add-options tls.
* gcc.dg/torture/tls/thr-init-1.c: Likewise.
* gcc.dg/torture/tls/thr-init-2.c: Likewise.
2010-08-26 Richard Guenther <rguenther@suse.de>
* gcc.dg/graphite/scop-0.c: Fix out-of-bound array accesses.

View File

@ -1,5 +1,6 @@
/* { dg-require-effective-target tls } */
/* { dg-do run } */
/* { dg-add-options tls } */
extern void abort() ;

View File

@ -1,5 +1,6 @@
/* { dg-do run } */
/* { dg-require-effective-target tls } */
/* { dg-add-options tls } */
extern int printf (char *,...);
extern void abort() ;

View File

@ -1,5 +1,6 @@
/* { dg-do run } */
/* { dg-require-effective-target tls } */
/* { dg-add-options tls } */
extern int printf (char *,...);
extern void abort() ;