[Bug c/31983] Add option to gcc to display specific language manual section reference for error/warning encountered.
esigra at gmail dot com
gcc-bugzilla@gcc.gnu.org
Tue May 6 18:48:00 GMT 2008
------- Comment #6 from esigra at gmail dot com 2008-05-06 18:47 -------
(In reply to comment #5)
> But seriously colorization should not be done in the compiler. Just like IDE
> should not be part of the compiler ...
Colorization of a message is part of the message. It should obviously be done
whereever the message is constructed. (IDE has nothing to do with this.) With
your argument, the compiler should not do text messages (or any localization
thereof) either, but rather return some code that an external program
formats/localizes and presents to the user in a suitable way.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31983
More information about the Gcc-bugs
mailing list