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
Add __builtion_unreachable to vector::size(), vector::capacity()
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
gomp
/
pr34964.c
blob
7800be1d5ccccc86efd03f8c9f0d1ea7b77ca6df
1
/* PR c++/34964 */
2
/* { dg-do compile } */
3
/* { dg-options "-fopenmp" } */
4
5
char
x
[] =
0
;
/* { dg-error "invalid initializer" } */
6
#pragma omp threadprivate (x)