http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51296
--- Comment #38 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> 2012-02-10 17:01:39 UTC --- > --- Comment #37 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-02-07 > 09:22:29 UTC --- > Rainer, you should now be able to define _GTHREAD_USE_MUTEX_INIT_FUNC and > _GTHREAD_USE_COND_INIT_FUNC (either in gthr-posix.h or os_defines.h or > wherever > you see fit) and then the tests should pass. I've already posted a patch that does this: http://gcc.gnu.org/ml/gcc-patches/2012-02/msg00499.html Rainer