http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51296
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|--- |4.7.0
--- Comment #31 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-02-01
10:58:32 UTC ---
(In reply to comment #30)
> I wonder if we could use pthread_mutex_init() only for
> the threads support instead of globally?
I'll add some extra preprocessor conditions around the mutex init code, so that
os_defines.h can force std::mutex to use the init function even if the INIT
macro is defined by gthr-posix.h
That should also help for PR 51906