OSDN Git Service

* tree.def: Add NAMESPACE_DECL.
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 May 1998 01:27:06 +0000 (01:27 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 May 1998 01:27:06 +0000 (01:27 +0000)
commit7c43cc0e6b09b119d0a26236152ad6eac9408d53
tree5a18ae7b4648a1141acc035141e7f86ae0c82e17
parent2a90ad2559c5b83bd167fb791d9ba54bc1e4254e
* tree.def: Add NAMESPACE_DECL.
* dwarfout.c (type_ok_for_scope): Ignore NAMESPACE_DECLs for now.
* dwarf2out.c (push_decl_scope): Likewise.
(scope_die_for): Likewise.
* tree.c (decl_function_context): Use TREE_CODE_CLASS to determine
how to get next context level.
* cp-tree.def: Remove NAMESPACE_DECL.
* cp/Makefile.in: Add .SUFFIXES.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19539 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/Makefile.in
gcc/cp/cp-tree.def
gcc/dwarf2out.c
gcc/dwarfout.c
gcc/tree.c
gcc/tree.def