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
/
external_procedure_4.f90
blob
403f1732e26de4336036841462f07fd4c761a442
1
! { dg-do compile }
2
! PR fortran/90937 - this used to cause an ICE.
3
! Original test case by Toon Moene.
4
subroutine
lfidiff
5
6
implicit none
7
8
contains
9
10
subroutine
grlfi
(
cdnom
)
11
12
character
(
len
=*)
cdnom
(:)
13
character
(
len
=
len
(
cdnom
))
clnoma
14
15
call
lficas
(
clnoma
)
16
17
end subroutine
grlfi
18
19
end subroutine
lfidiff