Where did output_add_string go?

Diego Novillo dnovillo@redhat.com
Mon Aug 18 18:40:00 GMT 2003


On Mon, 2003-08-18 at 12:49, Gabriel Dos Reis wrote:

> output_add_string => pp_string [a macro] or pp_base_string [function]
> output_finalize_message => pp_base_formatted_text
> output_clear_message_text => pp_clear_output_area
> output_add_space => pp_space
> output_printf => pp_printf //should have been to pp_base_printf for consistency
> output_decimal => pp_decimal_int, pp_wide_integer or the general pp_scalar
> pp_add_newline => pp_newline [macro] or pp_base_newline [function]
> init_output_buffer => pp_construct
> 
Excellent.  Thanks.

> I should probably spend some time on the tree-ssa branch in order to
> complete the C pretty-printer.
> 
Sure.  Feel free to rip everything out (modulo the code that unparses
the SSA and CFG bits, of course).


Diego.



More information about the Gcc mailing list