Subject: Re: (mips): egcs on -current miscompiles strtod.c
To: Jonathan Stone <jonathan@DSG.Stanford.EDU>
From: Simon Burge <simonb@telstra.com.au>
List: port-pmax
Date: 02/06/1999 12:27:56
On Fri, 05 Feb 1999 12:07:56 -0800  Jonathan Stone wrote:

> hi Simon,
> 
> Niklas Hallqvist's suggestion works for me.  Using a union to extract
> the hi or low parts of a 64-bit input arg (rather than doing pointer
> casts which cause warnings) fixes the problem.
> Why dont we do that instead?

Ok, I'm on to that now.

Thanks Niklas!!

Simon.