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: Set errno for y1 overflow (bug 17050)


On 06/12/2014 08:14 PM, Joseph S. Myers wrote:
> This patch fixes bug 17050, missing errno setting for y1 overflow (for
> small positive arguments).  An appropriate check is added for overflow
> directly in the __ieee754_y1 implementation, similar to the check
> present for yn (doing it there rather than in the wrapper also avoids
> yn needing to repeat the check when called for order 1 or -1 and it
> uses __ieee754_y1).
> 
> Tested x86_64 and x86; no ulps update needed.  Also tested for mips64
> to verify the ldbl-128 fix (the ldbl-128ibm code just #includes the
> ldbl-128 file).

Ok, thanks,

Andreas
-- 
 Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi
  SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
   GF: Jeff Hawn,Jennifer Guild,Felix Imendörffer,HRB16746 (AG Nürnberg)
    GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126


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