This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [gfortran] Patch for potential bug in i/o library
- From: Tobias Schlüter <tobias dot schlueter at physik dot uni-muenchen dot de>
- To: Janne Blomqvist <jblomqvi at cc dot hut dot fi>
- Cc: GNU GFortran <fortran at gcc dot gnu dot org>,GCC patches <gcc-patches at gcc dot gnu dot org>
- Date: Sat, 11 Jun 2005 14:51:09 +0200
- Subject: Re: [gfortran] Patch for potential bug in i/o library
- References: <20050605211528.GA15931@vipunen.hut.fi>
Janne Blomqvist wrote:
> * unix.c (stream_at_bof): Don't assume that all non-mmapped files
> are non-seekable. (stream_at_eof): Likewise.
This is ok.
- Tobi