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
PR debug/66653
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
tls
/
tls_model1.C
blob
a1520a1ba2fa19254777ded371ebc44068a23df6
1
// { dg-require-effective-target tls }
2
// { dg-options "-g" }
3
4
template <class T>
5
void f()
6
{
7
static __thread int i __attribute ((tls_model ("local-exec")));
8
}