This is the mail archive of the gcc-help@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: Tree


konica sarker <konica.sarker@gmail.com> writes:

> is there any way to view the details of the tree? or printing a tree?
> like all the nodes, connectivity of each nodes...etc??

Call the debug_tree function to print a tree.  I believe there are also
some plugins around that let you move around the tree structure,
although I haven't used them myself.

Ian


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