Re: strange stable/9 buildworld failure

2013-07-12 Thread Andriy Gapon
on 11/07/2013 23:07 Dimitry Andric said the following: > On Jul 11, 2013, at 19:19, Andriy Gapon wrote: >> on 11/07/2013 19:43 Andriy Gapon said the following: >>> >>> buildword was run as make -j8 buildworld and the it mysteriously failed >>> like this: >>> >>> sh /usr/src/tools/install.sh -s -o

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

2013-07-12 Thread Scot Hetzel
On Thu, Jul 11, 2013 at 9:33 AM, David Chisnall wrote: > On 11 Jul 2013, at 13:11, Bruce Evans wrote: > >> The error message for the __builtin_isnan() version is slightly better up >> to where it says more. >> >> The less-unportable macro can do more classification and detect problems >> at compi

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

2013-07-12 Thread Scot Hetzel
On Fri, Jul 12, 2013 at 11:16 AM, Scot Hetzel wrote: > On Thu, Jul 11, 2013 at 9:33 AM, David Chisnall wrote: >> On 11 Jul 2013, at 13:11, Bruce Evans wrote: >> >>> The error message for the __builtin_isnan() version is slightly better up >>> to where it says more. >>> >>> The less-unportable ma

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

2013-07-12 Thread O. Hartmann
On Fri, 12 Jul 2013 12:13:58 -0500 Scot Hetzel wrote: > On Fri, Jul 12, 2013 at 11:16 AM, Scot Hetzel > wrote: > > On Thu, Jul 11, 2013 at 9:33 AM, David Chisnall > > wrote: > >> On 11 Jul 2013, at 13:11, Bruce Evans wrote: > >> > >>> The error message for the __builtin_isnan() version is slig