1 !RUN: %python %S/../test_errors.py %s %flang -fopenmp -fopenmp-version=52
5 !WARNING: SOURCE dependence type is deprecated in OpenMP v5.2
6 !ERROR: A DEPEND clause on a DEPOBJ construct must not have SINK or SOURCE as dependence type
7 !$omp depobj(obj) depend(source)
12 !Note: no portability message
13 !ERROR: The DESTROY clause must refer to the same object as the DEPOBJ construct
14 !$omp depobj(obj) destroy(jbo)
19 !WARNING: The DESTROY clause without argument on DEPOBJ construct is deprecated in OpenMP v5.2
20 !$omp depobj(obj) destroy