tree.def: Add NAMESPACE_DECL.
authorJason Merrill <jason@gcc.gnu.org>
Tue, 5 May 1998 01:28:34 +0000 (21:28 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 5 May 1998 01:28:34 +0000 (21:28 -0400)
commitc5c637382cda0a8fca0d5af7e0849d1581d9d2cd
treed9e8defff26fca76541fedde635f784348517a2b
parent2addbe1dca329d6a5c94be60f2512e05787e1fed
tree.def: Add NAMESPACE_DECL.

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

From-SVN: r19540
gcc/ChangeLog