[Issue 17726] Older DMD versions segfault when building Druntime with GCC 7.1

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Aug 7 08:42:56 PDT 2017


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

--- Comment #7 from Vladimir Panteleev <dlang-bugzilla at thecybershadow.net> ---
GCC 7 uses movdqa/movaps instructions, which require the address to be aligned
to 16 bytes, so GCC expects the elem* instances to be aligned. However, they
aren't aligned in DMD.

--


More information about the Digitalmars-d-bugs mailing list