Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
gfortran.dg
/
pr103609.f90
blob: 57f6a3b1531034948ab9bd4a48fcd882b25f7620 [
file
] [
log
] [
blame
]
!
{
dg
-
do
compile
}
!
PR fortran
/
103609
-
ICE
in
gfc_sym_get_dummy_args
!
Contributed
by
G
.
Steinmetz
program p
implicit
none
integer
::
i
do
i
=
1
,
2
call s
end
do
contains
subroutine s
call
sub
(
x
)
!
{
dg
-
error
"has no IMPLICIT type"
}
end
end