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/19997] isfinite() and friends don't compile with non-float arguments


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

--- Comment #1 from joseph at codesourcery dot com <joseph at codesourcery dot com> ---
It may not be intended, but it's not a bug either, since ISO C requires 
the arguments to these macros to be of real floating type, and it's long 
been the case that the comparison macros such as isless use the 
type-generic built-in functions directly and so produce errors for 
arguments of integer type.

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