http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51008
Bug #: 51008
Summary: GTHR - extend interface with
__gthread_recursive_mutex_destroy
Classification: Unclassified
Product: gcc
Version: 4.6.2
Status: UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51008
--- Comment #1 from Andrey Galkin 2011-11-07
13:52:36 UTC ---
* The problem is in incompatible types when __gthread_mutex_destroy is called
instead of __gthread_recursive_mutex_destroy (missing in the default interface)
in __recursive_mutex::_S_d
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51008
--- Comment #5 from Andrey Galkin 2011-11-07
14:28:56 UTC ---
Created attachment 25736
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25736
PR51008 workaround, fits GCC 4.6.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51008
Andrey Galkin changed:
What|Removed |Added
Severity|major |minor
--- Comment #6 from Andrey Galkin
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51060
Bug #: 51060
Summary: Temporary object stack space is not re-used
Classification: Unclassified
Product: gcc
Version: 4.6.2
Status: UNCONFIRMED
Severity: normal
Priori