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
/
pr93604.f90
blob
4040155120c12587235b4e7a2430c2f804923abe
1
! { dg-do compile }
2
3
program
p
4
type
t
5
integer
::
a
6
end type
7
type
(
t
) ::
x
8
data
x
/
t
(
z
'1'
)/
! { dg-error "BOZ" }
9
end
10