[flang] Added passing test case

Original-commit: flang-compiler/f18@752142055b
Reviewed-on: https://github.com/flang-compiler/f18/pull/808
This commit is contained in:
sameeranjoshi17 2019-11-06 17:13:22 +05:30
parent 4aac676c54
commit 8d216b40c8
1 changed files with 6 additions and 0 deletions

View File

@ -379,6 +379,12 @@
! 2.13.1 master
!$omp parallel
!$omp master
a=3.14
!$omp end master
!$omp end parallel
!$omp parallel
!ERROR: NUM_THREADS clause is not allowed on the MASTER directive
!$omp master num_threads(4)