2005-07-02 Zack Weinberg <zack@codesourcery.com>
commit3cf8b391b5f30be2e0c5404396abcfa20d88751e
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 2 Jul 2005 10:55:32 +0000 (2 10:55 +0000)
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 2 Jul 2005 10:55:32 +0000 (2 10:55 +0000)
tree3bc7f52a01952579e89d69c80d985e655c418278
parent0d55f4d0aeaeb16629a2c07c96a190695b83a7e6
2005-07-02  Zack Weinberg  <zack@codesourcery.com>
            Joseph S. Myers  <joseph@codesourcery.com>

* toplev.c (default_tree_printer): Handle setting location with
'+' flag.
* c-objc.common.c (c_tree_printer): Likewise.
* c-format.c (gcc_diag_flag_specs): Add '+'.
(gcc_cdiag_char_table): Allow '+' flag for tree formats.
(format_types_orig): Allow '+' flag for gcc_diag and gcc_cdiag
formats.
* c-common.c, c-decl.c, c-objc-common.c, c-pragma.c,
config/arm/pe.c, config/i386/winnt.c, config/ia64/ia64.c,
config/mcore/mcore.c, config/sh/symbian.c, config/sol2.c,
config/v850/v850.c, function.c, stor-layout.c, toplev.c,
tree-inline.c, tree-optimize.c, tree.c, varasm.c: Use '+' flag
instead of %J or %H.  Use 'q' flag for quoting.  Avoid '.' at end
of diagnostics.  Use %q+D not %s for a decl.  Do not pass excess
format arguments where %J is used without %D.

cp:
* error.c (location_of): Add comment.
(locate_error, cp_error_at, cp_warning_at, cp_pedwarn_at): Remove.
* cp-tree.h (cp_error_at, cp_warning_at, cp_pedwarn_at): Remove.
* call.c, class.c, decl.c, decl2.c, friend.c, init.c,
name-lookup.c, parser.c, pt.c, search.c, semantics.c, typeck.c,
typeck2.c: Use '+' flag instead of %J, cp_error_at, cp_warning_at
or cp_pedwarn_at.  Mark up some diagnostic strings with N_.

java:
* class.c, decl.c, expr.c: Use '+' flag instead of %J.  Use 'q'
flag for quoting.

objc:
* objc-act.c: Use '+' flag instead of %J.  Use 'q' flag for
quoting.

testsuite:
* gcc.dg/format/gcc_diag-1.c: Update.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101532 138bc75d-0d04-0410-961f-82ee72b054a4
44 files changed:
gcc/ChangeLog
gcc/c-common.c
gcc/c-decl.c
gcc/c-format.c
gcc/c-objc-common.c
gcc/c-pragma.c
gcc/config/arm/pe.c
gcc/config/i386/winnt.c
gcc/config/ia64/ia64.c
gcc/config/mcore/mcore.c
gcc/config/sh/symbian.c
gcc/config/sol2.c
gcc/config/v850/v850.c
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/class.c
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/decl2.c
gcc/cp/error.c
gcc/cp/friend.c
gcc/cp/init.c
gcc/cp/name-lookup.c
gcc/cp/parser.c
gcc/cp/pt.c
gcc/cp/search.c
gcc/cp/semantics.c
gcc/cp/typeck.c
gcc/cp/typeck2.c
gcc/function.c
gcc/java/ChangeLog
gcc/java/class.c
gcc/java/decl.c
gcc/java/expr.c
gcc/objc/ChangeLog
gcc/objc/objc-act.c
gcc/stor-layout.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/format/gcc_diag-1.c
gcc/toplev.c
gcc/tree-inline.c
gcc/tree-optimize.c
gcc/tree.c
gcc/varasm.c