Is this a new bug ?

rikki cattermole rikki at cattermole.co.nz
Sat Sep 24 07:11:12 UTC 2022


```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.



More information about the Digitalmars-d-learn mailing list