* gcc.dg/torture/tls/tls-reload-1.c: Add tls options.
From-SVN: r194855
This commit is contained in:
parent
595c267987
commit
fc883b8407
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-01-03 David Edelsohn <dje.gcc@gmail.com>
|
||||
|
||||
* gcc.dg/torture/tls/tls-reload-1.c: Add tls options.
|
||||
|
||||
2013-01-03 Richard Biener <rguenther@suse.de>
|
||||
|
||||
PR tree-optimization/55857
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
/* { dg-do run } */
|
||||
/* { dg-require-effective-target tls_runtime } */
|
||||
/* { dg-add-options tls } */
|
||||
|
||||
#define ARRAY(X) X##_array
|
||||
#define DECLARE(X) \
|
||||
|
|
Loading…
Add table
Reference in a new issue