Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gfortran.dg
/
assumed_type_4.f90
blob: b6a99a8950e098205213b2ecdd6715c0f21edf9c [
file
] [
log
] [
blame
]
!
{
dg
-
do
compile
}
!
{
dg
-
options
"-std=f2008"
}
!
!
PR fortran
/
48820
!
!
Test
TYPE
(*)
subroutine one
(
a
)
type
(*)
::
a
!
{
dg
-
error
"Fortran 2018: Assumed type"
}
end
subroutine one