[ Please do not send html mail. It will be rejected by the list server. ] On Wed, Apr 25, 2012 at 10:16, <fost...@edgeandvertex.org> wrote:
> That much I understand. But it's cc1 that is in two processes, and gcc -v > only shows it being invoked once. Finally the output on stderr is only from > one of the two processes. cc1 is just one process. You will need to show us the output of 'gcc -v'. > (To clarify terminology: gcc app being the driver here? I didn't think the > plugins were loaded in the 'gcc' driver? Strictly from the compiler?) They are not. They are loaded by cc1. Diego.