Comment # 4 on bug 214 from
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: