[Bug 214] memory aligment issue ARM builds after 4.9.0

via D.gnu d.gnu at puremagic.com
Fri Mar 4 09:53:25 PST 2016


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

--- Comment #4 from vlevenfeld at gmail.com ---
The library is the same - it is actually not phobos' epoll but libasync's epoll
that is being used in this specific instance (though the two files don't appear
to differ). So the same file is being used with different compilers.
It appears as though, before 4.9.2, GDC ignored the alignment directive (at
least on ARM).
So this is not a bug with GDC, but rather with libasync and phobos? The epoll
implementation should be responsible for setting the correct alignment for the
architecture?

-- 
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/81cf6737/attachment-0001.html>


More information about the D.gnu mailing list