]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR target/41810 (Cannot build gcc: gthr-default.h:466: error: '__mutex' was not...
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Fri, 27 Nov 2009 15:17:04 +0000 (15:17 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Fri, 27 Nov 2009 15:17:04 +0000 (15:17 +0000)
commit67c330aec42b2b57cf42abc7ceb46865d51cd789
treeb19c28214d215279252a5733ac60ea7974dc83db
parent7400e46be65723976aa88901ceb47bc4578a5055
re PR target/41810 (Cannot build gcc: gthr-default.h:466: error: '__mutex' was not declared in this scope)

PR target/41810
* gthr-solaris.h (__gthread_mutex_destroy): Remove UNUSED.
[SUPPORTS_WEAK && GTHREAD_USE_WEAK] (__gthread_active_p): Use
__extension__ to allow cast from function pointer to object
pointer in C++.
* doc/install.texi (--enable-threads): Clarify use of Solaris
threads.

From-SVN: r154708
gcc/ChangeLog
gcc/doc/install.texi
gcc/gthr-solaris.h