Is this a new bug ?

test123 test123 at gmail.com
Sat Sep 24 07:12:39 UTC 2022


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.


More information about the Digitalmars-d-learn mailing list