Mark this test as XFAIL with older compilers, since they hit PR18097
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@242967 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -10,6 +10,10 @@
|
|||||||
// UNSUPPORTED: libcpp-has-no-threads
|
// UNSUPPORTED: libcpp-has-no-threads
|
||||||
// UNSUPPORTED: c++98, c++03
|
// UNSUPPORTED: c++98, c++03
|
||||||
|
|
||||||
|
// NOTE: atomic<> of a TriviallyCopyable class is wrongly rejected by older
|
||||||
|
// clang versions. It was fixed right before the llvm 3.5 release. See PR18097.
|
||||||
|
// XFAIL: apple-clang-6.0, clang-3.4, clang-3.3
|
||||||
|
|
||||||
// <atomic>
|
// <atomic>
|
||||||
|
|
||||||
// constexpr atomic<T>::atomic(T value)
|
// constexpr atomic<T>::atomic(T value)
|
||||||
|
|||||||
Reference in New Issue
Block a user