summaryrefslogtreecommitdiff
path: root/gcc/c-pretty-print.c
Commit message (Expand)AuthorAgeFilesLines
* c-pretty-print.c (pp_c_integer_literal): Use HOST_WIDE_INT_PRINT_DOUBLE_HEX.Kaveh R. Ghazi2003-05-211-5/+2
* tree.c (tree_size): For all 'c' and 'x' nodes...Zack Weinberg2003-04-071-24/+0
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2
* real.c (real_to_decimal): Accept BUF_SIZE and CROP_TRAILING_ZEROS as arguments.Richard Henderson2002-10-151-1/+2
* basic-block.h: Fix comment formatting.Kazu Hirata2002-09-081-2/+2
* real.c (ereal_to_decimal): Add digits parameter.Richard Henderson2002-09-041-2/+1
* c-common.h (RETURN_STMT_EXPR): Rename from RETURN_EXPR.Jason Merrill2002-08-221-1/+1
* c-pretty-print.h: Guard against multiple inclusion.Gabriel Dos Reis2002-08-141-0/+29
* c-pretty-print.c: #include "c-tree.h".Gabriel Dos Reis2002-08-131-84/+188
* diagnostic.h (output_formatted_scalar): Rename from output_formatted_integer.Gabriel Dos Reis2002-08-121-1/+112
* c-pretty-print.h (pp_c_statement): Declare.Gabriel Dos Reis2002-07-301-4/+251
* c-pretty-print.c (pp_c_primary_expression): Handle STMT_EXPR.Gabriel Dos Reis2002-07-301-1/+31
* c-pretty-print.h (struct c_pretty_print_info): Add new member.Gabriel Dos Reis2002-07-291-6/+143
* Makefile.in (C_OBJS): Include c-pretty-print.oGabriel Dos Reis2002-07-291-0/+835