This is the mail archive of the gcc-patches@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: Patch to clean up more diagnostics


"Joseph S. Myers" <joseph@codesourcery.com> writes:

| Continuing the theme of one batch of diagnostic cleanups showing where
| many more diagnostics need cleaning up, this patch cleans up more
| diagnostics to follow the GNU Coding Standards (no "." at end, no
| capital letter at start) and not to have "\n" at end ("\n" is added by
| the diagnostic machinery).  Some cases of messages being printed with
| fnotice to dump files (should be fprintf as such messages should not
| be translated) were also fixed, as was the previously discussed issue
| of toplev.c:print_version which prints a message which should be
| translated when going to stderr but not when going to the .s file with
| -fverbose-asm.
| 
| Bootstrapped with no regressions on x86_64-unknown-linux-gnu.  OK to
| commit?

Yes.  Thanks for doing this.

-- Gaby


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