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
2015-07-03 Christophe Lyon <christophe.lyon@linaro.org>
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
namelist_53.f90
blob
d4fdf574e0e97af103ba88f9bfb12e6c704f592d
1
! { dg-do run }
2
! PR36895 Namelist writing to internal files
3
character
(
30
) ::
line
4
namelist
/
stuff
/
n
5
n
=
123
6
line
=
""
7
write
(
line
,
nml
=
stuff
)
8
if
(
line
.
ne
.
"&STUFF N= 123, /"
)
call
abort
9
end