www.digitalmars.com         C & C++   DMDScript  

D.gnu - gcc 4.9

reply "Timo Sintonen" <t.sintonen luukku.com> writes:
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.
Mar 17 2013
parent Iain Buclaw <ibuclaw ubuntu.com> writes:
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';
Mar 17 2013