This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Where did output_add_string go?
On Mon, 2003-08-18 at 13:03, Gabriel Dos Reis wrote:
> If you have any question, don't hesitate to ask.
>
First one: how can I pretty print to a file? I'm trying to replace the
tree-ssa branch function print_c_tree with a call to pp_c_statement (I
guess that's the one I need to call, but I'm not actually sure).
The old function took as argument a FILE * and the tree node to print
(assumed to be a C _STMT node).
Thanks. Diego.