GCC uses (I believe) a three stage bootstrap/build procedure. Only the initial stage uses a preinstalled system compiler. The other stages use the compiler built in previous stages. So using ICC won't ...