Re: gcc4 and local statics

2005-05-18 Thread Christopher Faylor
On Wed, May 18, 2005 at 11:51:55AM -0700, Brian Dessent wrote: >Corinna Vinschen wrote: > >> While this might help to avoid... something, I'm seriously wondering >> what's wrong with this expression. Why does each new version of gcc >> add new incompatibilities? > >I think I've figured this out.

gcc4 and local statics

2005-05-18 Thread Brian Dessent
Corinna Vinschen wrote: > While this might help to avoid... something, I'm seriously wondering > what's wrong with this expression. Why does each new version of gcc > add new incompatibilities? I think I've figured this out. PR/13684 added thread safety to initialization of local statics.[1] I