This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Purpose of print_node() function (defined in gcc/print_tree.c)
- To: gcc at gcc dot gnu dot org
- Subject: Purpose of print_node() function (defined in gcc/print_tree.c)
- From: George Kakol <jkakol at optonline dot net>
- Date: 20 Jan 2001 11:36:34 -0500
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.