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 rtl-optimization/82913
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.fortran-torture
/
compile
/
strparm_1.f90
blob
9625b10fed26afc726093ddb482750ed706080cb
1
! Check known length string parameters
2
subroutine
test
(
s
)
3
character
(
len
=
80
) ::
s
4
5
s
=
"Hello World"
6
end subroutine