This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFC/RFA: strtod() magnitude problem


On Apr 25 09:19, Christian Bruel wrote:
> On 04/23/2013 02:09 PM, Corinna Vinschen wrote:
> > Can you try if the below patch fixes the issue?  It's just a manual
> > update of strtod (or rather _strtod_r) to the latest implementation
> > from NetBSD.  There were a few changes which might explain your problem
> > as well as the one encountered by Christian Bruel.
> >
> > Christian, can you please try this patch in your scenario, too?
> 
> Hello Corinna,
> 
> yes,  my -m4-single-only tests are OK with your patch.
> 
> I just had to guard dword1 that is undef for DOUBLE_IS_32BITS, (see
> bellow and stdlib/mprec.h), fixing a "error: lvalue required as left
> operand of assignment" compilation error

This has been fixed by Nick already, so the code in CVS should do the
right thing.  Thanks for testing and your feedback.


Corinna

-- 
Corinna Vinschen
Cygwin Maintainer
Red Hat


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