Since gcc is now being written in C++ it will no longer be possible to compile it on platforms that only have a C compiler (although cross compiling may be possible). This leads to the possibility of gcc being ported to some platforms by compiling it with llvm to C, and then using that C output to bootstrap the compilation of gcc!


Reply With Quote
