Am 10.04.2012 06:09, schrieb Jonathan M Davis:
On Monday, April 09, 2012 23:58:26 Nick Sabalausky wrote:
Speaking of platform support problems, this 64-bit data corruption issue has
been sitting around for months, and basically fubars most (all?) programs
on 64-bit that use old-style varargs (such as std.string.format):

http://d.puremagic.com/issues/show_bug.cgi?id=6983

Oh, that's easy to top. Passing structs to C functions in 64-bit doesn't work:

http://d.puremagic.com/issues/show_bug.cgi?id=5570

- Jonathan M Davis

I know I've suffered quite a bit from that one, especially because it can be quite hidden and required modifying and maintaining external C libraries that expect structs by value.

Reply via email to