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]
Other format: [Raw text]

Re: [PATCH] Yet another tree dumper : Part 2 (4/4)


On Fri, 2003-10-17 at 12:33, Devang Patel wrote:
> 4th alternative is to remove old debug_tree().
> 
> 2003-10-17  Devang Patel  <dpatel@apple.com>
> 
>          * print-tree.c (debug_tree): Remove
>          * dmp-tree.c (debug_tree): New
> 
> Additional patch is required to remove dead code.

I know I'm coming to this debate late.

However, this patch is the only one we should even consider.

There is no reason to have two tree dumpers.  If the new one is better,
let's use it.  If it's not better, then Devang should work on it until
it is.  The last thing we need is more superfluous code in GCC.

-- 
Mark Mitchell <mark@codesourcery.com>
CodeSourcery, LLC


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