summaryrefslogtreecommitdiff
path: root/gcc/c-tree.h
Commit message (Expand)AuthorAgeFilesLines
* c-common.c: Move to c-family/.Steven Bosscher2010-06-051-1/+1
* re PR c/44322 (Bogus warning when assigning pointer-to-array with both "const...Joseph Myers2010-06-051-5/+0
* c-common.h (GCC_DIAG_STYLE): Define earlier in the file, before including dia...Steven Bosscher2010-05-281-15/+3
* demangle-expected: Add tests for __int128 and unsigned __int128 types.Kai Tietz2010-05-261-0/+1
* c-decl.c (diagnose_mismatched_decls): Give error for duplicate typedefs with ...Joseph Myers2010-05-231-0/+1
* stor-layout.c (pending_sizes): Change the type to VEC(tree,gc) *.Steven Bosscher2010-05-051-2/+2
* c-parser.c (struct c_token): Move location field up.Nathan Froyd2010-04-261-8/+8
* 2010-04-22 Laurynas Biveinis <laurynas.biveinis@gmail.com>Laurynas Biveinis2010-04-221-5/+5
* re PR c/18624 (GCC does not detect local variable set but never used)Jakub Jelinek2010-04-071-2/+5
* diagnostic.h (diagnostic_override_option_index): New macro to set a diagnosti...Simon Baldwin2010-04-071-2/+2
* Remove trailing white spaces.H.J. Lu2009-11-251-1/+1
* tm.texi (TARGET_ADDR_SPACE_KEYWORDS): Document.Ben Elliston2009-10-261-0/+4
* builtins.c (expand_builtin_synchronize): Use gimple_build_asm_vec.Richard Henderson2009-09-141-1/+1
* langhooks-def.h (LANG_HOOKS_EH_RUNTIME_TYPE): Define.Richard Guenther2009-09-131-4/+0
* c-objc-common.h (LANG_HOOKS_DUP_LANG_SPECIFIC_DECL): Do not define.Richard Guenther2009-08-201-35/+0
* 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-3/+7
* df-problems.c (df_simulate_one_insn_forwards): Fix braces in switch.Ian Lance Taylor2009-06-161-66/+8
* java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez2009-06-121-39/+40
* targhooks.c (default_builtin_vectorized_function): Change fn parameter to uns...Ian Lance Taylor2009-06-091-1/+1
* builtins.c (validate_gimple_arglist): Don't use va_arg with enum type.Ian Lance Taylor2009-05-291-0/+1
* basic-block.h (enum profile_status): Break out of struct control_flow_graph.Ian Lance Taylor2009-05-111-5/+11
* re PR c/39556 (statics in C99 inline functions later declared extern)Joseph Myers2009-04-261-0/+14
* hashtab.h: Update GTY annotations to new syntaxTaras Glek2009-04-221-6/+3
* Fix enum conversions which are invalid in C++:Ian Lance Taylor2009-04-201-3/+3
* c.opt (Wenum-compare): Enable for C and Objc.Ian Lance Taylor2009-04-151-1/+6
* re PR preprocessor/34695 (Preprocessor warning->error conversion from -Werror...Joseph Myers2009-03-291-0/+4
* re PR c/456 (constant expressions constraints (gcc.dg/c90-const-expr-1))Joseph Myers2009-03-291-4/+29
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* re PR c/36489 (Warning "initialized field overwritten" wrongly triggers with ...Jakub Jelinek2009-01-011-2/+3
* re PR c/7543 (no warning for always-false "if (!a & 0x4)" bitwise and on bool...Manuel López-Ibáñez2008-10-241-1/+1
* c-tree.h: Add argument to c_objc_common_truthvalue_conversion, parser_build_b...Aldy Hernandez2008-09-231-2/+3
* tree.c (protected_set_expr_location): New.Aldy Hernandez2008-09-011-2/+3
* Change attribute((option(...))) to attribute((target(...))); Do not allocate ...Michael Meissner2008-08-301-0/+1
* c-tree.h (grokfield): New argument.Aldy Hernandez2008-08-211-2/+2
* diagnostic.c (pedwarn_at): Rename as pedwarn.Manuel López-Ibáñez2008-08-211-3/+3
* re PR c/15236 (pedantic switch modifies treatment of non-ISO compliant enumer...Manuel López-Ibáñez2008-08-131-1/+1
* re PR c/35058 (-Werror= works only with some warnings)Manuel López-Ibáñez2008-07-231-3/+3
* c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek2008-06-061-0/+2
* tree-cfg.c (verify_expr): Check with is_gimple_address.Paolo Bonzini2008-04-231-1/+1
* tree-inline.c (copy_generic_body, [...]): Export.Paolo Bonzini2008-04-031-1/+0
* c-objc-common.h (LANG_HOOKS_FUNCTION_ENTER_NESTED, [...]): Delete.Paolo Bonzini2008-04-031-2/+2
* re PR c/14050 ([DR289] c99 restrict doesn't work in abs declarator)Joseph Myers2007-11-221-2/+1
* c-objc-common.h (LANG_HOOKS_TREE_INLINING_CANNOT_INLINE_TREE_FN): Remove.Kazu Hirata2007-10-141-1/+0
* c-common.h: Remove the prototype for c_expand_body.Kazu Hirata2007-10-141-1/+0
* c-tree.h (grokfield): Add a "tree *" argument.Richard Sandiford2007-09-121-1/+2
* c-common.c (vector_types_convertible_p, [...]): Constify.Kaveh R. Ghazi2007-08-251-1/+1
* c-common.h (enum rid): Add new enumeration values of RID_SAT, RID_FRACT, and ...Chao-ying Fu2007-08-201-2/+7
* c-common.c (const_strip_array_types): New.Kaveh R. Ghazi2007-08-161-4/+4
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3