August 08, 2018
https://issues.dlang.org/show_bug.cgi?id=19148

          Issue ID: 19148
           Summary: dmd doesn't keep stack aligned at 16 bytes boundary
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: dmd
          Assignee: nobody@puremagic.com
          Reporter: yshuiv7@gmail.com

This cause ldc compiled with dmd to crash, because of an unaligned SIMD instruction.

--