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: Sat, 22 Oct 2011 21:34:28 +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
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--- Comment #8 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-10-22 21:34:28 UTC ---
Should be fixed for 4.7 - std::timed_mutex and std::recursive_mutex are still
not available, because they require a library function which darwin doesn't
provide
This commit enables new tests for darwin which currently fail due to PR 50598,
I assume they will pass when that's fixed