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
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
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
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