mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-04 14:31:29 +08:00
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:
parent
7b4588decd
commit
350b707024
@ -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.
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* { dg-require-effective-target tls } */
|
||||
/* { dg-do run } */
|
||||
/* { dg-add-options tls } */
|
||||
|
||||
extern void abort() ;
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* { dg-do run } */
|
||||
/* { dg-require-effective-target tls } */
|
||||
/* { dg-add-options tls } */
|
||||
|
||||
extern int printf (char *,...);
|
||||
extern void abort() ;
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* { dg-do run } */
|
||||
/* { dg-require-effective-target tls } */
|
||||
/* { dg-add-options tls } */
|
||||
|
||||
extern int printf (char *,...);
|
||||
extern void abort() ;
|
||||
|
Loading…
x
Reference in New Issue
Block a user