------- Additional Comments From jason at redhat dot com 2005-04-18 18:28 ------- Subject: Re: local static object variable constructed once but ctors and dtors called multiple times on same memory when called in multiple threads
On 18 Apr 2005 09:07:00 -0000, "adah at netstd dot com" <[EMAIL PROTECTED]> wrote: > I would like that > > * GCC provide extensions so that GCC users can use memory barriers and > threading calls in a platform-independent way, and I'd like that too. > - Provide a command-line option (or pragma/attribute?) to disable/enable > static initialization protection. Already there: -fno-threadsafe-statics. Jason -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13684