On 1/11/07, Andrew Haley <aph@xxxxxxxxxx> wrote:
manish manish writes: > Anybody please tell me about any option to dump the tree data > structure in gcc -fdump-tree-all.
this option does not dump the data structure it dumps various IR.
> ,also if there is any document that explain the data structure in > tree representation please send the link of that document. It's in tree.def.
thanks for this but this also doesnot explain the tree representaion properly, if there is any document other than this please tell me.
Andrew.