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
libgo: update to Go1.10beta1
[official-gcc.git]
/
gcc
/
testsuite
/
c-c++-common
/
gomp
/
pr79428-2.c
blob
a26c462dbbdfbf2fd2e4822398ffe9268ee1a17a
1
/* PR c/79428 */
2
/* { dg-options "-fopenmp" } */
3
void
4
foo
()
5
{
6
#pragma omp sections
7
#pragma omp section
/* { dg-error "'#pragma omp section' may only be used in '#pragma omp sections' construct|not allowed|expected" } */