Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gfortran.dg
/
allocate_assumed_charlen_3.f90
blob: 2380f7bfcda1567e34356bebab0e0023af3f7ebc [
file
] [
log
] [
blame
]
!
{
dg
-
do
compile
}
!
PR
Fortran
/
83741
!
Contributed
by
Gerhard
Steinmetz
<
gscfq at t
-
online dot de
>
program p
allocate
(
character
(*)
::
x
)
!
{
dg
-
error
"Incompatible allocate-object"
}
end