1 ! RUN: %S/test_errors.sh %s %t %flang -fopenmp
5 ! The ordered clause must be present on the loop construct if any ordered
6 ! region ever binds to a loop region arising from the loop construct.
13 !ERROR: The ORDERED clause must be present on the loop construct if any ORDERED region ever binds to a loop region arising from the loop construct.
20 !$omp do ordered private(i)
25 !ERROR: The ORDERED clause must be present on the loop construct if any ORDERED region ever binds to a loop region arising from the loop construct.