2005-07-12 Thomas Koenig <Thomas.Koenig@online.de>
commit227e942303e8b1341b3e418d5e28b3280a5b98bf
authortkoenig <tkoenig@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 12 Jul 2005 19:52:19 +0000 (12 19:52 +0000)
committertkoenig <tkoenig@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 12 Jul 2005 19:52:19 +0000 (12 19:52 +0000)
treeda374bb9ec1399b596949ba90944c887ee748ce6
parent73782bb7d832afa5d977176de3c37ea897d1a900
2005-07-12  Thomas Koenig  <Thomas.Koenig@online.de>

io/unix.c:  Add member special_file to type unix_stream.
(fd_truncate):  Don't call ftruncate or chsize if
s refers to a special file.
(fd_to_stream):  initialize s->special_file.

2005-07-12  Thomas Koenig  <Thomas.Koenig@online.de>

gfortran.dg/dev_null.f90:  Remove targets.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101937 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/dev_null.f90
libgfortran/ChangeLog
libgfortran/io/unix.c