[Bug libstdc++/51008] GTHR - extend interface with __gthread_recursive_mutex_destroy

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Nov 7 14:03:00 GMT 2011


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51008

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-11-07 14:02:52 UTC ---
The best solution is to add that function to the gthr API, but stage1 is about
to end, so we might not have time to do it (the reason for the _S_destroy hack
in the first place was lack of time to fix it properly, see PR 46455 comment
19)

Is it possible to extend the _S_destroy hack to handle your case?

N.B. this is not a libstdc++ bug, gthreads is not part of libstdc++ (or we'd
have just changed it to fix PR 45455)



More information about the Gcc-bugs mailing list