OSDN Git Service

Jakub Jelinek <jj@ultra.linux.cz>
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 21 Jun 1999 17:52:47 +0000 (17:52 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 21 Jun 1999 17:52:47 +0000 (17:52 +0000)
commit2f68265422fe2d4691379802b6e1f5d09a03fa4b
treef88a2e0fc3c24e36bc72c12f112b74f2249cbb76
parent290fa2d3cdbb0ca6308c34db69ddc0f474baf0ea
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27675 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/emit-rtl.c
gcc/real.c