On Saturday, 24 September 2022 at 07:11:12 UTC, rikki cattermole wrote:
```d
version(all) {
    __gshared:
        uint test2;
}

uint test;
```

Output with -vtls:

```
Up to 2.079.1: Success with output: onlineapp.d(9): test is thread local Since 2.080.1: Success with output: onlineapp.d(9): `test` is thread local
```

Looks fine to me.

I think it should not be thread local.

Reply via email to