1 ! RUN: not %flang_fc1 -fdebug-unparse-with-symbols %s 2>&1 | FileCheck %s
2 ! CHECK: Label '50' was not found
3 ! CHECK-NOT: error: Label '55' is in a construct that prevents its use as a branch target here
4 ! CHECK: Label '55' is in a construct that prevents its use as a branch target here
5 ! CHECK: Label '70' is not a branch target
6 ! CHECK: Control flow use of '70'
7 ! CHECK: error: Label '80' is in a construct that prevents its use as a branch target here
8 ! CHECK: error: Label '90' is in a construct that prevents its use as a branch target here
9 ! CHECK: error: Label '91' is in a construct that prevents its use as a branch target here
10 ! CHECK: error: Label '92' is in a construct that prevents its use as a branch target here
12 subroutine sub00(a
,b
,n
,m
)
21 subroutine sub01(a
,b
,n
,m
)
32 subroutine sub02(a
,b
,n
,m
)