aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-27move TS_STATEMENT_LIST to be a substructure of TS_TYPEDNathan Froyd1-1/+5
2011-05-23re PR c/49120 (bogus "value computed is not used" warning (variable-length ar...Jakub Jelinek1-1/+1
2011-05-10c-decl.c (c_override_global_bindings_to_false): Remove.Joseph Myers1-5/+1
2011-05-07langhooks.h (lang_hooks_for_types): Change global_bindings_p's return type to...Eric Botcazou1-5/+3
2011-05-05tree.h (get_pending_sizes): Remove prototype.Eric Botcazou1-6/+0
2011-05-05c-decl.c (finish_decl): Don't call get_pending_sizes.Joseph Myers1-55/+21
2011-05-04c-decl.c (check_bitfield_type_and_width): Do not pass NULL to build_int_cst.Richard Guenther1-1/+1
2011-05-03c-decl.c (grokdeclarator): Instead of looking at TREE_OVERFLOW check if the c...Richard Guenther1-9/+7
2011-05-02Upgrade the utility of timevars.Lawrence Crowl1-0/+9
2011-05-02re PR c/35445 (ICE with conflicting declarations)Simon Martin1-1/+1
2011-04-15In gcc/c-family/: 2011-04-15 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-7/+11
2011-04-13ada-tree.h (union lang_tree_node): Check for TS_COMMON before calling TREE_CH...Nathan Froyd1-1/+1
2011-04-12cgraph.h (cgraph_node): Remove function declaration.Martin Jambor1-1/+1
2011-04-01c-decl.c (grokdeclarator): Fix formatting.Gary Funck1-2/+2
2011-03-21re PR c/47939 (Missing DW_TAG_typedef for qualified types)Richard Guenther1-1/+9
2011-03-18c-decl.c (diagnose_mismatched_decls): Give an error for redefining a typedef ...Joseph Myers1-10/+6
2011-03-18c-decl.c (grokfield): Don't allow typedefs for structures or unions with no t...Joseph Myers1-2/+5
2011-01-26re PR tree-optimization/26854 (Inordinate compile times on large routines)Ian Lance Taylor1-45/+74
2010-12-30re PR c/46889 (Missing diagnosis on duplicate struct member with anonymous un...Joseph Myers1-4/+2
2010-12-22c-aux-info.c (gen_formal_list_for_type): Use prototype_p.Nathan Froyd1-13/+12
2010-12-17re PR c/20385 (Lame parse error message for undefined type)Paolo Bonzini1-7/+8
2010-12-06In gcc/: 2010-12-06 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+1
2010-12-02re PR c/45062 (Revision 162223 caused ICE at c-decl.c:4064)Nathan Froyd1-2/+6
2010-11-30In gcc/c-family/: 2010-11-30 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+3
2010-11-14re PR c/46462 (Revision 166700 caused new C test failures)Paolo Bonzini1-0/+5
2010-11-13c-tree.h (enum c_typespec_kind): Add ctsk_none.Paolo Bonzini1-8/+9
2010-11-06re PR c/43384 (ICE: Segmentation fault with invalid K&R-like code)Simon Martin1-1/+4
2010-11-06re PR c/44772 (-Wc++-compat warns incorrectly for anonymous unions)Jakub Jelinek1-1/+2
2010-10-31tree.h (EXPR_LOC_OR_HERE): New macro.Jason Merrill1-3/+2
2010-10-20In gcc/: 2010-10-20 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+6
2010-10-17In gcc/: 2010-10-17 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-1/+2
2010-10-06In gcc/: 2010-10-06 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-3/+10
2010-10-04c-typeck.c (lookup_field): If -fplan9-extensions, permit referring to a field...Ian Lance Taylor1-8/+75
2010-09-29In gcc/: 2010-09-29 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+5
2010-09-24c-decl.c (pop_scope): Always set file-scope DECL_CONTEXT.Richard Guenther1-7/+6
2010-09-21re PR objc/25965 (Allows duplicate member names in objc subclasses)Nicola Pero1-0/+11
2010-09-16tree.c (tree_node_structure_for_code): TRANSLATION_UNIT_DECL is TS_TRANSLATIO...Richard Guenther1-14/+8
2010-09-10tree.c (type_hash_eq): For ARRAY_TYPEs also compare TYPE_SIZE.Richard Guenther1-0/+2
2010-09-08c-tree.h, c-decl.c (build_enumerator): Add location parameter.Arnaud Charlet1-3/+4
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-21/+9
2010-08-17re PR c/40563 (-Wc++-compat does not warn about uninitialized const field in ...Shujing Zhao1-6/+40
2010-08-08c-tree.h (build_arg_info): Declare.Nathan Froyd1-7/+18
2010-08-08c-tree.h (c_arg_tag): Define.Nathan Froyd1-10/+14
2010-07-16c-decl.c (detect_field_duplicates): Use DECL_CHAIN insted of TREE_CHAIN.Nathan Froyd1-2/+1
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-40/+41
2010-07-13c-decl.c (finish_function): Fix typo in comment.Manuel López-Ibáñez1-1/+1
2010-06-19c-decl.c (c_write_global_declarations): Don't check flag_syntax_only.Philip Herron1-5/+0
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-10/+10
2010-06-06re PR c/20000 (missing warning for noreturn function returning non-void)Manuel López-Ibáñez1-6/+0
2010-06-05c-common.c: Move to c-family/.Steven Bosscher1-3/+3