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



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

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

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