On 22 October 2012 21:46, H. S. Teoh <[email protected]> wrote: > On Mon, Oct 22, 2012 at 09:15:41PM +0100, Iain Buclaw wrote: >> On 22 October 2012 20:41, H. S. Teoh <[email protected]> wrote: > [...] >> > This is only the gdc-4.7 branch, though; git master isn't building >> > on my system because the gcc build script mistakes Walter's >> > pathological naming of C++ source files with a .c extension for >> > actual C code, which causes it to invoke the wrong compiler and >> > produce reams and reams of compile errors before dying miserably. >> > I'm still trying to figure out how to fix this. >> > >> >> It shoudln't be doing that - I would instead question what revision of >> GCC you are currently using. As it's switch to C++ as the default >> compiler around 2 months ago. > [...] > > Does gdc git master require gcc-4.8 to build (I mean, 4.8 installed as > default compiler on the system, not just 4.8 sources)? > > % gcc --version > gcc (Debian 4.7.2-4) 4.7.2 > Copyright (C) 2012 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. There is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
No -- Iain Buclaw *(p < e ? p++ : p) = (c & 0x0f) + '0';
