March 17, 2013
Gcc head has turned to version 4.9. This causes the setup-gcc script in gdc to fail. In addition, the version number string in gcc is no more in gcc/version.c but in gcc/BASE-VER. Setup-gcc still works when manually forced to version 4.8.


March 17, 2013
On 17 March 2013 12:08, Timo Sintonen <t.sintonen@luukku.com> wrote:

> Gcc head has turned to version 4.9. This causes the setup-gcc script in gdc to fail. In addition, the version number string in gcc is no more in gcc/version.c but in gcc/BASE-VER. Setup-gcc still works when manually forced to version 4.8.
>
>
>
As faras I can see, no tarballs have been released.  As soon as this is done, I'll branch off gdc development to make a 4.8 branch and switch master to 4.9


Regards
-- 
Iain Buclaw

*(p < e ? p++ : p) = (c & 0x0f) + '0';