This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [mainline] C++ PATCH: set up initial bits for pretty-printing
- From: Diego Novillo <dnovillo at redhat dot com>
- To: gdr at integrable-solutions dot net
- Cc: "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>
- Date: Tue, 05 Aug 2003 15:46:34 -0400
- Subject: Re: [mainline] C++ PATCH: set up initial bits for pretty-printing
- Organization: Red Hat Canada
- References: <m2ptjjgans.fsf@dromion.integrable-solutions.net>
On Tue, 2003-08-05 at 15:35, gdr@integrable-solutions.net wrote:
> This is putting initial bits for better pretty-printing support in the
> C++ (and C) front ends. This will (hopefully) enable us to have an
> idea of what is going on for the tree-level transformations we are
> doing. This also will be a rewrite of some components in cp/error.c
>
Cool. Does this mean that we can ditch the pretty printers in tree-ssa,
now?
Well, we would need to add support for printing basic block boundaries,
PHI nodes, SSA names and virtual operands, but I guess it should not be
that hard.
Diego.