real.c (real_to_decimal): If the >1 tens reduction loop results in a negative exponent...
authorRichard Henderson <rth@redhat.com>
Fri, 25 Oct 2002 21:58:12 +0000 (14:58 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 25 Oct 2002 21:58:12 +0000 (14:58 -0700)
commitcd60b4b8e7d54de00a2d3a5764ebb1c674fcc889
treee02de76ba121265c45f6e6dd319c376578c004e8
parent06bd49b10b07b3ab25a21f5fb9f56e2fbd313682
real.c (real_to_decimal): If the >1 tens reduction loop results in a negative exponent...

        * real.c (real_to_decimal): If the >1 tens reduction loop results
        in a negative exponent, fall into the <1 pten computation.

From-SVN: r58538
gcc/ChangeLog
gcc/real.c