print-rtl.c (print_rtx): Display the real-value equivalent of a const_double when...
authorRichard Henderson <rth@cygnus.com>
Mon, 6 Jul 1998 22:40:02 +0000 (15:40 -0700)
committerJeff Law <law@gcc.gnu.org>
Mon, 6 Jul 1998 22:40:02 +0000 (16:40 -0600)
commit800d5c9e172776de4ad5875559d83049263005a2
treeef4e4031500c7bf6540c60822a29018f4e226818
parent4051959be99ddba084673788892d3e26bac13621
print-rtl.c (print_rtx): Display the real-value equivalent of a const_double when easy.

        * print-rtl.c (print_rtx): Display the real-value equivalent of
        a const_double when easy.
        * real.h (REAL_VALUE_TO_TARGET_SINGLE): Use a union to pun types.
        Zero memory first for predictability.
        (REAL_VALUE_TO_TARGET_DOUBLE): Likewise.
        * varasm.c (immed_real_const_1): Notice width of H_W_I == double.

From-SVN: r20972
gcc/ChangeLog
gcc/print-rtl.c
gcc/real.h
gcc/varasm.c