Walter Bright Wrote:

> I get:
> 
> dmd test -vtls
> test.d(2): x is thread local
> test.d(5): y is thread local

Very odd... I still get:

> cat test.d
module test;
int x;

void main() {
    static int y;
}
> dmd test -vtls
>

(successfully compiles with no output.)

I'm kind of at a loss as far as what else to tell you, though. I noticed also 
that the help text when you run dmd without parameters makes no mention of the 
new -vtls flag. Version is "Digital Mars D Compiler v2.030", again I'm on OS X 
Leopard.

Reply via email to