This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [gfortran] PATCH formatted write of 0.0 (PR libfortran/20101)
- From: Tobias SchlÃter <tobias dot schlueter at physik dot uni-muenchen dot de>
- To: FX Coudert <Francois-Xavier dot Coudert at lcp dot u-psud dot fr>
- Cc: GCC Fortran mailing list <fortran at gcc dot gnu dot org>,gcc-patches at gcc dot gnu dot org
- Date: Sun, 27 Feb 2005 17:35:37 +0100
- Subject: Re: [gfortran] PATCH formatted write of 0.0 (PR libfortran/20101)
- References: <4221ECB6.7060105@lcp.u-psud.fr>
FX Coudert wrote:
> 2005-05-27 FranÃois-Xavier Coudert <coudert@clpper.ens.fr>
>
> PR libfortran/20101
> * write.c (output_float): Adding special check for value 0.0 in
> PE format. Correct typo in test.
This is ok, provided you also include a testcase. I already fixed the typo.
Do you have write access?
- Tobi