
14 Jul
2012
14 Jul
'12
12:23 a.m.
On Jul 13, 2012, at 8:27 AM, Michel Morin wrote:
Now some tests pass on the C++11 runner, but many tests are still failing.
Two fixes: * Change -I/home/kbelco/llvm_darwin/libcxx/include to -isystem /home/kbelco/llvm_darwin/libcxx/include in <cxxflags>.
* Add -U__STRICT_ANSI__ to <cxxflags> (to avoid the bug in Mac OS X 10.6's math.h).
Hope these are the two last pieces :)
I think that was it. I just posted some c++11 results for clang, looking good! Thanks so much for your patient help. -- Noel