New branch in GDC

2014-04-27 Thread Iain Buclaw via D.gnu
A new branch in GDC has been created. https://github.com/D-Programming-GDC/GDC/tree/gdc-4.9 The master branch shall continue on being closely working with upstream development in GCC. So unless you enjoy being on bleeding edge, this is the branch you'd want to checkout when building gdc. *

Re: GDC can't link LuaD if separate compilation used (bug?)

2014-04-27 Thread ketmar via D.gnu
On Sun, 27 Apr 2014 10:27:37 +0100 "Iain Buclaw via D.gnu" wrote: Try compiling with -femit-templates to force the behaviour of D prior to 2.064, see this bug report: ah, just discovered the strange thing: if i pass hello.o after base.o from LuaD, not before, everything is linking without an

Re: GDC can't link LuaD if separate compilation used (bug?)

2014-04-27 Thread Iain Buclaw via D.gnu
On 27 April 2014 05:30, ketmar via D.gnu wrote: > if i take LuaD[1] and then try to compile it as a set of separate .o files, > gdc refuses to link any LuaD sample with message: > hello.o:(.data._D30TypeInfo_S4luad4base9LuaObject6__initZ[_D30TypeInfo_S4luad4base9LuaObject6__initZ]+0x1c): > undefin