This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Parseable output generation from gcc.


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]