aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-pretty-print.c
AgeCommit message (Expand)AuthorFilesLines
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
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