This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Bootstrap broken on HEAD for i686-pc-linux-gnu
- From: Nathan Myers <ncm-nospam at cantrip dot org>
- To: libstdc++ at gcc dot gnu dot org
- Date: Tue, 6 May 2003 10:46:46 -0700
- Subject: Re: Bootstrap broken on HEAD for i686-pc-linux-gnu
- References: <20030506123237.71537aeb.bkoz@redhat.com>
On Tue, May 06, 2003 at 12:32:37PM -0500, Benjamin Kosnik wrote:
> #ifdef __GTHREAD_MUTEX_INIT
> ! {
> ! __gthread_mutex_t __tmp = __GTHREAD_MUTEX_INIT;
> ! _M_c_string_lock = __tmp;
> ! }
> #else
Matt had written: "You can't use __GTHREAD_MUTEX_INIT like this, it is
only usable as a static initializer."
The patch quoted doesn't look very static to me.
Nathan Myers
ncm-nospam@cantrip.org