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
libgfortran/ChangeLog:
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
namelist_68.f90
blob
903f9fbbc028584d64dff5534cab339b43efa5a3
1
! { dg-do run }
2
! PR47154 END= does not work in namelist read
3
program
foo
4
real
::
a
5
namelist
/
b
/
a
6
open
(
10
,
status
=
"scratch"
)
7
read
(
10
,
nml
=
b
,
end
=
100
)
8
100
continue
9
end