9 lines · plain
1! RUN: %python %S/../test_errors.py %s %flang -fopenmp2 3program test4! ERROR: A DEPEND clause on a TASK construct must have a valid task dependence type5!$omp task depend(ii)6!$omp end task7end8 9 1! RUN: %python %S/../test_errors.py %s %flang -fopenmp2 3program test4! ERROR: A DEPEND clause on a TASK construct must have a valid task dependence type5!$omp task depend(ii)6!$omp end task7end8 9