OSDN Git Service

* error.c (dump_simple_decl): Use DECL_CLASS_SCOPE_P and/or
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 12 May 1998 21:42:34 +0000 (21:42 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 12 May 1998 21:42:34 +0000 (21:42 +0000)
commitddb3945337bb6c117b3fe80d493b0eed5f7f77fb
tree92a30e7ea61540479bbab87c4470f8b7d7a37d52
parenta0560243e1bd80f65b88b8e85ae673d6db62aa75
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19705 138bc75d-0d04-0410-961f-82ee72b054a4
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