This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Tree-SSA Newbie Questions
> > 1. Why isn't Tree Browser enabled for all front-ends
> > when --enable-tree-browser is used? For Java, I manually
> > added tree-browser.o to its Make-lang.in and things
> > seemed to work just fine - I was able to use browse_tree()
> > from within GDB, etc.
> >
> It will need to be added to each of jc1, cc1plus, cc1obj and f951.
How about this patch?
http://gcc.gnu.org/ml/gcc/2004-05/msg00708.html
> > 2. Is libbanshee critical to tree-ssa or can it be safely
> > disabled with "--without-libbanshee" without invalidating
> > the testsuite results thus produced? What about libmudflap?
> >
> No. It will only mean that you cannot use -ftree-points=andersen. You
> still get the type-based analzyer and the flow-sensitive points-to
> (which is still rather weak).
OK, I'll let libbanshee be.
Thanks,
Ranjit.