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 wrote:
Hello!

Maybe you got this type of mails, but maybe not. So i send it. :)
Could you put an option into the compiler, to produce other error / warning outputs?
The "file.c:line: error message" format is ok, but the stupid visual studio (which i use (good editor)) knows only the "file.c(line): error message" format. So it would be great, if i can switch to it.
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.
Please, forgive me, if this mail was annoying, but i think it would be a nice option.

Why don't you try implementing this possibility yourself, it sounds like a quite manageable kind of project.


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