annotate gcc/testsuite/gfortran.dg/block_10.f90 @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
111
kono
parents:
diff changeset
1 ! { dg-do compile }
kono
parents:
diff changeset
2 !
kono
parents:
diff changeset
3 ! PR fortran/51605
kono
parents:
diff changeset
4 !
kono
parents:
diff changeset
5
kono
parents:
diff changeset
6 contains
kono
parents:
diff changeset
7 subroutine foo
kono
parents:
diff changeset
8 BLOCK_NAME: block
kono
parents:
diff changeset
9 end block BLOCK_NAME
kono
parents:
diff changeset
10 end subroutine foo
kono
parents:
diff changeset
11
kono
parents:
diff changeset
12 subroutine BLOCK_NAME()
kono
parents:
diff changeset
13 end subroutine BLOCK_NAME
kono
parents:
diff changeset
14
kono
parents:
diff changeset
15 subroutine bar()
kono
parents:
diff changeset
16 end subroutine bar
kono
parents:
diff changeset
17 end
kono
parents:
diff changeset
18
kono
parents:
diff changeset
19 subroutine test()
kono
parents:
diff changeset
20 contains
kono
parents:
diff changeset
21 subroutine BLOCK_NAME()
kono
parents:
diff changeset
22 end subroutine BLOCK_NAME
kono
parents:
diff changeset
23
kono
parents:
diff changeset
24 subroutine foobar()
kono
parents:
diff changeset
25 end subroutine foobar
kono
parents:
diff changeset
26
kono
parents:
diff changeset
27 subroutine foo
kono
parents:
diff changeset
28 BLOCK_NAME: block
kono
parents:
diff changeset
29 end block BLOCK_NAME
kono
parents:
diff changeset
30 end subroutine foo
kono
parents:
diff changeset
31
kono
parents:
diff changeset
32 subroutine bar()
kono
parents:
diff changeset
33 end subroutine bar
kono
parents:
diff changeset
34 end