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
/
diag-5.c
blob
219396d768ae3fc8eb837cb5694b02a34f2aefb2
1
/* __thread specifiers on empty declarations. */
2
/* { dg-require-effective-target tls } */
3
4
__thread
struct
foo
;
/* { dg-warning "warning: useless '__thread' in empty declaration" } */