Created attachment 1202
additional info
I can't get a working binary of even the most trivial D code on Debian sid
x86_64 if flag -m64 is given. The binary works when using -m32 instead.
hello.d source:
void main() {
}
More info in the attachments (source used, compiler output, stack trace, system
info...)
Comment #1 by hsteoh — 2013-08-23T16:15:42Z
I also have a Debian sid x86_64 system, but I can't seem to reproduce this problem. Have you tried the current release of dmd (2.063.2)? Does it still have the same problem?