Am 12.04.2012 12:18, schrieb Paolo Bonzini:
Il 12/04/2012 12:13, Kevin Wolf ha scritto:
I guess it's this non-thread-local TLS once again, basically a compiler bug.

Paolo, wasn't there a compiler option that works around the problem?

Kevin
I asked to test it (-D_MT) but never got any answer.

Paolo

I'd be surprised if defining _MT helped against compiler bugs.
It will change the declaration of some functions in stdio.h,
but the buggy compiler will still not create TLS.

Cheers,
Stefan


Reply via email to