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
Fix broken MinGW build of gcc.c
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
gomp
/
pr35438.c
blob
a3ae7de0b6afa5947eac499082846b0483627ab5
1
/* PR c/35438 */
2
/* { dg-do compile } */
3
/* { dg-options "-fopenmp" } */
4
5
void
foo
();
6
#pragma omp threadprivate(foo)
/* { dg-error "is not a variable" } */