summaryrefslogtreecommitdiff
path: root/gcc/c-pretty-print.c
Commit message (Expand)AuthorAgeFilesLines
* pretty-print.h (struct pretty_print_info): Add translate_identifiers.Joseph Myers2009-05-101-10/+14
* c-objc-common.c (c_tree_printer): Print identifiers with pp_identifier, not p...Joseph Myers2009-05-011-47/+61
* re PR c/35742 (Broken diagnostic: 'goto_expr' not supported by pp_c_expression)Jakub Jelinek2009-01-091-1/+2
* re PR c/35443 (Completely broken diagnostic with bind_expr)Jakub Jelinek2008-12-081-0/+6
* re PR c/35442 (Completely broken diagnostic with view_convert_expr)Jakub Jelinek2008-12-081-0/+2
* re PR c++/35336 (Broken diagnostic: 'bit_field_ref' not supported by dump_expr)Jakub Jelinek2008-12-051-0/+31
* re PR c++/35334 (Broken diagnostic for complex cast)Jakub Jelinek2008-11-121-1/+44
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-4/+2
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-2/+2
* pa.c (reloc_needed): Use CASE_CONVERT.Tomas Bily2008-05-091-4/+2
* dwarf2asm.c (dw2_assemble_integer): Cast to unsigned HOST_WIDE_INT for hex pr...Doug Kwan2008-04-151-2/+2
* re PR c/35440 (ICE resulting in completely broken diagnostic)Jakub Jelinek2008-04-041-5/+7
* re PR c++/34055 (ICE with invalid specialization of variadic template)Douglas Gregor2008-01-291-1/+4
* re PR c++/34965 (Broken diagnostic: 'truth_and_expr' not supported by dump_expr)Jakub Jelinek2008-01-261-5/+15
* * c-pretty-print.c (pp_c_constant): Handle COMPLEX_CST.Gabriel Dos Reis2007-08-281-0/+7
* c-typeck.c (readonly_error): Improve error for assignment.Daniel Berlin2007-08-091-1/+3
* tree.def (FIXED_POINT_TYPE): New type.Chao-ying Fu2007-08-081-1/+32
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* c-pretty-print.c (pp_c_direct_abstract_declarator): Use fold_build2.Kaveh R. Ghazi2007-03-031-2/+2
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-151-4/+16
* tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Use type of offset to build ...Richard Guenther2007-01-081-6/+5
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-3/+6
* re PR c/27893 (ICE with TREE_CONSTANT VLA sizes inside functions)Joseph Myers2006-08-261-2/+2
* Whitespace fixupsMike Stump2006-05-181-98/+98
* c-pretty-print.c (pp_c_direct_abstract_declarator): Print TYPE_MAX_VALUE (TYP...Jakub Jelinek2006-04-201-1/+10
* tree.def (CHAR_TYPE): Remove.Roger Sayle2006-02-081-2/+1
* c-pretty-print.h (struct c_pretty_print_info): Add new member "constant".Gabriel Dos Reis2005-12-301-0/+1
* target-def.h (TARGET_DECIMAL_FLOAT_SUPPORTED_P): New.Jon Grimm2005-12-161-0/+6
* c-common.c (c_sizeof_or_alignof_type): Use fold_convert instead of building a...Joseph Myers2005-12-031-1/+2
* re PR c/24329 (segfault with -Wall and long integer literal)Joseph Myers2005-11-031-3/+24
* Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo2005-07-201-2/+18
* re PR c/22421 (problems with -Wformat and bit-fields)Joseph Myers2005-07-161-3/+14
* Update FSF address.Kelley Cook2005-06-251-2/+2
* c-common.def (EXPR_STMT): Remove, moved to C++ frontend.Ian Lance Taylor2005-04-251-25/+1
* c-common.def: Remove STMT_EXPR (moved to cp/cp-tree.def).Ian Lance Taylor2005-04-201-7/+0
* c-common.def (SIZEOF_EXPR, [...]): Remove.Ian Lance Taylor2005-04-171-18/+0
* c-common.def: Move FOR_STMT...Ian Lance Taylor2005-04-091-78/+0
* c-objc-common.h, [...]: Update copyright.Kazu Hirata2005-02-211-1/+1
* re PR middle-end/18785 (isdigit builtin function fails with EBCDIC character ...Zack Weinberg2005-02-201-39/+26
* 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