Clang 3.3 libc++ problem on 9-STABLE

2013-07-09 Thread J David
With SVN version r253119, we are seeing strange errors from iostream while attempting to use the new clang 3.3 with libc++ on 9-STABLE. This program: --- start here -- #include int main() { std::cout << "This is a test." << std::endl; return 0; }

Re: Clang 3.3 libc++ problem on 9-STABLE

2013-07-10 Thread Dimitry Andric
On 2013-07-10 00:50, J David wrote: With SVN version r253119, we are seeing strange errors from iostream while attempting to use the new clang 3.3 with libc++ on 9-STABLE. ... /tmp/example-fet9b9.o: In function `std::__1::basic_ostream >& std::__1::operator<< >(std::__1::basic_ostream >&, char

Re: Clang 3.3 libc++ problem on 9-STABLE

2013-07-10 Thread J David
On Wed, Jul 10, 2013 at 5:53 AM, Dimitry Andric wrote: > I missed one additional patch, which I imported in r253042. > Yes, I pulled that rev into my -STABLE and rebuilt and it is fine now. Thanks for your help and to you and everyone for all the hard work on clang! I strongly prefer it and am

Re: Clang 3.3 libc++ problem on 9-STABLE

2013-07-10 Thread Dimitry Andric
On Jul 10, 2013, at 18:28, J David wrote: > On Wed, Jul 10, 2013 at 5:53 AM, Dimitry Andric wrote: > >> I missed one additional patch, which I imported in r253042. >> > > Yes, I pulled that rev into my -STABLE and rebuilt and it is fine now. I merged the patch to stable/9 in r253192. -Dimitr