This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] fix PR libfortran/20179
- From: Tobias Schlüter <tobias dot schlueter at physik dot uni-muenchen dot de>
- To: FX Coudert <fxcoudert at gmail dot com>
- Cc: patch <gcc-patches at gcc dot gnu dot org>, gfortran <fortran at gcc dot gnu dot org>
- Date: Sun, 11 Sep 2005 15:27:22 +0200
- Subject: Re: [patch] fix PR libfortran/20179
- References: <43242DD6.7010707@gmail.com>
FX Coudert wrote:
> 2005-09-11 Francois-Xavier Coudert <coudert@clipper.ens.fr>
>
> PR libfortran/20179
> * io/unix.c (is_preconnected): Add function to test if a stream
> corresponds to a preconnected unit.
> * io/io.h: Add prototype for is_preconnected.
> * io/transfer.c (data_transfer_init): Do not truncate
> preconnected units.
OK. I don't think 4.0 is frozen yet, so it's ok there as well.
- Tobi