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
Fix compilation failure with C++98 compilers
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
char_length_11.f90
blob
e745c123e3adc798717f596ea0bba88523a32fd9
1
! { dg-do compile }
2
3
character
(
len
=*),
parameter
::
s
=
"foo"
4
write
(*,*)
adjustr
(
s
(:))
5
end