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
PR ipa/83051
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
char_component_initializer_3.f90
blob
158af918f794e6701324d3251cb18ecf2c312a8b
1
! { dg-do compile }
2
! PR fortran/78479
3
program
p
4
type
t
5
character
(
3
) ::
c
(
1
) =
'a'
// [
'b'
]
6
end type
7
end