On 18 December 2013 15:17, Johannes Pfau <nos...@example.com> wrote: > Am Wed, 18 Dec 2013 14:29:57 +0000 > schrieb Iain Buclaw <ibuc...@gdcproject.org>: > >> >> Hi Mike, >> >> This has been fixed to not call any library routines, but has not been >> backported to the 4.8 branch yet. >> >> This is something that will be done before New Years (if my list of >> things to do does not grow even more...) > > I already have a personal branch with 2.064 backported to the gcc-4.8 > branch: > > https://github.com/jpf91/GDC/commits/arm-old >
Some remarks. From: https://github.com/jpf91/GDC/commit/f49267938b870f2c3e1712689db730a7ca6695b5 You probably want to keep the change: #undef DEF_FUNCTION_TYPE_7 From: https://github.com/jpf91/GDC/commit/f4f7a7d770836f83a798dea6bc134f8dd270a516 Only the changes to d-system.h (and possibly d-lang.cc) broke the build on gcc-4.8. The rest are non-breaking changes that are backwards compatible. Regards Iain