]> gcc.gnu.org Git - gcc.git/commit - gcc/cp/pt.c
error.c (dump_simple_decl): Use DECL_CLASS_SCOPE_P and/or DECL_NAMESPACE_SCOPE_P.
authorJason Merrill <jason@yorick.cygnus.com>
Tue, 12 May 1998 21:42:34 +0000 (21:42 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 12 May 1998 21:42:34 +0000 (17:42 -0400)
commit6eb3bb273d41fc53006e8c0c042433d41bdcb294
tree92a30e7ea61540479bbab87c4470f8b7d7a37d52
parentb706d7f20d438d0cda4790a798d98d5cb74290f9
error.c (dump_simple_decl): Use DECL_CLASS_SCOPE_P and/or DECL_NAMESPACE_SCOPE_P.

* error.c (dump_simple_decl): Use DECL_CLASS_SCOPE_P and/or
DECL_NAMESPACE_SCOPE_P.
(lang_decl_name): Likewise.
* pt.c (tsubst_friend_function, tsubst): Likewise.
* decl.c (pushdecl, redeclaration_error_message, start_decl,
cp_finish_decl, start_function): Likewise.
* class.c (finish_struct_1): Likewise.
* call.c (build_over_call): Likewise.
(compare_ics): Use DERIVED_FROM_P.

From-SVN: r19705
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/class.c
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/error.c
gcc/cp/pt.c
This page took 0.063619 seconds and 5 git commands to generate.