[Bug 214] memory aligment issue ARM builds after 4.9.0

via D.gnu d.gnu at puremagic.com
Thu Mar 3 17:34:46 PST 2016


http://bugzilla.gdcproject.org/show_bug.cgi?id=214

--- Comment #1 from vlevenfeld at gmail.com ---
Found a fix: If I go into phobos' epoll.d and change align(1) to align(8),
everything works.

According to this thread
(https://github.com/nodejs/node-v0.x-archive/issues/4565) ARM systems require
64-bit data elements to be 8-byte-aligned. Looks like that got broken between
4.9.0 and 4.9.2?

-- 
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/d.gnu/attachments/20160304/b339c613/attachment.html>


More information about the D.gnu mailing list