This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

Re: Bootstrap broken on HEAD for i686-pc-linux-gnu


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


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