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
/
pr67496.f90
blob
754310262bda5386a3f81070ed15d845b18ae15d
1
! PR fortran/67496
2
! { dg-do compile }
3
4
type
::
a
5
end type
a
6
type
::
b
7
type
(
a
) ::
j
(
1
)
8
end type
b
9
type
(
a
) ::
x
10
type
(
b
) ::
y
11
y
=
b
((/
x
/))
12
end