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
Update ChangeLog and version files for release
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
tls
/
diag-5.C
blob
ca92b3074288ae1ce4a425a0602798e510b74ca3
1
// PR c++/30536
2
// Invalid __thread specifiers.
3
// { dg-require-effective-target tls }
4
5
struct A { __thread register int i; }; // { dg-error "multiple storage classes|storage class specified" }