On 23 February 2012 12:07, Leandro Lucarella <l...@llucax.com.ar> wrote: > Iain Buclaw, el 23 de febrero a las 10:32 me escribiste: >> Morning all, >> >> I will be trying to kick off the beginning of the migration of GDC this >> weekend. >> >> Johannes is working on sorting out the Druntime/Phobos build in GCC. >> Daniel is working on porting the D2 testsuite into GCC build. >> I will be re-structuring the project folders and splitting D1 and D2 into >> separately maintained branches. > > How will this work? Like gcc with different C standards (-std=d1 > / -std=d2)? Different binaries to invoke the different compiler > versions? >
Code bases are too different. There would be no change to how it currently is, just that D1 and D2 will be in two physically separate branches. -- Iain Buclaw *(p < e ? p++ : p) = (c & 0x0f) + '0';