This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/50196] [C++0x] std::thread not available under macos
- From: "redi at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 24 Oct 2011 19:33:32 +0000
- Subject: [Bug libstdc++/50196] [C++0x] std::thread not available under macos
- Auto-submitted: auto-generated
- References: <bug-50196-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50196
--- Comment #9 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-10-24 19:33:32 UTC ---
I'm not sure if these failures are due to PR 50598:
FAIL: 30_threads/thread/native_handle/typesizes.cc execution test
FAIL: ext/mt_allocator/deallocate_global_thread-1.cc execution test
FAIL: ext/mt_allocator/deallocate_global_thread-3.cc execution test
The first one might be due to the dg-options for *-*-darwin not including
-pthread (which I believe should be valid on both x86 and ppc darwin)