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

Purpose of print_node() function (defined in gcc/print_tree.c)


Hi,

Can someone tell what is this function for? I actually found it useful
for my needs (to have the capability to take a look on parsed source
tree and possibly convert it to some other format), however I can't find
the place it's being called from (except from stor-layout.c and
c-decl.c). And I have no clue how to force gcc to make this call
actually happening.

George.


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