summaryrefslogtreecommitdiff
path: root/gcc/c-parser.c
Commit message (Expand)AuthorAgeFilesLines
* tm.texi (TARGET_ADDR_SPACE_KEYWORDS): Document.Ben Elliston2009-10-261-0/+43
* charset.c (cpp_init_iconv): Initialize utf8_cset_desc.Jakub Jelinek2009-10-191-0/+1
* cgraphunit.c (cgraph_lower_function): Revert last change.Jakub Jelinek2009-09-241-0/+5
* builtins.c (expand_builtin_synchronize): Use gimple_build_asm_vec.Richard Henderson2009-09-141-66/+124
* Squash commit of EH in gimpleRichard Henderson2009-09-141-4/+1
* langhooks-def.h (LANG_HOOKS_EH_RUNTIME_TYPE): Define.Richard Guenther2009-09-131-6/+8
* re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez2009-07-161-1/+1
* re PR objc++/28050 (ICE on invalid initializer)Matthias Klose2009-06-221-1/+1
* tree-cfg.c (gimple_redirect_edge_and_branch): Change ERROR_MARK to GIMPLE_ERR...Ian Lance Taylor2009-06-191-1/+2
* dse.c (struct store_info): Rename bitmap field to bmap.Ian Lance Taylor2009-06-191-12/+10
* c-common.c (skip_evaluation): Don't define.Ian Lance Taylor2009-06-161-24/+29
* java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez2009-06-121-235/+373
* targhooks.c (default_builtin_vectorized_function): Change fn parameter to uns...Ian Lance Taylor2009-06-091-2/+4
* builtins.c (validate_gimple_arglist): Don't use va_arg with enum type.Ian Lance Taylor2009-05-291-3/+4
* tree.c (build_tree_list_vec_stat): New function.Ian Lance Taylor2009-05-211-70/+10
* basic-block.h (enum profile_status): Break out of struct control_flow_graph.Ian Lance Taylor2009-05-111-16/+45
* re PR c/39037 (FLOAT_CONST_DECIMAL64 pragma not supported)Janis Johnson2009-05-071-0/+15
* c-common.c (handle_mode_attribute): Use %qE for identifiers in diagnostics.Joseph Myers2009-05-041-2/+2
* collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind.Ian Lance Taylor2009-04-271-1/+1
* combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor2009-04-241-5/+7
* hashtab.h: Update GTY annotations to new syntaxTaras Glek2009-04-221-4/+2
* re PR c++/14875 (When using 'or' keyword, the error message speaks of a '||' ...Manuel López-Ibáñez2009-04-221-1/+5
* c-common.c (c_common_truthvalue_conversion): Use LOCATION to build NE_EXPR op...Eric Botcazou2009-04-211-5/+7
* re PR c++/13358 (long long and C++ do not mix well)Manuel López-Ibáñez2009-04-201-6/+3
* Fix enum conversions which are invalid in C++:Ian Lance Taylor2009-04-201-24/+120
* c.opt (Wenum-compare): Enable for C and Objc.Ian Lance Taylor2009-04-151-39/+68
* diagnostic.c (diagnostic_report_diagnostic): Do not warn about loaded plugins...Diego Novillo2009-04-141-0/+1
* [multiple changes]Diego Novillo2009-04-141-0/+1
* re PR middle-end/39614 (Internal error compiling CSiBE)Joseph Myers2009-04-081-1/+1
* re PR c/37772 (ICE with empty asm statement)Jakub Jelinek2009-04-011-0/+6
* re PR middle-end/323 (optimized code gives strange floating point results)Joseph Myers2009-03-301-0/+8
* re PR c/456 (constant expressions constraints (gcc.dg/c90-const-expr-1))Joseph Myers2009-03-291-42/+107
* re PR c++/39554 (-Wdisallowed-function-list fails when #including <algorithm>)Jakub Jelinek2009-03-281-2/+0
* re PR c/39495 (OMP parallel loop w/ unsigned index var rejected)Jakub Jelinek2009-03-231-1/+15
* re PR c/35447 (ICE with broken statement expression)Joseph Myers2009-02-181-1/+7
* re PR c/35446 (ICE with invalid array initializer)Joseph Myers2009-02-161-0/+1
* re PR c/35444 (ICE with invalid function declaration)Joseph Myers2009-02-131-0/+2
* re PR c/29129 ([DR#341] unnamed parameters using [*])Joseph Myers2009-02-041-7/+0
* re PR inline-asm/39059 (ICE with fixed-point type in inline-asm)Jakub Jelinek2009-02-031-0/+11
* re PR c/32041 (offsetof buglet)Jakub Jelinek2009-01-121-2/+13
* re PR c/36489 (Warning "initialized field overwritten" wrongly triggers with ...Jakub Jelinek2009-01-011-4/+4
* PR c/38416, make pragma_kind 8 bitsMichael Meissner2008-12-051-1/+1
* c-parser.c (c_parser_enum_specifier): Initialise ident_loc and comma_loc.Ben Elliston2008-12-051-4/+4
* c-parser.c (c_parser_binary_expression): Silence the uninitialized variable w...Andreas Krebbel2008-10-171-1/+1
* c-decl.c (finish_decl): Pass input_location to build_unary_op.Aldy Hernandez2008-10-061-16/+26
* c-common.c (empty_if_body_warning): Remove.Paolo Bonzini2008-09-301-0/+7
* c-common.c (fname_decl): New location argument.Aldy Hernandez2008-09-241-53/+59
* c-tree.h: Add argument to c_objc_common_truthvalue_conversion, parser_build_b...Aldy Hernandez2008-09-231-7/+16
* function.h (struct function): Add function_start_locus.Aldy Hernandez2008-09-091-2/+2
* tree.c (protected_set_expr_location): New.Aldy Hernandez2008-09-011-14/+20