mscoff x86 invalid pointers

Etienne via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri May 8 17:16:25 PDT 2015


I'm trying to compile a library that I think used to work with 
-m32mscoff flag before I reset my machine configurations.

https://github.com/etcimon/memutils

Whenever I run `dub test --config=32mscoff` it gives me an 
assertion failure, which is a global variable that already has a 
pointer value for some reason..

I'm wondering if someone here could test this out on their 
machine with v2.067.1? There's no reason why this shouldn't work, 
it runs fine in DMD32/optlink  and DMD64/mscoff, just not in 
DMD32/mscoff. Thanks!


More information about the Digitalmars-d-learn mailing list