This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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: Fix exp10 errno setting on underflow (bug 6787)


On Fri, Nov 29, 2013 at 01:48:13AM +0000, Joseph S. Myers wrote:
> This patch fixes bug 6787, exp10 not setting errno to ERANGE on
> underflow to zero, by fixing underflow tests that only checked
> __finite on the result to check for a result of 0 as well.
> 
> Tested x86_64 and x86.
> 
looks ok.


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