Release: MinGW64 GCC 4.6.1 GDC 1.070/2.055

Andrej Mitrovic andrej.mitrovich at gmail.com
Mon Dec 19 08:41:25 PST 2011


I think it compiles in 64bit mode by default. This assert passes without -m64:
static assert(size_t.sizeof == 8);

The crash seems related to stdio. It doesn't happen with -m32.


More information about the D.gnu mailing list