]> git.ipfire.org Git - thirdparty/gcc.git/commit
bb-reorder.c, [...]: Avoid "." or "\n" at end of diagnostics and capital letters...
authorJoseph Myers <joseph@codesourcery.com>
Sun, 3 Jul 2005 21:08:11 +0000 (22:08 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Sun, 3 Jul 2005 21:08:11 +0000 (22:08 +0100)
commitab532386bd67549000dbe8db91d5fa3bf56239c7
tree9e35ca21fbfbb197d00f2ae30beb41c733d69f5f
parent9bce667ce5fcc889c3b3212085cf227381e09532
bb-reorder.c, [...]: Avoid "." or "\n" at end of diagnostics and capital letters at start of diagnostics.

* bb-reorder.c, c-pch.c, c-pragma.c, c.opt, cfghooks.c, cfgloop.c,
cfgrtl.c, cgraphunit.c, config/c4x/c4x.c, config/cris/cris.c,
config/frv/frv.c, config/host-darwin.c, config/iq2000/iq2000.c,
config/lynx.h, config/m68k/m68k.c, config/pa/pa.c, config/sh/sh.h,
config/stormy16/stormy16.c, config/v850/v850.c,
config/vax/netbsd-elf.h, coverage.c, dwarf2out.c, emit-rtl.c,
except.c, gcc.c, tree-cfg.c, tree-eh.c, tree-ssa.c, xcoffout.c:
Avoid "." or "\n" at end of diagnostics and capital letters at
start of diagnostics.
* combine.c, cse.c: Don't translate dump file output.
* toplev.c (print_version): Only translate output if going to
stderr.

From-SVN: r101561
33 files changed:
gcc/ChangeLog
gcc/bb-reorder.c
gcc/c-pch.c
gcc/c-pragma.c
gcc/c.opt
gcc/cfghooks.c
gcc/cfgloop.c
gcc/cfgrtl.c
gcc/cgraphunit.c
gcc/combine.c
gcc/config/c4x/c4x.c
gcc/config/cris/cris.c
gcc/config/frv/frv.c
gcc/config/host-darwin.c
gcc/config/iq2000/iq2000.c
gcc/config/lynx.h
gcc/config/m68k/m68k.c
gcc/config/pa/pa.c
gcc/config/sh/sh.h
gcc/config/stormy16/stormy16.c
gcc/config/v850/v850.c
gcc/config/vax/netbsd-elf.h
gcc/coverage.c
gcc/cse.c
gcc/dwarf2out.c
gcc/emit-rtl.c
gcc/except.c
gcc/gcc.c
gcc/toplev.c
gcc/tree-cfg.c
gcc/tree-eh.c
gcc/tree-ssa.c
gcc/xcoffout.c