repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix compilation failure with C++98 compilers
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
charlen_02.f90
blob
264050384629453d07e0ba8729d7bd54ed1a7d5a
1
! { dg-do compile }
2
! PR fortran/65173
3
program
p
4
type
t
5
character
(
1
),
allocatable
::
n
(
256
)
! { dg-error "must have a deferred shape" }
6
end type
7
end