comparison gcc/testsuite/c-c++-common/gomp/pr79428-2.c @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents
children
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
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" } */