1 ! RUN: %python %S/../test_errors.py %s %flang -fopenmp
3 ! Check for cycle statements leaving an OpenMP structured block
12 !ERROR: CYCLE to construct 'foo' outside of DO construct is not allowed
24 !ERROR: CYCLE to construct 'foo1' outside of PARALLEL construct is not allowed
25 !ERROR: CYCLE to construct 'foo1' outside of DO construct is not allowed
37 !ERROR: CYCLE to construct 'bar1' outside of PARALLEL construct is not allowed