repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
c: Implement -Wdeprecated-non-prototype
[official-gcc.git]
/
libgomp
/
testsuite
/
libgomp.c++
/
pr24455-1.C
blob
e7f38f8ab7b610cfcdf50fcec936807d3a054a82
1
// { dg-do compile }
2
// { dg-require-effective-target tls }
3
extern int i;
4
#pragma omp threadprivate (i)
5
6
int i;