real.c (real_to_decimal): Crop trailing zeros for DIGITS < 0.
authorRichard Henderson <rth@redhat.com>
Wed, 2 Oct 2002 02:38:02 +0000 (19:38 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 2 Oct 2002 02:38:02 +0000 (19:38 -0700)
commit69bd00e68103821a2729b05613509bfb04231693
tree0d5a4dfe098881e5af5eb6426ef98c6dd45f8b3c
parentebc4cdc1358433015a3acdbacda4880b8968804e
real.c (real_to_decimal): Crop trailing zeros for DIGITS < 0.

        * real.c (real_to_decimal): Crop trailing zeros for DIGITS < 0.
        (real_to_hexadecimal): Likewise.
        * print-rtl.c (print_rtx): If we are linked with real.c, don't
        dump the XWINT fields of a floating point CONST_DOUBLE.

From-SVN: r57719
gcc/ChangeLog
gcc/print-rtl.c
gcc/real.c