Re: Inconsistent use of __GTHREAD_HAS_COND

2007-10-10 Thread Benjamin Kosnik
FYI this was libstdc++/33682, and was fixed with: http://gcc.gnu.org/ml/gcc-patches/2007-10/msg00415.html Which was checked in yesterday. Please update your sources and try again. best, -benjamin

Re: Inconsistent use of __GTHREAD_HAS_COND

2007-10-10 Thread fafa
Jason Merrill wrote: fafa wrote: I tried to build gcc from the latest snapshot (gcc-4.3-20071005), but I undefined the symbol "__GTHREAD_HAS_COND" which is desribed in libstdc++-v3\ChangeLog as follows: ... [!__GTHREAD_HAS_COND] Fall back to the old code, which deadlocks. ... But libstdc

Re: Inconsistent use of __GTHREAD_HAS_COND

2007-10-09 Thread Jason Merrill
fafa wrote: I tried to build gcc from the latest snapshot (gcc-4.3-20071005), but I undefined the symbol "__GTHREAD_HAS_COND" which is desribed in libstdc++-v3\ChangeLog as follows: ... [!__GTHREAD_HAS_COND] Fall back to the old code, which deadlocks. ... But libstdc++-v3\libsupc++\guard.c

Inconsistent use of __GTHREAD_HAS_COND

2007-10-07 Thread fafa
Hi. I tried to build gcc from the latest snapshot (gcc-4.3-20071005), but I undefined the symbol "__GTHREAD_HAS_COND" which is desribed in libstdc++-v3\ChangeLog as follows: ... [!__GTHREAD_HAS_COND] Fall back to the old code, which deadlocks. ... But libstdc++-v3\libsupc++\guard.cc uses t