Joseph S. Myers - Re: PR26061 error and warning counts (original) (raw)

This is the mail archive of the gcc-patches@gcc.gnu.orgmailing 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]

On Tue, 13 Feb 2007, Manuel L�pez-Ib��ez wrote:

2007-02-13 Manuel Lopez-Ibanez manu@gcc.gnu.org

PR middle-end/26061

A human readable message can't just be passed to fprintf like that, you need to arrange for it to be extracted for translation and translated into the user's language. Calling existing diagnostic functions does that, otherwise the string needs surrounding with _().

testsuite/

libstdc++-v3/testsuite/ (Where this Changelog goes???)

libmudflap/testsuite/

The fact that the testsuite needs adjusting like this illustrates the likelihood of breaking external tools (e.g. IDEs) that process GCC's output. This means this change to output should perhaps be off by default, with a new option to enable it people wanting this style can put in their Makefiles.

-- Joseph S. Myers joseph@codesourcery.com


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