]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/dwarf2out.c
tree.def: Add NAMESPACE_DECL.
authorJason Merrill <jason@yorick.cygnus.com>
Tue, 5 May 1998 01:27:06 +0000 (01:27 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 5 May 1998 01:27:06 +0000 (21:27 -0400)
commit2addbe1dca329d6a5c94be60f2512e05787e1fed
tree5a18ae7b4648a1141acc035141e7f86ae0c82e17
parent2e14a41b63bb3ac89e91b85e58ae3d0f3e3798c9
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.
* cp-tree.def: Remove NAMESPACE_DECL.
* cp/Makefile.in: Add .SUFFIXES.

From-SVN: r19539
gcc/cp/ChangeLog
gcc/cp/Makefile.in
gcc/cp/cp-tree.def
gcc/dwarf2out.c
gcc/dwarfout.c
gcc/tree.c
gcc/tree.def