We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3087a84 commit 6836629Copy full SHA for 6836629
libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/F.pass.cpp
@@ -16,6 +16,12 @@
16
17
// UNSUPPORTED: sanitizer-new-delete
18
19
+// This fails on MinGW when statically linked, if built with Clang 13 or older.
20
+// (It's fixed in the upcoming Clang 14, by https://reviews.llvm.org/D109651.)
21
+// Prior to the fix, when statically linked, the unwind info for the two
22
+// (default and overridden) operator new implementations clash.
23
+// XFAIL: target={{.+}}-windows-gnu && !windows-dll && clang-13
24
+
25
#include <thread>
26
#include <new>
27
#include <atomic>
0 commit comments