Commit 350b7070 by Rainer Orth Committed by Rainer Orth

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
parent 7b4588de
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> 2010-08-26 Richard Guenther <rguenther@suse.de>
* gcc.dg/graphite/scop-0.c: Fix out-of-bound array accesses. * gcc.dg/graphite/scop-0.c: Fix out-of-bound array accesses.
......
/* { dg-require-effective-target tls } */ /* { dg-require-effective-target tls } */
/* { dg-do run } */ /* { dg-do run } */
/* { dg-add-options tls } */
extern void abort() ; extern void abort() ;
......
/* { dg-do run } */ /* { dg-do run } */
/* { dg-require-effective-target tls } */ /* { dg-require-effective-target tls } */
/* { dg-add-options tls } */
extern int printf (char *,...); extern int printf (char *,...);
extern void abort() ; extern void abort() ;
......
/* { dg-do run } */ /* { dg-do run } */
/* { dg-require-effective-target tls } */ /* { dg-require-effective-target tls } */
/* { dg-add-options tls } */
extern int printf (char *,...); extern int printf (char *,...);
extern void abort() ; extern void abort() ;
......
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