Age | Commit message (Expand) | Author | Files | Lines |
2004-09-29 | re PR c/7425 (deprecated attribute doesn't merge with multiple declarations) | Joseph Myers | 1 | -0/+4 |
2004-09-28 | re PR c/16409 (ICE in size_binop, at fold-const.c) | Joseph Myers | 1 | -1/+15 |
2004-09-24 | re PR c/17188 (struct Foo { } redefinition) | Joseph Myers | 1 | -6/+22 |
2004-09-22 | c-decl.c (implicitly_declare): Call maybe_apply_renaming_pragma. | Mark Mitchell | 1 | -1/+7 |
2004-09-20 | cgraph.c (cgraph_unnest_node): New function. | Jan Hubicka | 1 | -15/+15 |
2004-09-17 | c-tree.h (enum c_typespec_keyword): New. | Joseph Myers | 1 | -216/+404 |
2004-09-17 | basic-block.h, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-09-14 | c-tree.h (struct c_declspecs): Add const_p, volatile_p and restrict_p. | Joseph Myers | 1 | -58/+93 |
2004-09-14 | Fix PR 17408 and PR 17409. | Dale Johannesen | 1 | -2/+5 |
2004-09-13 | c-decl.c (grokdeclarator): Correct comments about where storage class specifi... | Joseph Myers | 1 | -10/+20 |
2004-09-13 | c-common.c, [...]: Use %q, %< and %> for quoting in diagnostics. | Joseph Myers | 1 | -164/+170 |
2004-09-11 | c-tree.h (enum c_storage_class): New. | Joseph Myers | 1 | -125/+196 |
2004-09-10 | c-common.h (struct c_fileinfo): Comment moved here from cp-tree.h. | Zack Weinberg | 1 | -7/+0 |
2004-09-11 | c-tree.h (struct c_declspecs): Remove typedef_decl. | Joseph Myers | 1 | -13/+11 |
2004-09-09 | re PR c/8420 (volatile after the type specifier for an unnamed structure is r... | Joseph Myers | 1 | -327/+264 |
2004-09-09 | c-tree.h (enum c_declarator_kind, [...]): New. | Joseph Myers | 1 | -179/+194 |
2004-09-09 | c-tree.h (C_DECL_USED, [...]): New. | Joseph Myers | 1 | -1/+22 |
2004-09-08 | c-decl.c (groktypename_in_parm_context): Remove function. | Ziemowit Laski | 1 | -12/+0 |
2004-09-07 | c-aux-info.c (gen_type): Use gcc_assert or gcc_unreachable. | Nathan Sidwell | 1 | -356/+337 |
2004-09-05 | c-common.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -2/+2 |
2004-09-03 | c-decl.c (store_parm_decls_newstyle): Make static. | Ziemowit Laski | 1 | -1/+11 |
2004-09-02 | c-decl.c (store_parm_decls_newstyle): Make externally visible. | Ziemowit Laski | 1 | -1/+1 |
2004-09-01 | re PR c/15224 (Attribute mode causes ICE when applied to enums) | Richard Kenner | 1 | -1/+12 |
2004-09-01 | c-common.h (lookup_interface): Remove prototype. | Ziemowit Laski | 1 | -1/+1 |
2004-08-31 | attribs.c (strip_attrs): Remove. | Joseph Myers | 1 | -0/+79 |
2004-08-30 | re PR c/12738 (Missing function with 'static' block-scope declaration; unit-a... | Geoffrey Keating | 1 | -15/+18 |
2004-08-30 | c-tree.h (struct language_function): Add arg_info element. | Joseph Myers | 1 | -5/+13 |
2004-08-26 | re PR c/13801 (Decls should regain old type at end of scope) | Joseph Myers | 1 | -14/+137 |
2004-08-25 | c-decl.c (grokparm): New function. | Ziemowit Laski | 1 | -0/+14 |
2004-08-25 | tree.h (build_int_cst): New, sign extended constant. | Nathan Sidwell | 1 | -5/+5 |
2004-08-24 | c-decl.c (c_init_decl_processing): Adjust build_common_tree_nodes call. | Nathan Sidwell | 1 | -1/+1 |
2004-08-23 | tree.h (build_distinct_type_copy): New. | Nathan Sidwell | 1 | -2/+2 |
2004-08-21 | c-decl.c (set_array_declarator_type): Rename to set_array_declarator_inner. | Joseph Myers | 1 | -3/+31 |
2004-08-21 | c-decl.c (build_array_declarator, [...]): Change boolean parameters to type b... | Joseph Myers | 1 | -20/+21 |
2004-08-16 | c-decl.c (grokdeclarator): Allow for function definition where innermost decl... | Joseph Myers | 1 | -5/+10 |
2004-08-15 | tree.h (build_int_cst): New. | Nathan Sidwell | 1 | -6/+7 |
2004-08-15 | c-common.c (shorten_compare, [...]): Replace calls to build with calls to bui... | Roger Sayle | 1 | -6/+6 |
2004-08-11 | c-common.h (STATEMENT_LIST_HAS_LABEL): New. | Richard Henderson | 1 | -1/+18 |
2004-08-06 | tree.c (handle_dll_attribute): Move here from i383/winnt.c. | Mark Mitchell | 1 | -0/+9 |
2004-08-05 | re PR c/14516 (-fleading-underscore does not work correctly for file static v... | Geoffrey Keating | 1 | -71/+61 |
2004-08-04 | re PR target/14680 (reload_cse_simplify_operands triggers internal error on s... | Zack Weinberg | 1 | -2/+5 |
2004-08-03 | c-decl.c (implicitly_declare): Diagnose incompatible implicit declarations. | Joseph Myers | 1 | -0/+17 |
2004-07-31 | c-decl.c (diagnose_mismatched_decls): Give error for external redeclaration o... | Joseph Myers | 1 | -6/+10 |
2004-07-29 | c-decl.c (complete_array_type): Don't gratuitously copy maxindex. | Nathan Sidwell | 1 | -2/+1 |
2004-07-26 | c-common.c (disable_builtin_function): Rename variable n to new_disabled_buil... | Bernardo Innocenti | 1 | -17/+21 |
2004-07-25 | re PR c++/9283 (__attribute__((visibility ("hidden"))) not supported for clas... | Niall Douglas | 1 | -6/+8 |
2004-07-26 | basic-block.h (reorder_block_def): Rename to reorder_block_def_p. | Bernardo Innocenti | 1 | -1/+1 |
2004-07-25 | bitmap.c: Use type-safe memory allocation macros from libiberty. | Bernardo Innocenti | 1 | -10/+11 |
2004-07-25 | c-decl.c (groktypename, [...]): Rename variable typename to type_name. | Bernardo Innocenti | 1 | -12/+12 |
2004-07-25 | c-common.c: Rename all identifiers named `new'. | Bernardo Innocenti | 1 | -11/+11 |