repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.dg
/
tls
/
debug-1.c
blob
67d7be69cc50c8be3658c30440dce591e61b3449
1
/* { dg-do assemble } */
2
/* { dg-options "-g" } */
3
/* { dg-require-effective-target tls } */
4
5
__thread
int
i
;