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/17441] isnan() should use __builtin_isnan() in GCC


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

--- Comment #5 from Wilco <wdijkstr at arm dot com> ---
(In reply to VladimÃr ÄunÃt from comment #4)
> Note: glibc 2.22 -> 2.23 is breaking quite a few package builds with `error:
> isnan was not declared in this scope`, most likely triggered by the commit
> fixing this ticket. (I don't really which of the sides is at fault.)

That's odd since isnan was always a macro and nothing has changed in that
respect. Do you have a small example?

Note there are ongoing issues with GCC6 and C++ headers, eg.
https://gcc.gnu.org/ml/gcc-patches/2016-02/msg00370.html - maybe related to
what you're seeing?

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