This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [gfortran] PATCH PR20480 zero is written with non-zero exponent


>       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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]