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]
Other format: [Raw text]

Re: Suggestion


"YaniMan" <yaniman@freemail.hu> wrote:
> Or these messages should going (by an option) to the stdout rather than 
> stderr, so i can write a parser (gcc a.c | myparser) to convert the 
> messages.

gcc a.c 2>&1 | myparser >&2


paul


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