aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-pretty-print.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-04-25c-common.def (EXPR_STMT): Remove, moved to C++ frontend.Ian Lance Taylor1-25/+1
2005-04-20c-common.def: Remove STMT_EXPR (moved to cp/cp-tree.def).Ian Lance Taylor1-7/+0
2005-04-17c-common.def (SIZEOF_EXPR, [...]): Remove.Ian Lance Taylor1-18/+0
2005-04-09c-common.def: Move FOR_STMT...Ian Lance Taylor1-78/+0
2005-02-21c-objc-common.h, [...]: Update copyright.Kazu Hirata1-1/+1
2005-02-20re PR middle-end/18785 (isdigit builtin function fails with EBCDIC character ...Zack Weinberg1-39/+26
2004-09-07c-aux-info.c (gen_type): Use gcc_assert or gcc_unreachable.Nathan Sidwell1-2/+1
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-3/+4
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-2/+3
2004-07-28c-common.c (c_common_unsafe_for_reeval): Delete.Eric Christopher1-18/+17
2004-07-01c-pretty-print.c (pp_c_postfix_expression): Fix pasto.Paolo Bonzini1-0/+1
2004-07-01c-pretty-print.c (pp_c_postfix_expression): Handle floating-point comparison ...Paolo Bonzini1-0/+63
2004-07-01re PR c/1027 (slightly misleading printf format warning)Joseph Myers1-1/+3
2004-06-26c-common.c (c_safe_from_p, [...]): Deleted.Richard Kenner1-5/+7
2004-06-21c-common.def (RETURN_STMT): Remove.Richard Henderson1-17/+0
2004-06-20c-common.def (IF_STMT, [...]): Move to cp-tree.def.Richard Henderson1-70/+6
2004-06-16c-common.def (COMPOUND_STMT): Remove.Richard Henderson1-21/+0
2004-06-16c-common.def (CASE_LABEL): Remove.Richard Henderson1-27/+0
2004-06-16c-common.def (ASM_STMT): Remove.Richard Henderson1-31/+0
2004-06-16c-common.def (GOTO_STMT, LABEL_STMT): Remove.Richard Henderson1-20/+11
2004-06-15c-common.c (lang_gimplify_stmt): Remove next_p argument.Richard Henderson1-23/+18
2004-05-31c-pretty-print.c (pp_c_left_bracket): Make a function.Gabriel Dos Reis1-18/+35
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-39/+110
2004-03-31builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner1-4/+4
2004-03-20c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-03-15c-pretty-print.c (pp_c_semicolon): Fix formatting.Gabriel Dos Reis1-3/+17
2004-01-31alloc-pool.c: Fix comment typos.Kazu Hirata1-1/+1
2004-01-21alias.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-16re PR target/13608 (Incorrect code with -O3 -ffast-math)Jan Hubicka1-11/+11
2003-12-21alias.c: Fix comment formatting.Kazu Hirata1-3/+3
2003-11-21ChangeLog.7: Fix comment typos.Kazu Hirata1-2/+2
2003-10-08c-pretty-print.c (pp_c_postfix_expression): Fix thinko.Jason Merrill1-1/+1
2003-10-05c-pretty-print.c: Fix comment typos.Kazu Hirata1-2/+2
2003-10-05c-pretty-print.c: Fix comment formatting.Kazu Hirata1-2/+2
2003-09-18tree.def (FFS_EXPR, [...]): Delete unused tree codes.Roger Sayle1-4/+1
2003-09-18c-pretty-print.h (pp_type_specifier_seq): Fix thinko.Gabriel Dos Reis1-55/+153
2003-09-17re PR c++/11357 ([DR 425] no conversion of build-in binary operator argument ...Gabriel Dos Reis1-1/+6
2003-09-07re PR c++/11762 (namespace aliasing ICE in warn_extern_redeclared_static)Gabriel Dos Reis1-12/+14
2003-08-25pretty-print.h (pp_maybe_newline_and_indent): New macro.Gabriel Dos Reis1-624/+746
2003-08-22builtin-attrs.def: Fix comment formatting.Kazu Hirata1-1/+1
2003-08-19builtins.c: Fix comment typos.Kazu Hirata1-4/+4
2003-08-10pretty-print.c (pp_base_indent): Rename from pp_indent.Gabriel Dos Reis1-204/+707
2003-08-05pretty-print.h (pp_set_line_maximum_length): Make macro.Gabriel Dos Reis1-21/+21
2003-08-03pretty-print.h: Adjust macro definitions.Gabriel Dos Reis1-3/+1
2003-07-25Remove pedwarn_with_decl, warning_with_decl and error_with_decl from GCC.Gabriel Dos Reis1-15/+18
2003-07-14*** empty log message ***Gabriel Dos Reis1-2/+53
2003-06-30c-common.c (enum c_language_kind, flag_objc): Remove.Neil Booth1-4/+4
2003-06-22c-lex.c: Convert to ISO C90.Andreas Jaeger1-200/+111
2003-05-21c-pretty-print.c (pp_c_integer_literal): Use HOST_WIDE_INT_PRINT_DOUBLE_HEX.Kaveh R. Ghazi1-5/+2