summaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/gomp/pr79428-2.c
blob: 6d162a2c13f987207c2290300274c570b50d5337 (plain)
1
2
3
4
5
6
7
8
/* PR c/79428 */
/* { dg-options "-fopenmp" } */
void
foo ()
{
#pragma omp sections
#pragma omp section /* { dg-error "'#pragma omp section' may only be used in '#pragma omp sections' construct|not allowed" } */
// { dg-error "expected" "end" { target *-*-* } .-1 }