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