This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [gfortran] PATCH PR20480 zero is written with non-zero exponent
- From: coudert at lcp dot u-psud dot fr
- To: Tobias Schlüter <tobias dot schlueter at physik dot uni-muenchen dot de>
- Cc: fortran at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Wed, 16 Mar 2005 15:58:00 +0100
- Subject: Re: [gfortran] PATCH PR20480 zero is written with non-zero exponent
- References: <20050316142607.GA15147@clipper.ens.fr> <4238472D.5010501@physik.uni-muenchen.de>
> if (e == 0)
> nbefore = 0
> else
> {
> if (e > 0)
> nbefore = e % 3;
It doesn't seem clearer to me (clearly 0%3 == 0) but I don't mind doing
it. I won't post a new patch for that, but will regtest again.
FX
PS: this has nothing to do with the subject, but can someone tell me the
magic CVS incantation to check-out 4.0 branch? When I try, it hangs
forever without downloading anything else than the gcc/CVS directory.