[Issue 19148] ldc compiled with dmd and musl segment faults on unaligned SIMD instruction.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Aug 9 10:14:28 UTC 2018


https://issues.dlang.org/show_bug.cgi?id=19148

--- Comment #2 from Yuxuan Shui <yshuiv7 at gmail.com> ---
Looks like dmd mis-aligned a __gshared variable. .alignof reports an alignment
of 16 bytes, while the variable is aligned only to 8 bytes.

--


More information about the Digitalmars-d-bugs mailing list