This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] Get rid of some warnings
On Tue, Jul 23, 2002 at 06:52:22AM -0400, Diego Novillo wrote:
> On Tue, 2002-07-23 at 04:40, Pop Sébastian wrote:
>
> > > I'm tempted to move them to tree-dump.h. After all, they're
> > > related.
> > >
> > Is it possible to move them in a pretty-print.h file?
> >
> Sure. I don't really have a strong preference one way or the other.
>
> > I sent a patch that cleaned a little the pretty printer, and added
> > langhooks, but the patch was not applied.
> >
> Oh, sorry. It must've fell through the cracks. Would you mind sending
> it again?
>
No problemo, but I have to coordinate with Gabi (he will help with c++ and
diagnostic integration: it would be nice to have the pretty printer be used
by the diagnostic machinery).
> > So I would be for removing this file from the tree-ssa-branch then at the right time
> > to introduce a simple-call-graph.c that constructs the call graph dirrectly from the
> > SIMPLE tree without going through an intermediate representation (with a possible
> > dumper of the graph in XML, but this time the dumper will be only for debugging/feed
> > back purposes).
> >
> OK. Since you're the one doing the bulk of the work in this area, feel
> free to do whatever changes you want.
>
Cool,
but I'm still stuck on the goto/break elimination bootstrap. Once I'll finish it
I'll come to this again.
Maybe I will send what I have in local on goto/break this evening (even if it still don't
bootstrap yet, it will minimize my merges). I have the -fgoto-break-elimination flag, but
if you want I can keep the #if 0 around the entry point.
Sebastian