This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Re: threadsafeness at egcs1.0.3 and 1.1


> 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...


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