Re: MinGW Release. D2.058 x86-64 20120428

2012-04-28 Thread Dmitry Olshansky
On 28.04.2012 21:08, Daniel Green wrote: ** Fixes, previous unresolved _Dmodule_ref ** Nice, it works so far :) And where as previous version promptly segfaulted on my regex benchmark this one goes through. And the compiled binary performance is not bad either: Small test - searching for a

Re: MinGW Release. D2.058 x86-64

2012-04-28 Thread Daniel Green
Removed the download. Broken binaries aren't useful. Try https://bitbucket.org/goshawk/gdc/downloads/gcc-4.6.1-tdm64-1-gdc-7e1a98da2769-20120428-D2.058.7z

MinGW Release. D2.058 x86-64 20120428

2012-04-28 Thread Daniel Green
GDC binary https://bitbucket.org/goshawk/gdc/downloads/gcc-4.6.1-tdm64-1-gdc-7e1a98da2769-20120428-D2.058.7z Known issues: * May break TDM64 C++. * Field-less structs will throw a null this exception. When formatted by std.format. runnable/test23.d

Re: MinGW Release. D2.058 x86-64

2012-04-28 Thread Daniel Green
On 4/27/2012 1:58 PM, Dmitry Olshansky wrote: Before I try to workaround this beast anyone have an idea what's wrong? In a nutshell, MinGW has a strange existence between the Posix code and Windows code. So, it's often affected by changes in both. Windows handles modules differently than GD