[cfe-commits] [libcxx] r154508 - /libcxx/trunk/include/atomic
David Chisnall
csdavec at swan.ac.uk
Wed Apr 11 11:34:00 PDT 2012
On 11 Apr 2012, at 19:30, Richard Smith wrote:
> Hi David,
>
> Clang now crashes in the libc++ atomics tests. Cutdown testcase:
>
> _Atomic(bool) b = true;
>
> I suspect there's an i1 / i8 confusion somewhere.
What platform? On FreeBSD/x86-64, I have:
****************************************************
Results for libc++/test/atomics:
using clang version 3.1 (trunk 154497:154501M) (llvm/trunk 154494)
Target: x86_64-unknown-freebsd10.0
Thread model: posix
with -std=c++0x -stdlib=libc++ -pthread /tmp/atomic.o
----------------------------------------------------
sections without tests : 0
sections with failures : 0
sections without failures: 14
+ ----
total number of sections : 14
----------------------------------------------------
number of tests failed : 0
number of tests passed : 52
+ ----
total number of tests : 52
****************************************************
David
More information about the cfe-commits
mailing list