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
* cfghooks.c (verify_flow_info): Disable check that all probabilities
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
advance_2.f90
blob
1e83aaee31673d3cee6305ecc70676a77fa29e25
1
! { dg-do compile }
2
subroutine
foo
3
character
(
len
=
5
) ::
a
4
a
=
"yes"
5
write
(*,
'(a)'
,
advance
=
a
)
"hello world"
6
end subroutine
foo