]> gcc.gnu.org Git - gcc.git/commit
re PR libfortran/33985 (access="stream",form="unformatted" doesn't buffer)
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Sun, 2 Dec 2007 23:17:16 +0000 (23:17 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Sun, 2 Dec 2007 23:17:16 +0000 (23:17 +0000)
commit2ea74407863b9a20e652292fb7c0862d6a201c9b
treee033e2ccdc3c68de4f1fe77225eb4e3da8a999ca
parent0b93f014a71e3f5e3aa3b46822ae9f74875b2ce7
re PR libfortran/33985 (access="stream",form="unformatted" doesn't buffer)

2007-12-02  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
    Thomas Koenig  <tkoenig@gcc.gnu.org>

PR libfortran/33985
* io/transfer.c (read_block, read_block_direct, write_block, write_buf):
Don't seek if file position is already there for STREAM I/O.
(finalize_transfer): For STREAM I/O don't flush unless the file position
has moved past the start position before the transfer.

Co-Authored-By: Thomas Koenig <tkoenig@gcc.gnu.org>
From-SVN: r130574
libgfortran/ChangeLog
libgfortran/io/transfer.c
This page took 0.064768 seconds and 5 git commands to generate.