diff options
author | Jason Merrill <jason@gcc.gnu.org> | 1998-05-04 21:28:34 -0400 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 1998-05-04 21:28:34 -0400 |
commit | c5c637382cda0a8fca0d5af7e0849d1581d9d2cd (patch) | |
tree | d9e8defff26fca76541fedde635f784348517a2b /gcc | |
parent | 2addbe1dca329d6a5c94be60f2512e05787e1fed (diff) | |
download | gcc-c5c637382cda0a8fca0d5af7e0849d1581d9d2cd.zip gcc-c5c637382cda0a8fca0d5af7e0849d1581d9d2cd.tar.gz gcc-c5c637382cda0a8fca0d5af7e0849d1581d9d2cd.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cb23598..8ad1d65 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 |