From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Wilson To: Nathan Myers Cc: egcs@cygnus.com Subject: Re: GCC Date: Mon, 18 May 1998 18:06:00 -0000 Message-id: <199805190106.SAA09003@rtl.cygnus.com> References: <355CBF56.687A3B53@cygnus.com> X-SW-Source: 1998-05/msg00650.html > There is no problem here. EGCS does exactly what you want. Almost. In C++ code, local variable static initializers do not yet have support for locking during the initialization. For example, in The original bug report didn't ask whether the thread support worked perfectly with all C++ features. It asked about how the thread support was enabled at gcc build time. My answer is correct for that question, and was not meant to apply to any other question about thread support. Jim