summaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
Commit message (Expand)AuthorAgeFilesLines
* c-common.h (c_tree_chain_next): New static inline function.Jakub Jelinek2011-06-271-1/+1
* re PR c++/46400 (g++ Segmentation Fault on heavily templated project.)Jakub Jelinek2011-06-241-1/+1
* cp-tree.h (error_operand_p): Remove.Paolo Carlini2011-06-101-1/+1
* move TS_STATEMENT_LIST to be a substructure of TS_TYPEDNathan Froyd2011-05-271-1/+5
* re PR c/49120 (bogus "value computed is not used" warning (variable-length ar...Jakub Jelinek2011-05-231-1/+1
* c-decl.c (c_override_global_bindings_to_false): Remove.Joseph Myers2011-05-101-5/+1
* langhooks.h (lang_hooks_for_types): Change global_bindings_p's return type to...Eric Botcazou2011-05-071-5/+3
* tree.h (get_pending_sizes): Remove prototype.Eric Botcazou2011-05-051-6/+0
* c-decl.c (finish_decl): Don't call get_pending_sizes.Joseph Myers2011-05-051-55/+21
* c-decl.c (check_bitfield_type_and_width): Do not pass NULL to build_int_cst.Richard Guenther2011-05-041-1/+1
* c-decl.c (grokdeclarator): Instead of looking at TREE_OVERFLOW check if the c...Richard Guenther2011-05-031-9/+7
* Upgrade the utility of timevars.Lawrence Crowl2011-05-021-0/+9
* re PR c/35445 (ICE with conflicting declarations)Simon Martin2011-05-021-1/+1
* In gcc/c-family/: 2011-04-15 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2011-04-151-7/+11
* ada-tree.h (union lang_tree_node): Check for TS_COMMON before calling TREE_CH...Nathan Froyd2011-04-131-1/+1
* cgraph.h (cgraph_node): Remove function declaration.Martin Jambor2011-04-121-1/+1
* c-decl.c (grokdeclarator): Fix formatting.Gary Funck2011-04-011-2/+2
* re PR c/47939 (Missing DW_TAG_typedef for qualified types)Richard Guenther2011-03-211-1/+9
* c-decl.c (diagnose_mismatched_decls): Give an error for redefining a typedef ...Joseph Myers2011-03-181-10/+6
* c-decl.c (grokfield): Don't allow typedefs for structures or unions with no t...Joseph Myers2011-03-181-2/+5
* re PR tree-optimization/26854 (Inordinate compile times on large routines)Ian Lance Taylor2011-01-261-45/+74
* re PR c/46889 (Missing diagnosis on duplicate struct member with anonymous un...Joseph Myers2010-12-301-4/+2
* c-aux-info.c (gen_formal_list_for_type): Use prototype_p.Nathan Froyd2010-12-221-13/+12
* re PR c/20385 (Lame parse error message for undefined type)Paolo Bonzini2010-12-171-7/+8
* In gcc/: 2010-12-06 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2010-12-061-0/+1
* re PR c/45062 (Revision 162223 caused ICE at c-decl.c:4064)Nathan Froyd2010-12-021-2/+6
* In gcc/c-family/: 2010-11-30 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2010-11-301-0/+3
* re PR c/46462 (Revision 166700 caused new C test failures)Paolo Bonzini2010-11-141-0/+5
* c-tree.h (enum c_typespec_kind): Add ctsk_none.Paolo Bonzini2010-11-131-8/+9
* re PR c/43384 (ICE: Segmentation fault with invalid K&R-like code)Simon Martin2010-11-061-1/+4
* re PR c/44772 (-Wc++-compat warns incorrectly for anonymous unions)Jakub Jelinek2010-11-061-1/+2
* tree.h (EXPR_LOC_OR_HERE): New macro.Jason Merrill2010-10-311-3/+2
* In gcc/: 2010-10-20 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2010-10-201-0/+6
* In gcc/: 2010-10-17 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2010-10-171-1/+2
* In gcc/: 2010-10-06 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2010-10-061-3/+10
* c-typeck.c (lookup_field): If -fplan9-extensions, permit referring to a field...Ian Lance Taylor2010-10-041-8/+75
* In gcc/: 2010-09-29 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2010-09-291-0/+5
* c-decl.c (pop_scope): Always set file-scope DECL_CONTEXT.Richard Guenther2010-09-241-7/+6
* re PR objc/25965 (Allows duplicate member names in objc subclasses)Nicola Pero2010-09-211-0/+11
* tree.c (tree_node_structure_for_code): TRANSLATION_UNIT_DECL is TS_TRANSLATIO...Richard Guenther2010-09-161-14/+8
* tree.c (type_hash_eq): For ARRAY_TYPEs also compare TYPE_SIZE.Richard Guenther2010-09-101-0/+2
* c-tree.h, c-decl.c (build_enumerator): Add location parameter.Arnaud Charlet2010-09-081-3/+4
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-21/+9
* re PR c/40563 (-Wc++-compat does not warn about uninitialized const field in ...Shujing Zhao2010-08-171-6/+40
* c-tree.h (build_arg_info): Declare.Nathan Froyd2010-08-081-7/+18
* c-tree.h (c_arg_tag): Define.Nathan Froyd2010-08-081-10/+14
* c-decl.c (detect_field_duplicates): Use DECL_CHAIN insted of TREE_CHAIN.Nathan Froyd2010-07-161-2/+1
* tree.h (DECL_CHAIN): Define.Nathan Froyd2010-07-151-40/+41
* c-decl.c (finish_function): Fix typo in comment.Manuel López-Ibáñez2010-07-131-1/+1
* c-decl.c (c_write_global_declarations): Don't check flag_syntax_only.Philip Herron2010-06-191-5/+0