https://issues.dlang.org/show_bug.cgi?id=19148
--- Comment #2 from Yuxuan Shui <[email protected]> --- Looks like dmd mis-aligned a __gshared variable. .alignof reports an alignment of 16 bytes, while the variable is aligned only to 8 bytes. --
d-bugmail--- via Digitalmars-d-bugs Thu, 09 Aug 2018 03:15:42 -0700
https://issues.dlang.org/show_bug.cgi?id=19148
--- Comment #2 from Yuxuan Shui <[email protected]> --- Looks like dmd mis-aligned a __gshared variable. .alignof reports an alignment of 16 bytes, while the variable is aligned only to 8 bytes. --