Re: Mingw. Compile for arm

2013-02-10 Thread Glap
On Sunday, 10 February 2013 at 01:08:09 UTC, jerro wrote: On Saturday, 9 February 2013 at 21:30:28 UTC, Glap wrote: Can I get somewhere gdc for build arm programs? Thank you. You can build GDC cross compiler for ARM using crosstool-ng. See the instructions here: http://gdcproject.org/wiki/

Re: weird bug with nested functions:

2013-02-10 Thread Johannes Pfau
Am Fri, 8 Feb 2013 14:05:24 +0100 schrieb Johannes Pfau : > https://gist.github.com/jpf91/4738922 > OK, found it and found a fix. As a result functions in nested structs can now also have static chains. With my changes it's possible that a function in a template instance has a static chain. So