From: ghazi Date: Wed, 7 Oct 2009 21:15:27 +0000 (+0000) Subject: * real.c: Fix comment to reflect actual exponent size. X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=commitdiff_plain;h=ea37bf2e99a1a34c00c4aa6e20b5249728553d50 * real.c: Fix comment to reflect actual exponent size. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@152542 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0b529c22054..d381c702312 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 eb4e25bba83..98e7d7875eb 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