This is the mail archive of the glibc-bugs@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]

[Bug math/16427] ldbl-128 exp overflows to inf


https://sourceware.org/bugzilla/show_bug.cgi?id=16427

--- Comment #5 from Andreas Krebbel <krebbel1 at de dot ibm.com> ---
The bug appears to be that __kernel_standard ... is called at all. S/390 is
IEEE complaint and as such the if(_LIB_VERSION == _IEEE_) return z; should
return before going into the non-IEEE routines.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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