1 ! RUN: %python %S/../test_errors.py %s %flang -fopenmp
4 ! The ordered clause must be present on the loop construct if any ordered
5 ! region ever binds to a loop region arising from the loop construct.
12 !ERROR: An ORDERED directive without the DEPEND clause must be closely nested in a worksharing-loop (or worksharing-loop SIMD) region with ORDERED clause without the parameter
19 !$omp do ordered private(i)
24 !ERROR: An ORDERED directive without the DEPEND clause must be closely nested in a worksharing-loop (or worksharing-loop SIMD) region with ORDERED clause without the parameter