This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Purpose of print_node() function (defined in gcc/print_tree.c)
- To: gcc at gcc dot gnu dot org, jkakol at optonline dot net
- Subject: Re: Purpose of print_node() function (defined in gcc/print_tree.c)
- From: dewar at gnat dot com
- Date: Sat, 20 Jan 2001 11:41:02 -0500 (EST)
<<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.
>>
It is for use from the debugger.