On Sun, Dec 18, 2016 at 03:32:25PM +0000, Cág wrote: > Sylvain BERTRAND wrote: > > >Logs? Are you talking about a javascript enabled dynamic www renderer > >or C compilers? > > scc logs, here at suckless.
scc/qbe good things... but no happy end since they won't be able to one-step compile a modern c++ compiler for many critical components. >>Because, people at google screwe* us: they made gcc c++. > > Not really, they allowed C++ in the compiler itself but not that > much. C compiler is still in C. Check it out yourself here: > https://github.com/gcc-mirror/gcc/find/master > Type .cc or .cpp, you'll see it's not much. You must have a c++98 compiler. A modern gcc will _refuse_ to configure and compile. I plan to attempt a C port of a modern c++ gcc, that in order to keep the number of bootstrap steps as low as possible. -- Sylvain