* real.c: Fix bit count in head comment.
authorEric Botcazou <ebotcazou@libertysurf.fr>
Mon, 14 Jun 2004 21:07:07 +0000 (23:07 +0200)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 14 Jun 2004 21:07:07 +0000 (21:07 +0000)
From-SVN: r83133

gcc/ChangeLog
gcc/real.c

index 19733748c7a0b769c6491329fb5ef8731bf842f8..992a4de6c154d07a984be59956f04ebaf6cbfc46 100644 (file)
@@ -1,3 +1,7 @@
+2004-06-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       * real.c: Fix bit count in head comment.
+
 2004-06-14  Jeff Law  <law@redhat.com>
 
        * tree-ssa.c (kill_redundant_phi_nodes): More correctly handle
index 65d57c30a53d5bd7a5752279272c545aa51d89fb..a9bad46fffaac6e8805e1c968a0c785bca887830 100644 (file)
@@ -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