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: [PATCH] Yet another tree dumper



Also, have you tried the pretty-printer on the tree-ssa branch?

I looked at pretty-printer. It is a totally different beast. It does not reveal internals of tree nodes. It is not a alternative for debug_tree() or dmp_tree().

In the past, people expressed interest to see debut_tree()
alternative. Here it is. Try it in your local source tree and
see if it is good enough. If it has problems, let me know.

--
Devang

[Ref : http://gcc.gnu.org/ml/gcc/2002-09/msg01249.html thread]


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