This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Patch: Prune unused DECL_STMTs from saved tree structure



  In message <20000829093335W.mitchell@codesourcery.com>you write:
  > 
  >     > 	* c-semantics.c (remove_unused_decls,
  >     > 	remove_unused_decls_from_block): New functions.
  >     > 	* c-common.h: Prototype remove_unused_decls.
  >     > cp:
  >     > 	* semantics.c (finish_stmt_tree): Call remove_unused_decls.
  >   This is fine.  Please install this patch.
  > 
  > Oh, dear.  And here I was about to say that we should be using
  > walk_tree for this instead.
OK.  Then let's have it use walk_tree.    I don't think Zack has checked
in the change yet (I approved it just a few minutes ago).

Presumably walk_tree doesn't look at any nodes we don't want to look at
in this code?  I believe there was some question about following the
TREE_CHAINs in some of the nodes.
jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]