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
C99 testsuite readiness: Compile more tests with -std=gnu89
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
gomp
/
sections-4.C
blob
62a2ecddf9adbf6e4526c42223a0898cb6bfbcde
1
/* PR c++/24613 */
2
/* { dg-do compile } */
3
4
#pragma omp section /* { dg-error "may only be used in" } */
5
6
int i;
7
8
void
9
foo (void)
10
{
11
#pragma omp section /* { dg-error "may only be used in" } */
12
i++;
13
}