Ah! I see what might be happening. I was using assert(0) in the
callback to stop the program's execution (to examine the output at
that location). When I do this, I get the funky results.
(I was surprised it was seen as HTML seeing as it was sent from my
blackberry (no html e-mail editing). The content type claimed
text/plain.)

On Wed, Apr 25, 2012 at 7:23 AM, Diego Novillo <dnovi...@google.com> wrote:
> [ 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.

Reply via email to