Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
gfortran.fortran-torture
/
compile
/
implicit_2.f90
blob: c5b8456c8425f364efeab64fe42f9fcb28723f83 [
file
] [
log
] [
blame
]
!
PR
13372
--
we incorrectly added a symbol
for
p
,
which broke
implicit
typing
module
t
implicit
none
integer
,
parameter
::
F
=
selected_real_kind
(
P
=
6
,
R
=
37
)
end
module
t