aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-pretty-print.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-10pretty-print.h (struct pretty_print_info): Add translate_identifiers.Joseph Myers1-10/+14
2009-05-01c-objc-common.c (c_tree_printer): Print identifiers with pp_identifier, not p...Joseph Myers1-47/+61
2009-01-09re PR c/35742 (Broken diagnostic: 'goto_expr' not supported by pp_c_expression)Jakub Jelinek1-1/+2
2008-12-08re PR c/35443 (Completely broken diagnostic with bind_expr)Jakub Jelinek1-0/+6
2008-12-08re PR c/35442 (Completely broken diagnostic with view_convert_expr)Jakub Jelinek1-0/+2
2008-12-05re PR c++/35336 (Broken diagnostic: 'bit_field_ref' not supported by dump_expr)Jakub Jelinek1-0/+31
2008-11-12re PR c++/35334 (Broken diagnostic for complex cast)Jakub Jelinek1-1/+44
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-4/+2
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-2/+2
2008-05-09pa.c (reloc_needed): Use CASE_CONVERT.Tomas Bily1-4/+2
2008-04-15dwarf2asm.c (dw2_assemble_integer): Cast to unsigned HOST_WIDE_INT for hex pr...Doug Kwan1-2/+2
2008-04-04re PR c/35440 (ICE resulting in completely broken diagnostic)Jakub Jelinek1-5/+7
2008-01-29re PR c++/34055 (ICE with invalid specialization of variadic template)Douglas Gregor1-1/+4
2008-01-26re PR c++/34965 (Broken diagnostic: 'truth_and_expr' not supported by dump_expr)Jakub Jelinek1-5/+15
2007-08-28* c-pretty-print.c (pp_c_constant): Handle COMPLEX_CST.Gabriel Dos Reis1-0/+7
2007-08-09c-typeck.c (readonly_error): Improve error for assignment.Daniel Berlin1-1/+3
2007-08-08tree.def (FIXED_POINT_TYPE): New type.Chao-ying Fu1-1/+32
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-03-03c-pretty-print.c (pp_c_direct_abstract_declarator): Use fold_build2.Kaveh R. Ghazi1-2/+2
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-4/+16
2007-01-08tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Use type of offset to build ...Richard Guenther1-6/+5
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-3/+6
2006-08-26re PR c/27893 (ICE with TREE_CONSTANT VLA sizes inside functions)Joseph Myers1-2/+2
2006-05-18Whitespace fixupsMike Stump1-98/+98
2006-04-20c-pretty-print.c (pp_c_direct_abstract_declarator): Print TYPE_MAX_VALUE (TYP...Jakub Jelinek1-1/+10
2006-02-08tree.def (CHAR_TYPE): Remove.Roger Sayle1-2/+1
2005-12-30c-pretty-print.h (struct c_pretty_print_info): Add new member "constant".Gabriel Dos Reis1-0/+1
2005-12-16target-def.h (TARGET_DECIMAL_FLOAT_SUPPORTED_P): New.Jon Grimm1-0/+6
2005-12-03c-common.c (c_sizeof_or_alignof_type): Use fold_convert instead of building a...Joseph Myers1-1/+2
2005-11-03re PR c/24329 (segfault with -Wall and long integer literal)Joseph Myers1-3/+24
2005-07-20Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo1-2/+18
2005-07-16re PR c/22421 (problems with -Wformat and bit-fields)Joseph Myers1-3/+14
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