2 ! RUN: not %flang_fc1 -fdebug-unparse-with-symbols %s 2>&1 | FileCheck %s
3 ! CHECK: CYCLE construct-name is not in scope
4 ! CHECK: IF construct name unexpected
5 ! CHECK: unnamed IF statement
6 ! CHECK: DO construct name mismatch
9 subroutine sub00(a
,b
,n
,m
)
14 50 a(i
,j
) = b(i
,j
) + 2.0