aboutsummaryrefslogtreecommitdiff
path: root/flang/test/Semantics/OpenMP/task-depend.f90
blob: 69a37e014bde3683ca97f15d0118aea3d22f6a62 (plain)
1
2
3
4
5
6
7
8
! RUN: %python %S/../test_errors.py %s %flang -fopenmp

program test
! ERROR: A DEPEND clause on a TASK construct must have a valid task dependence type
!$omp task depend(ii)
!$omp end task
end