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
[C++ PATCH] Deprecate -ffriend-injection
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
charlen_04.f90
blob
f93465f2ae6ddb67f6e2adbefa956c202ece5ce5
1
! { dg-do compile }
2
! PR fortran/65173
3
program
p
4
type
t
5
character
(*),
allocatable
::
x
(*)
! { dg-error "must have a deferred shape" }
6
end type
7
end
8
! { dg-excess-errors "needs to be a constant specification" }