summaryrefslogtreecommitdiff
path: root/gcc/c-pretty-print.c
Commit message (Expand)AuthorAgeFilesLines
* c-aux-info.c (gen_type): Use gcc_assert or gcc_unreachable.Nathan Sidwell2004-09-071-2/+1
* tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell2004-08-251-3/+4
* tree.h (build_int_cst): New.Nathan Sidwell2004-08-151-2/+3
* c-common.c (c_common_unsafe_for_reeval): Delete.Eric Christopher2004-07-281-18/+17
* c-pretty-print.c (pp_c_postfix_expression): Fix pasto.Paolo Bonzini2004-07-011-0/+1
* c-pretty-print.c (pp_c_postfix_expression): Handle floating-point comparison ...Paolo Bonzini2004-07-011-0/+63
* re PR c/1027 (slightly misleading printf format warning)Joseph Myers2004-07-011-1/+3
* c-common.c (c_safe_from_p, [...]): Deleted.Richard Kenner2004-06-261-5/+7
* c-common.def (RETURN_STMT): Remove.Richard Henderson2004-06-211-17/+0
* c-common.def (IF_STMT, [...]): Move to cp-tree.def.Richard Henderson2004-06-201-70/+6
* c-common.def (COMPOUND_STMT): Remove.Richard Henderson2004-06-161-21/+0
* c-common.def (CASE_LABEL): Remove.Richard Henderson2004-06-161-27/+0
* c-common.def (ASM_STMT): Remove.Richard Henderson2004-06-161-31/+0
* c-common.def (GOTO_STMT, LABEL_STMT): Remove.Richard Henderson2004-06-161-20/+11
* c-common.c (lang_gimplify_stmt): Remove next_p argument.Richard Henderson2004-06-151-23/+18
* c-pretty-print.c (pp_c_left_bracket): Make a function.Gabriel Dos Reis2004-05-311-18/+35
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-39/+110
* builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner2004-03-311-4/+4
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-03-201-1/+1
* c-pretty-print.c (pp_c_semicolon): Fix formatting.Gabriel Dos Reis2004-03-151-3/+17
* alloc-pool.c: Fix comment typos.Kazu Hirata2004-01-311-1/+1
* alias.c, [...]: Update copyright.Kazu Hirata2004-01-211-1/+1
* re PR target/13608 (Incorrect code with -O3 -ffast-math)Jan Hubicka2004-01-161-11/+11
* alias.c: Fix comment formatting.Kazu Hirata2003-12-211-3/+3
* ChangeLog.7: Fix comment typos.Kazu Hirata2003-11-211-2/+2
* c-pretty-print.c (pp_c_postfix_expression): Fix thinko.Jason Merrill2003-10-081-1/+1
* c-pretty-print.c: Fix comment typos.Kazu Hirata2003-10-051-2/+2
* c-pretty-print.c: Fix comment formatting.Kazu Hirata2003-10-051-2/+2
* tree.def (FFS_EXPR, [...]): Delete unused tree codes.Roger Sayle2003-09-181-4/+1
* c-pretty-print.h (pp_type_specifier_seq): Fix thinko.Gabriel Dos Reis2003-09-181-55/+153
* re PR c++/11357 ([DR 425] no conversion of build-in binary operator argument ...Gabriel Dos Reis2003-09-171-1/+6
* re PR c++/11762 (namespace aliasing ICE in warn_extern_redeclared_static)Gabriel Dos Reis2003-09-071-12/+14
* pretty-print.h (pp_maybe_newline_and_indent): New macro.Gabriel Dos Reis2003-08-251-624/+746
* builtin-attrs.def: Fix comment formatting.Kazu Hirata2003-08-221-1/+1
* builtins.c: Fix comment typos.Kazu Hirata2003-08-191-4/+4
* pretty-print.c (pp_base_indent): Rename from pp_indent.Gabriel Dos Reis2003-08-101-204/+707
* pretty-print.h (pp_set_line_maximum_length): Make macro.Gabriel Dos Reis2003-08-051-21/+21
* pretty-print.h: Adjust macro definitions.Gabriel Dos Reis2003-08-031-3/+1
* Remove pedwarn_with_decl, warning_with_decl and error_with_decl from GCC.Gabriel Dos Reis2003-07-251-15/+18
* *** empty log message ***Gabriel Dos Reis2003-07-141-2/+53
* c-common.c (enum c_language_kind, flag_objc): Remove.Neil Booth2003-06-301-4/+4
* c-lex.c: Convert to ISO C90.Andreas Jaeger2003-06-221-200/+111
* 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