On Sunday, 15 January 2012 at 22:34:28 UTC, Iain Buclaw wrote:
* GDC's default calling convention has now been switched back to that of the default for the target platform. The D_InlineAsm family of version identifiers are now turned off by default as we no longer pretend to follow DMD's calling convention. For those who want to turn on D_InlineAsm(_X86/_x86_64) there is a -fd-inline-asm compiler switch.
BTW, why does it affect 64-bit code? Doesn't 64-bit already has one calling convention for all?