Hi, the GCC wiki says:
“We will periodically pick a stable version of GCC, and require that that version of GCC be able to build all versions of GCC up to and including the next stable version. E.g., we may decide that all newer versions of GCC should be buildable with GCC 4.3.5.” Which version has currently been picked, and where can such information reliably (thinking of a permanent weblink) be found? Background to this question is that MirBSD might be transitioning to use pcc in the base system instead of the old GCC 3.4, and thus will need a series of bootstrap/stable compilers ported in order to be able to build the modern C++ beasts (LLVM/Clang and GCC 4.8 and up), so I’d like to know which version(s) I should pick, since pcc is C-only. (Also, general curiosity. This information might also be of interest and possibly value to other porters to minority operating environments such as FreeMiNT, the other BSDs, etc.) Thanks in advance, //mirabilos