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++/33682] libstdc++ broken for !__GTHREAD_HAS_COND hosts



------- Comment #2 from dkwan at transmeta dot com  2007-10-07 17:55 -------
Sorry about the breakage. I only tested the original patch on Linux. The
obvious patch should be fine.  I am not familiar with mingw-w64. Does it
provide a similar conditional variable as POSIX? If so, another way to fix this
is to do similar changes as in gthr-posix.h to make the new locking works for
mingw-w64 as well.


-- 


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


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