[Bug libfortran/30162] I/O with named pipes does not work
jvdelisle at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sat Jan 6 00:14:00 GMT 2007
------- Comment #12 from jvdelisle at gcc dot gnu dot org 2007-01-06 00:14 -------
Subject: Bug 30162
Author: jvdelisle
Date: Sat Jan 6 00:14:38 2007
New Revision: 120512
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=120512
Log:
2007-01-05 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libgfortran/30162
* io/unix.c (fd_flush): Don't seek if file is not seekable, defined as
s->file_length == -1.
(fd_alloc_w_at): Do not adjust file_length if file is not seekable.
(fd_seek): If not seekable, just return success.
(fd_truncate): If not seekable, no need to truncate. Return failure if
seek fails and the stream is not a pipe.
(fd_to_stream): Make test for non-seekable file more robust.
Modified:
trunk/libgfortran/ChangeLog
trunk/libgfortran/io/unix.c
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30162
More information about the Gcc-bugs
mailing list