2 ! RUN: not %flang_fc1 -fdebug-unparse-with-symbols %s 2>&1 | FileCheck %s
3 ! CHECK: DO loop doesn't properly nest
4 ! CHECK: DO loop conflicts
5 ! CHECK: Label '30' cannot be found
6 ! CHECK: Label '40' cannot be found
7 ! CHECK: Label '50' doesn't lexically follow DO stmt
9 subroutine sub00(a
,b
,n
,m
)
19 subroutine sub01(a
,b
,n
,m
)
24 a(i
,j
) = b(i
,j
) + 10.0
29 subroutine sub02(a
,b
,n
,m
)
35 a(i
,j
) = b(i
,j
) + 20.0