1 ! RUN: %python %S/test_errors.py %s %flang_fc1
2 ! C1134 A CYCLE statement must be within a DO construct
4 ! C1166 An EXIT statement must be within a DO construct
26 !ERROR: No matching DO construct for CYCLE statement
29 !ERROR: No matching construct for EXIT statement
32 !ERROR: No matching DO construct for CYCLE statement
35 !ERROR: No matching construct for EXIT statement