class.c (alter_access): Use %E format specifier to print an identifier node.
commit4460cef2258096e1ad518654c127eea8ac71fb79
authorGabriel Dos Reis <gdr@integrable-solutions.net>
Sun, 23 May 2004 10:51:45 +0000 (23 10:51 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Sun, 23 May 2004 10:51:45 +0000 (23 10:51 +0000)
tree947d192d307213dd0a8db85a2a31ae419336ef39
parent5763419e53ddb4f56a511d0c980787d0d1b4e993
class.c (alter_access): Use %E format specifier to print an identifier node.

* 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.

From-SVN: r82161
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/decl.c
gcc/cp/parser.c
gcc/cp/pt.c
gcc/cp/tree.c