This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] Tree Browser
- From: Diego Novillo <dnovillo at redhat dot com>
- To: Pop Sébastian <pop at gauvain dot u-strasbg dot fr>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Wed, 6 Nov 2002 11:00:35 -0500
- Subject: Re: [tree-ssa] Tree Browser
- Organization: Red Hat Canada
- References: <20021030235917.GA22774@gauvain.u-strasbg.fr>
On Thu, 31 Oct 2002, Pop Sébastian wrote:
> Hi,
>
> Here's the first version of TreeBrowser.
>
Thanks. Lets add it into tree-ssa. It looks like a very useful
debugging tool. One thing that would be nice is for it to
recognize the new tree chaining scheme we have in GENERIC and
GIMPLE trees.
One thing I'm not sure about is the getline() call. Maybe you
should autoconf the call to it so that it works on non-glibc
systems.
Diego.