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/21930] C-only gcc builtins used in <math.h> isinf


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

--- Comment #10 from joseph at codesourcery dot com <joseph at codesourcery dot com> ---
I will add, for completeness: I don't consider the uses of 
__builtin_types_compatible_p in tgmath.h for float128 to be a bug.  For 
C++11 and later libstdc++'s tgmath.h does not include the C library 
header, and the C macros in tgmath.h rely on details of C type conversions 
which don't work for C++ anyway.

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