Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gfortran.dg
/
charlen_04.f90
blob: f93465f2ae6ddb67f6e2adbefa956c202ece5ce5 [
file
] [
log
] [
blame
]
!
{
dg
-
do
compile
}
!
PR fortran
/
65173
program p
type t
character
(*),
allocatable
::
x
(*)
!
{
dg
-
error
"must have a deferred shape"
}
end
type
end
!
{
dg
-
excess
-
errors
"needs to be a constant specification"
}