Re: CURRENT: CLANG 3.3 and -stad=c++11 and -stdlib=libc++: isnan()/isninf() oddity

2013-07-29 Thread Pasi Parviainen
On 29.7.2013 14:27, Raphael Kubo da Costa wrote: David Chisnall writes: On 28 Jul 2013, at 22:27, Raphael Kubo da Costa wrote: This seems to have been committed in r253321, and broke some code that was working with r253320; namely, some code in x11/kde4-workspace includes math.h and calls i

Re: CURRENT: CLANG 3.3 and -stad=c++11 and -stdlib=libc++: isnan()/isninf() oddity

2013-07-13 Thread Pasi Parviainen
On 13.7.2013 13:12, David Chisnall wrote: On 12 Jul 2013, at 22:47, "O. Hartmann" wrote: Obviously not really fixed, but even worse: if I use in C code (C99, using clang 3.3 on FreeBSD 10.0-CURRENT/amd64 revision 253287) isnan(x) where x is a "const double", I receive now the following error