http://bugzilla.gdcproject.org/show_bug.cgi?id=214
--- Comment #4 from vlevenf...@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.