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
/
pr20257.f90
blob
3808829b486d62a8275cea6ff5725220d32f9bc5
1
! { dg-do run }
2
integer
,
parameter
::
n
=
10000
3
real
(
8
)
array
(
10000
)
4
5
array
(:) =
0
6
open
(
10
,
status
=
'scratch'
)
7
write
(
10
,*)
array
8
close
(
10
)
9
end