* class.c (alter_access): Use %E format specifier to print an
authorgdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 23 May 2004 10:51:45 +0000 (10:51 +0000)
committergdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 23 May 2004 10:51:45 +0000 (10:51 +0000)
commit286daa79727623f53a4de64d00a9a17dff74ffde
tree947d192d307213dd0a8db85a2a31ae419336ef39
parentf943d0356d97b01dddb2e006edee675ee84adf5f
* class.c (alter_access): Use %E format specifier to print an
identifier node.  Avoid looking at the IDENTIFIER_POINTER.
(push_lang_context): Likewise.
* decl.c (lookup_label): Likewise.
(grokdeclarator): Likewise.
* parser.c (cp_parser_check_for_invalid_template_id):Likewise.
* pt.c (do_type_instantiation): Likewise.
* tree.c (handle_java_interface_attribute): Likewise.
(handle_com_interface_attribute): Likewise.
(handle_init_priority_attribute): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82161 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/decl.c
gcc/cp/parser.c
gcc/cp/pt.c
gcc/cp/tree.c