aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-pretty-print.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-05c-common.c: Move to c-family/.Steven Bosscher1-2282/+0
2010-06-04re PR c/25880 (improve message of warning for discarding qualifiers)Manuel López-Ibáñez1-10/+31
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka1-1/+1
2010-05-28c-lex.c: Do not include c-tree.h.Steven Bosscher1-1/+0
2010-05-26demangle-expected: Add tests for __int128 and unsigned __int128 types.Kai Tietz1-0/+3
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-0/+1
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-2/+1
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-03-22c-pretty-print.c (pp_c_specifier_qualifier_list): Use () rather than [], and ...Jason Merrill1-3/+4
2010-03-03* c-pretty-print.c (pp_c_specifier_qualifier_list): Print vector size.Jason Merrill1-1/+6
2009-11-25Remove trailing white spaces.H.J. Lu1-2/+2
2009-10-26tm.texi (TARGET_ADDR_SPACE_KEYWORDS): Document.Ben Elliston1-1/+11
2009-09-08tree-ssa-reassoc.c (find_operand_rank): Cast pointer via intptr_t to long type.Kai Tietz1-1/+1
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