2 ! RUN: not %flang_fc1 -fdebug-unparse-with-symbols %s 2>&1 | FileCheck %s
3 ! CHECK: Label '50' was not found
4 ! CHECK: Label '55' is not in scope
5 ! CHECK: Label '70' is not a branch target
6 ! CHECK: Control flow use of '70'
8 subroutine sub00(a
,b
,n
,m
)
17 subroutine sub01(a
,b
,n
,m
)
28 subroutine sub02(a
,b
,n
,m
)