Sign in
gnu
/
gcc
/
refs/heads/releases/gcc-4.8
/
.
/
gcc
/
testsuite
/
gfortran.dg
/
type_decl_3.f90
blob: a3fc54ad32670f9c1b6032e0e9bd2a9ba1f960ac [
file
] [
log
] [
blame
]
!
{
dg
-
do
compile
}
!
!
PR fortran
/
39427
!
subroutine t
(
x
)
!
{
dg
-
error
"conflicts with previously declared entity"
}
type
(
t
)
::
x
!
{
dg
-
error
"conflicts with previously declared entity"
}
end
subroutine t