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
RISC-V: Refactor Dynamic LMUL codes
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
charlen_08.f90
blob
bab23b01b34cff043a5a7fe5558218e99aea484c
1
! { dg-do compile }
2
! PR fortran/65173
3
program
p
4
type
t
5
end type
6
type
,
extends
(
t
) ::
t2
7
character
x
'x'
! { dg-error "error in data declaration" }
8
end type
9
end