August 22, 2020
https://issues.dlang.org/show_bug.cgi?id=21186

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |accepts-invalid, iasm,
                   |                            |wrong-code
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=5922

--
August 22, 2020
https://issues.dlang.org/show_bug.cgi?id=21186

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
The current dmd says:

test.d(7): Error: cannot directly load TLS variable `x`

--