aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-parser.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-30c-parser.c (c_parser_omp_for_loop): Use a VEC for for_block.Nathan Froyd1-6/+6
2010-06-25re PR c/44517 (improve diagnostic for mispelled typename in function declarat...Shujing Zhao1-32/+29
2010-06-24c-parser.c (c_parser_conditional_expression): Call warn_for_omitted_condop.Andi Kleen1-2/+5
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-2/+2
2010-06-05c-common.c: Move to c-family/.Steven Bosscher1-2/+2
2010-06-05re PR c++/44361 (-Wunused-but-set-variable vs. explicit void cast)Jakub Jelinek1-0/+1
2010-05-26demangle-expected: Add tests for __int128 and unsigned __int128 types.Kai Tietz1-0/+6
2010-05-26rtl.h (decl_default_tls_model): Move prototype from here...Steven Bosscher1-1/+0
2010-05-16c-common.c (c_common_reswords): Add _Static_assert for C.Joseph Myers1-25/+162
2010-05-15vecir.h: New file with VEC primitives for tree, gimple, and rtl.Steven Bosscher1-3/+2
2010-05-11re PR c++/44062 ((void)var; doesn't prevent 'set but not used' warning)Jakub Jelinek1-0/+6
2010-05-04re PR c/43981 (-Wunused-but-set-variable does not consider array sizing use o...Jakub Jelinek1-0/+2
2010-04-26c-parser.c (struct c_token): Move location field up.Nathan Froyd1-2/+2
2010-04-222010-04-22 Laurynas Biveinis <laurynas.biveinis@gmail.com>Laurynas Biveinis1-17/+26
2010-04-07re PR c/18624 (GCC does not detect local variable set but never used)Jakub Jelinek1-30/+47
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