diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 19733748c7a..992a4de6c15 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-06-14 Eric Botcazou + + * real.c: Fix bit count in head comment. + 2004-06-14 Jeff Law * tree-ssa.c (kill_redundant_phi_nodes): More correctly handle diff --git a/gcc/real.c b/gcc/real.c index 65d57c30a53..a9bad46fffa 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 29. + denormal number fits in 17 exponent bits; we store 27. Note that the decimal string conversion routines are sensitive to rounding errors. Since the raw arithmetic routines do not themselves