This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Parseable output generation from gcc.
- To: Eric Weiss <eweiss at apple dot com>
- Subject: Re: Parseable output generation from gcc.
- From: Neil Booth <neil at daikokuya dot demon dot co dot uk>
- Date: Tue, 12 Jun 2001 07:18:34 +0100
- Cc: gcc at gcc dot gnu dot org
Eric Weiss wrote:-
> Otherwise, the compiler would generate this identifier itself, so you
> could say
> gcc -fparseable-log foo.c bar.c
Assuming this command doesn't compile foo.c and bar.c in parallel,
something which I imagine will be the case for some time to come, you
shouldn't need an id. You just need a delimiter of where the
compilation of foo.c ends and (presumably) that of bar.c begins.
Neil.