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
S/390: Deprecate g5 and g6 CPU levels
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
gomp
/
pr34964.C
blob
a02faa2a8d46620a45dab9bf6ce3a8b1ced04159
1
// PR c++/34964
2
// { dg-do compile }
3
// { dg-options "-fopenmp" }
4
5
char x[] = 0; // { dg-error "initializer" }
6
#pragma omp threadprivate (x)