Jakub Jelinek <jj@ultra.linux.cz>
authorJakub Jelinek <jj@ultra.linux.cz>
Mon, 21 Jun 1999 17:52:47 +0000 (19:52 +0200)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 21 Jun 1999 17:52:47 +0000 (10:52 -0700)
commit8fc4af0f11b77630079ff1e33a527d933aca1ee0
treef88a2e0fc3c24e36bc72c12f112b74f2249cbb76
parent2be15d0fe6c4baaa54a75580fc5333c4b092009f
Jakub Jelinek <jj@ultra.linux.cz>

Jakub Jelinek  <jj@ultra.linux.cz>
        * real.c (ereal_from_double): Fix for 64-bit big endian hosts.
        * emit-rtl.c (gen_lowpart_common): Add case for hosts where double
        fits in HOST_WIDE_INT and one uses union to access a long constant
        as double.

From-SVN: r27675
gcc/ChangeLog
gcc/emit-rtl.c
gcc/real.c