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: [mainline] C++ PATCH: set up initial bits for pretty-printing


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.


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