add a test for bug 913213

This commit is contained in:
Sylvestre Ledru 2018-11-10 10:16:31 +01:00
parent 1ec882965b
commit 7e5c11fd6b

View File

@ -79,6 +79,9 @@ fi
echo '#include <emmintrin.h>' > foo.cc
clang++-$VERSION -c foo.cc
# Bug 913213
echo '#include <limits.h>' | clang-$VERSION -E -
# bug 827866
echo 'bool testAndSet(void *atomic) {
return __atomic_test_and_set(atomic, __ATOMIC_SEQ_CST);