This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [PATCH] Fix for ereal_from_double and 64bit hosts


On Mon, Jun 21, 1999 at 07:05:58PM +0200, Jakub Jelinek wrote:
> 1999-06-21  Jakub Jelinek  <jj@ultra.linux.cz>
> 
>         * real.c (ereal_from_double): Fix for 64bit
> 	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.

Thanks.  Applied.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]