aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-parser.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-17re PR c/40885 (build_indirect_ref i18n problems)Shujing Zhao1-2/+2
2009-11-25Remove trailing white spaces.H.J. Lu1-28/+28
2009-10-26tm.texi (TARGET_ADDR_SPACE_KEYWORDS): Document.Ben Elliston1-0/+43
2009-10-19charset.c (cpp_init_iconv): Initialize utf8_cset_desc.Jakub Jelinek1-0/+1
2009-09-24cgraphunit.c (cgraph_lower_function): Revert last change.Jakub Jelinek1-0/+5
2009-09-14builtins.c (expand_builtin_synchronize): Use gimple_build_asm_vec.Richard Henderson1-66/+124
2009-09-14Squash commit of EH in gimpleRichard Henderson1-4/+1
2009-09-13langhooks-def.h (LANG_HOOKS_EH_RUNTIME_TYPE): Define.Richard Guenther1-6/+8
2009-07-16re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez1-1/+1
2009-06-22re PR objc++/28050 (ICE on invalid initializer)Matthias Klose1-1/+1
2009-06-19tree-cfg.c (gimple_redirect_edge_and_branch): Change ERROR_MARK to GIMPLE_ERR...Ian Lance Taylor1-1/+2
2009-06-19dse.c (struct store_info): Rename bitmap field to bmap.Ian Lance Taylor1-12/+10
2009-06-16c-common.c (skip_evaluation): Don't define.Ian Lance Taylor1-24/+29
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-235/+373
2009-06-09targhooks.c (default_builtin_vectorized_function): Change fn parameter to uns...Ian Lance Taylor1-2/+4
2009-05-29builtins.c (validate_gimple_arglist): Don't use va_arg with enum type.Ian Lance Taylor1-3/+4
2009-05-21tree.c (build_tree_list_vec_stat): New function.Ian Lance Taylor1-70/+10
2009-05-11basic-block.h (enum profile_status): Break out of struct control_flow_graph.Ian Lance Taylor1-16/+45
2009-05-07re PR c/39037 (FLOAT_CONST_DECIMAL64 pragma not supported)Janis Johnson1-0/+15
2009-05-04c-common.c (handle_mode_attribute): Use %qE for identifiers in diagnostics.Joseph Myers1-2/+2
2009-04-27collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind.Ian Lance Taylor1-1/+1
2009-04-24combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor1-5/+7
2009-04-22hashtab.h: Update GTY annotations to new syntaxTaras Glek1-4/+2
2009-04-22re PR c++/14875 (When using 'or' keyword, the error message speaks of a '||' ...Manuel López-Ibáñez1-1/+5
2009-04-21c-common.c (c_common_truthvalue_conversion): Use LOCATION to build NE_EXPR op...Eric Botcazou1-5/+7
2009-04-20re PR c++/13358 (long long and C++ do not mix well)Manuel López-Ibáñez1-6/+3
2009-04-20Fix enum conversions which are invalid in C++:Ian Lance Taylor1-24/+120
2009-04-15c.opt (Wenum-compare): Enable for C and Objc.Ian Lance Taylor1-39/+68
2009-04-14diagnostic.c (diagnostic_report_diagnostic): Do not warn about loaded plugins...Diego Novillo1-0/+1
2009-04-14[multiple changes]Diego Novillo1-0/+1
2009-04-08re PR middle-end/39614 (Internal error compiling CSiBE)Joseph Myers1-1/+1
2009-04-01re PR c/37772 (ICE with empty asm statement)Jakub Jelinek1-0/+6
2009-03-30re PR middle-end/323 (optimized code gives strange floating point results)Joseph Myers1-0/+8
2009-03-29re PR c/456 (constant expressions constraints (gcc.dg/c90-const-expr-1))Joseph Myers1-42/+107
2009-03-28re PR c++/39554 (-Wdisallowed-function-list fails when #including <algorithm>)Jakub Jelinek1-2/+0
2009-03-23re PR c/39495 (OMP parallel loop w/ unsigned index var rejected)Jakub Jelinek1-1/+15
2009-02-18re PR c/35447 (ICE with broken statement expression)Joseph Myers1-1/+7
2009-02-16re PR c/35446 (ICE with invalid array initializer)Joseph Myers1-0/+1
2009-02-13re PR c/35444 (ICE with invalid function declaration)Joseph Myers1-0/+2
2009-02-04re PR c/29129 ([DR#341] unnamed parameters using [*])Joseph Myers1-7/+0
2009-02-03re PR inline-asm/39059 (ICE with fixed-point type in inline-asm)Jakub Jelinek1-0/+11
2009-01-12re PR c/32041 (offsetof buglet)Jakub Jelinek1-2/+13
2009-01-01re PR c/36489 (Warning "initialized field overwritten" wrongly triggers with ...Jakub Jelinek1-4/+4
2008-12-05PR c/38416, make pragma_kind 8 bitsMichael Meissner1-1/+1
2008-12-05c-parser.c (c_parser_enum_specifier): Initialise ident_loc and comma_loc.Ben Elliston1-4/+4
2008-10-17c-parser.c (c_parser_binary_expression): Silence the uninitialized variable w...Andreas Krebbel1-1/+1
2008-10-06c-decl.c (finish_decl): Pass input_location to build_unary_op.Aldy Hernandez1-16/+26
2008-09-30c-common.c (empty_if_body_warning): Remove.Paolo Bonzini1-0/+7
2008-09-24c-common.c (fname_decl): New location argument.Aldy Hernandez1-53/+59
2008-09-23c-tree.h: Add argument to c_objc_common_truthvalue_conversion, parser_build_b...Aldy Hernandez1-7/+16