[Bug libstdc++/50196] [C++0x] std::thread not available under macos

2011-10-06 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50196 Jonathan Wakely changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned

[Bug libstdc++/50196] [C++0x] std::thread not available under macos

2011-10-07 Thread watsonsong at foxmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50196 --- Comment #5 from watsonsong 2011-10-08 06:30:52 UTC --- (In reply to comment #4) > I'll look into doing this for 4.7 Thank you.

[Bug libstdc++/50196] [C++0x] std::thread not available under macos

2011-10-15 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50196 Jonathan Wakely changed: What|Removed |Added Target Milestone|--- |4.7.0

[Bug libstdc++/50196] [C++0x] std::thread not available under macos

2011-10-20 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50196 --- Comment #6 from Jonathan Wakely 2011-10-21 00:15:23 UTC --- Created attachment 25564 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25564 patch for configure could you test the patch at http://gcc.gnu.org/ml/gcc-patches/2011-10/msg01912

[Bug libstdc++/50196] [C++0x] std::thread not available under macos

2011-10-22 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50196 --- Comment #7 from Jonathan Wakely 2011-10-22 21:31:28 UTC --- Author: redi Date: Sat Oct 22 21:31:24 2011 New Revision: 180329 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=180329 Log: PR libstdc++/50196 * acinclude.m4 (GLIBCXX

[Bug libstdc++/50196] [C++0x] std::thread not available under macos

2011-10-22 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50196 Jonathan Wakely changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug libstdc++/50196] [C++0x] std::thread not available under macos

2011-10-24 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50196 --- Comment #9 from Jonathan Wakely 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

[Bug libstdc++/50196] [C++0x] std::thread not available under macos

2012-01-28 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50196 Jack Howarth changed: What|Removed |Added CC||howarth at nitro dot |

[Bug libstdc++/50196] [C++0x] std::thread not available under macos

2012-01-28 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50196 --- Comment #11 from Jonathan Wakely 2012-01-28 19:08:47 UTC --- I think I meant to say std::timed_mutex and std::recursive_timed_mutex

[Bug libstdc++/50196] [C++0x] std::thread not available under macos

2011-08-27 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50196 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/50196] [C++0x] std::thread not available under macos

2011-08-27 Thread watsonsong at foxmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50196 --- Comment #2 from watsonsong 2011-08-27 14:36:44 UTC --- I use macport to install gcc4.6 on my computer, and I add -D_GLIBCXX_HAS_GTHREADS flag to g++ and it report errors: /opt/local/include/gcc46/c++/x86_64-apple-darwin10/bits/c++config.h:15

[Bug libstdc++/50196] [C++0x] std::thread not available under macos

2011-08-27 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50196 --- Comment #3 from Jonathan Wakely 2011-08-27 15:35:55 UTC --- No, of course not. That's not what I meant. I mean we (the library maintainers) could define _GLIBCXX_HAS_GTHREADS in c++config.h when gthreads is available, and not require _POSIX