forked from OSchip/llvm-project
[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:
parent
4aac676c54
commit
8d216b40c8
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue