August 03, 2011
../src/dmd -m32 -Icompilable   -odtest_results/compilable -oftest_results/compilable/interpret3_0.o -c compilable/interpret3.d
compilable/interpret3.d(2237): Error: cannot evaluate test3512() at compile time
compilable/interpret3.d(2237): Error: static assert  (test3512()) is not evaluatable at compile tim

Doesn't seem to matter if the output is 32 or 64, just that the compiler itself is 64 bit.
August 04, 2011
OK, I'll get onto it. I realized there is a problem with that function in any case.

On 4 August 2011 00:48, Brad Roberts <braddr at puremagic.com> wrote:
> ../src/dmd -m32 -Icompilable ? -odtest_results/compilable -oftest_results/compilable/interpret3_0.o -c compilable/interpret3.d
> compilable/interpret3.d(2237): Error: cannot evaluate test3512() at compile time
> compilable/interpret3.d(2237): Error: static assert ?(test3512()) is not evaluatable at compile tim
>
> Doesn't seem to matter if the output is 32 or 64, just that the compiler
> itself is 64 bit.
> _______________________________________________
> dmd-internals mailing list
> dmd-internals at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-internals
>