This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: threadsafeness at egcs1.0.3 and 1.1
- To: egcs at cygnus dot com, honus at cmu dot edu
- Subject: Re: threadsafeness at egcs1.0.3 and 1.1
- From: mrs at wrs dot com (Mike Stump)
- Date: Fri, 10 Jul 1998 13:03:22 -0700
> Date: Thu, 09 Jul 1998 16:20:11 -0400
> From: Thomas Wagner <honus+egcs@cmu.edu>
> To: egcs@cygnus.com
> I haven't been able to find any information of the threadsafeness of
> C++ with v1.0.3.
EH is not thread safe in 1.0.3. Use a snapshot, or 1.1. Local static
objects are not thread safe in 1.0.3, nor in 1.1.
If your truely interested in this topic, you can collect the
information and put a new section into the manual...