aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-tree.h
AgeCommit message (Expand)AuthorFilesLines
2011-05-10c-decl.c (c_override_global_bindings_to_false): Remove.Joseph Myers1-5/+0
2011-05-07langhooks.h (lang_hooks_for_types): Change global_bindings_p's return type to...Eric Botcazou1-1/+1
2011-05-05c-decl.c (finish_decl): Don't call get_pending_sizes.Joseph Myers1-9/+10
2010-12-22c-aux-info.c (gen_formal_list_for_type): Use prototype_p.Nathan Froyd1-1/+1
2010-12-03tree.h (struct call_expr_arg_iterator_d): Remove GTY tag.Laurynas Biveinis1-1/+1
2010-11-19re PR c/46547 (internal compiler error when converting a complex to a bool)Joseph Myers1-1/+0
2010-11-13c-tree.h (enum c_typespec_kind): Add ctsk_none.Paolo Bonzini1-6/+5
2010-10-06In gcc/: 2010-10-06 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-1/+1
2010-09-08c-tree.h, c-decl.c (build_enumerator): Add location parameter.Arnaud Charlet1-1/+2
2010-08-08c-tree.h (build_arg_info): Declare.Nathan Froyd1-0/+1
2010-08-08c-tree.h (c_arg_tag): Define.Nathan Froyd1-1/+11
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-1/+0
2010-06-05c-common.c: Move to c-family/.Steven Bosscher1-1/+1
2010-06-05re PR c/44322 (Bogus warning when assigning pointer-to-array with both "const...Joseph Myers1-5/+0
2010-05-28c-common.h (GCC_DIAG_STYLE): Define earlier in the file, before including dia...Steven Bosscher1-15/+3
2010-05-26demangle-expected: Add tests for __int128 and unsigned __int128 types.Kai Tietz1-0/+1
2010-05-23c-decl.c (diagnose_mismatched_decls): Give error for duplicate typedefs with ...Joseph Myers1-0/+1
2010-05-05stor-layout.c (pending_sizes): Change the type to VEC(tree,gc) *.Steven Bosscher1-2/+2
2010-04-26c-parser.c (struct c_token): Move location field up.Nathan Froyd1-8/+8
2010-04-222010-04-22 Laurynas Biveinis <laurynas.biveinis@gmail.com>Laurynas Biveinis1-5/+5
2010-04-07re PR c/18624 (GCC does not detect local variable set but never used)Jakub Jelinek1-2/+5
2010-04-07diagnostic.h (diagnostic_override_option_index): New macro to set a diagnosti...Simon Baldwin1-2/+2
2009-11-25Remove trailing white spaces.H.J. Lu1-1/+1
2009-10-26tm.texi (TARGET_ADDR_SPACE_KEYWORDS): Document.Ben Elliston1-0/+4
2009-09-14builtins.c (expand_builtin_synchronize): Use gimple_build_asm_vec.Richard Henderson1-1/+1
2009-09-13langhooks-def.h (LANG_HOOKS_EH_RUNTIME_TYPE): Define.Richard Guenther1-4/+0
2009-08-20c-objc-common.h (LANG_HOOKS_DUP_LANG_SPECIFIC_DECL): Do not define.Richard Guenther1-35/+0
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-3/+7
2009-06-16df-problems.c (df_simulate_one_insn_forwards): Fix braces in switch.Ian Lance Taylor1-66/+8
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-39/+40
2009-06-09targhooks.c (default_builtin_vectorized_function): Change fn parameter to uns...Ian Lance Taylor1-1/+1
2009-05-29builtins.c (validate_gimple_arglist): Don't use va_arg with enum type.Ian Lance Taylor1-0/+1
2009-05-11basic-block.h (enum profile_status): Break out of struct control_flow_graph.Ian Lance Taylor1-5/+11
2009-04-26re PR c/39556 (statics in C99 inline functions later declared extern)Joseph Myers1-0/+14
2009-04-22hashtab.h: Update GTY annotations to new syntaxTaras Glek1-6/+3
2009-04-20Fix enum conversions which are invalid in C++:Ian Lance Taylor1-3/+3
2009-04-15c.opt (Wenum-compare): Enable for C and Objc.Ian Lance Taylor1-1/+6
2009-03-29re PR preprocessor/34695 (Preprocessor warning->error conversion from -Werror...Joseph Myers1-0/+4
2009-03-29re PR c/456 (constant expressions constraints (gcc.dg/c90-const-expr-1))Joseph Myers1-4/+29
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2009-01-01re PR c/36489 (Warning "initialized field overwritten" wrongly triggers with ...Jakub Jelinek1-2/+3
2008-10-24re PR c/7543 (no warning for always-false "if (!a & 0x4)" bitwise and on bool...Manuel López-Ibáñez1-1/+1
2008-09-23c-tree.h: Add argument to c_objc_common_truthvalue_conversion, parser_build_b...Aldy Hernandez1-2/+3
2008-09-01tree.c (protected_set_expr_location): New.Aldy Hernandez1-2/+3
2008-08-30Change attribute((option(...))) to attribute((target(...))); Do not allocate ...Michael Meissner1-0/+1
2008-08-21c-tree.h (grokfield): New argument.Aldy Hernandez1-2/+2
2008-08-21diagnostic.c (pedwarn_at): Rename as pedwarn.Manuel López-Ibáñez1-3/+3
2008-08-13re PR c/15236 (pedantic switch modifies treatment of non-ISO compliant enumer...Manuel López-Ibáñez1-1/+1
2008-07-23re PR c/35058 (-Werror= works only with some warnings)Manuel López-Ibáñez1-3/+3