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
* config/i386/i386.md (paritydi2, paritysi2): New expanders.
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
dev_null.f90
blob
edf93dbd1fcbd5f24e2148ab86f8e9b3d72454d1
1
! { dg-do run }
2
! pr19478 read from /dev/null
3
! Thomas.Koenig@online.de
4
character
*
20
foo
5
open
(
10
,
file
=
"/dev/null"
)
6
write
(
10
,
'(A)'
)
"Hello"
7
rewind
(
10
)
8
read
(
10
,
'(A)'
,
end
=
100
)
foo
9
call
abort
10
100
continue
11
end