diff options
author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-05 01:28:34 +0000 |
---|---|---|
committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-05 01:28:34 +0000 |
commit | e1ec5e2dd0800a964fa4c7365db124a902f9897f (patch) | |
tree | d9e8defff26fca76541fedde635f784348517a2b | |
parent | 7c43cc0e6b09b119d0a26236152ad6eac9408d53 (diff) | |
download | gcc-e1ec5e2dd0800a964fa4c7365db124a902f9897f.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19540 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cb23598d74c..8ad1d654765 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,12 @@ +Tue May 5 01:28:12 1998 Jason Merrill <jason@yorick.cygnus.com> + + * 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. + Tue May 5 01:43:16 1998 Jim Wilson <wilson@cygnus.com> * i386.c (output_fix_trunc): Add code to emulate non-popping DImode |