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/15470] On ARM llrintl() and llroundl() do not raise FE_INVALID with argument out of range


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

--- Comment #1 from joseph at codesourcery dot com <joseph at codesourcery dot com> 2013-05-15 17:19:35 UTC ---
This is probably a bug in the version of GCC used to build glibc (at least 
with current sources, the implementations of llrint and llround just cast 
out-of-range values to long long, and such a cast is supposed to raise the 
exception).

-- 
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]