This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/31983] Add option to gcc to display specific language manual section reference for error/warning encountered.
- From: "esigra at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 May 2008 18:47:32 -0000
- Subject: [Bug c/31983] Add option to gcc to display specific language manual section reference for error/warning encountered.
- References: <bug-31983-14566@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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