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