From: Kaveh R. Ghazi Date: Wed, 7 Oct 2009 21:15:27 +0000 (+0000) Subject: real.c: Fix comment to reflect actual exponent size. X-Git-Tag: releases/gcc-4.5.0~3049 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7190c775ff40ea22c5d85c83ea5b711ae3f5d47c;p=thirdparty%2Fgcc.git real.c: Fix comment to reflect actual exponent size. * real.c: Fix comment to reflect actual exponent size. From-SVN: r152542 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0b529c22054c..d381c7023122 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2009-10-07 Kaveh R. Ghazi + + * real.c: Fix comment to reflect actual exponent size. + 2009-10-08 Ben Elliston * config/rs6000/a2.md: Add FSF comment header. diff --git a/gcc/real.c b/gcc/real.c index eb4e25bba836..98e7d7875eb8 100644 --- a/gcc/real.c +++ b/gcc/real.c @@ -57,7 +57,7 @@ Both of these requirements are easily satisfied. The largest target significand is 113 bits; we store at least 160. The smallest - denormal number fits in 17 exponent bits; we store 27. + denormal number fits in 17 exponent bits; we store 26. Note that the decimal string conversion routines are sensitive to rounding errors. Since the raw arithmetic routines do not themselves