This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/51906] thread lock test failures on darwin11 under Xcode 4.2


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

--- Comment #53 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-02-04 13:38:57 UTC ---
I did think about fixincludes, but that would undef
PTHREAD_RECURSIVE_MUTEX_INITIALIZER for everyone, whereas we only really need
to undef the gthr equivalent to stop libstdc++ using it.

I'll try to work on a final version of the patch today.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]