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/13922] expf (FLT_MAX) does not raise overflow exception on x86


http://sourceware.org/bugzilla/show_bug.cgi?id=13922

--- Comment #1 from Joseph Myers <jsm28 at gcc dot gnu.org> 2012-04-08 22:27:15 UTC ---
Likewise, exp (1e5) and expl (1e5) do not raise OVERFLOW either (exp (DBL_MAX)
does, apparently through a side effect of the incorrect use of
__kernel_standard_f discussed in bug 13705).

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]