repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
hppa64: Fix fmt_f_default_field_width_3.f90 and fmt_g_default_field_width_3.f90
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
block_10.f90
blob
0751f797ebf776e2430fd9175704d75ab9a9a35a
1
! { dg-do compile }
2
!
3
! PR fortran/51605
4
!
5
6
contains
7
subroutine
foo
8
BLOCK_NAME
:
block
9
end
block BLOCK_NAME
10
end subroutine
foo
11
12
subroutine
BLOCK_NAME
()
13
end subroutine
BLOCK_NAME
14
15
subroutine
bar
()
16
end subroutine
bar
17
end
18
19
subroutine
test
()
20
contains
21
subroutine
BLOCK_NAME
()
22
end subroutine
BLOCK_NAME
23
24
subroutine
foobar
()
25
end subroutine
foobar
26
27
subroutine
foo
28
BLOCK_NAME
:
block
29
end
block BLOCK_NAME
30
end subroutine
foo
31
32
subroutine
bar
()
33
end subroutine
bar
34
end