1 !RUN: %python %S/../test_errors.py %s %flang -fopenmp
3 ! 2.7.1 Collapse Clause
6 !ERROR: The value of the parameter in the COLLAPSE or ORDERED clause must not be larger than the number of nested loops following the construct.
17 !ERROR: The value of the parameter in the COLLAPSE or ORDERED clause must not be larger than the number of nested loops following the construct.
26 !$omp parallel do collapse(2)
28 !ERROR: Loop control is not present in the DO LOOP
32 end program omp_doCollapse