Re: svn commit: r253260 - head/lib/msun/src

2013-11-03 Thread Raphael Kubo da Costa
David Chisnall writes: > The issue is probably a clang bug. The use of _Generic() is in a > system header and so ought to be immune to warnings, but apparently > the fact that it's instantiated outside of the system header. If you > can file a clang bug > (http://llvm.org/bugs/enter_bug.cgi?produ

Re: svn commit: r253260 - head/lib/msun/src

2013-10-26 Thread David Chisnall
On 26 Oct 2013, at 20:18, Raphael Kubo da Costa wrote: > Raphael Kubo da Costa writes: > >> David Chisnall writes: >> >>> Author: theraven >>> Date: Fri Jul 12 11:03:51 2013 >>> New Revision: 253260 >>> URL: http://svnweb.freebsd.org/changeset/base/253260 >>> >>> Log: >>> Fix the build with

Re: svn commit: r253260 - head/lib/msun/src

2013-10-26 Thread Raphael Kubo da Costa
Raphael Kubo da Costa writes: > David Chisnall writes: > >> Author: theraven >> Date: Fri Jul 12 11:03:51 2013 >> New Revision: 253260 >> URL: http://svnweb.freebsd.org/changeset/base/253260 >> >> Log: >> Fix the build with C++ where __builtin_types_compatible_p is not allowed. >> >> Modified:

Re: svn commit: r253260 - head/lib/msun/src

2013-10-26 Thread Raphael Kubo da Costa
David Chisnall writes: > Author: theraven > Date: Fri Jul 12 11:03:51 2013 > New Revision: 253260 > URL: http://svnweb.freebsd.org/changeset/base/253260 > > Log: > Fix the build with C++ where __builtin_types_compatible_p is not allowed. > > Modified: > head/lib/msun/src/math.h > > Modified: