aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
AgeCommit message (Expand)AuthorFilesLines
2004-09-09re PR c/8420 (volatile after the type specifier for an unnamed structure is r...Joseph Myers1-327/+264
2004-09-09c-tree.h (enum c_declarator_kind, [...]): New.Joseph Myers1-179/+194
2004-09-09c-tree.h (C_DECL_USED, [...]): New.Joseph Myers1-1/+22
2004-09-08c-decl.c (groktypename_in_parm_context): Remove function.Ziemowit Laski1-12/+0
2004-09-07c-aux-info.c (gen_type): Use gcc_assert or gcc_unreachable.Nathan Sidwell1-356/+337
2004-09-05c-common.c, [...]: Fix comment formatting.Kazu Hirata1-2/+2
2004-09-03c-decl.c (store_parm_decls_newstyle): Make static.Ziemowit Laski1-1/+11
2004-09-02c-decl.c (store_parm_decls_newstyle): Make externally visible.Ziemowit Laski1-1/+1
2004-09-01re PR c/15224 (Attribute mode causes ICE when applied to enums)Richard Kenner1-1/+12
2004-09-01c-common.h (lookup_interface): Remove prototype.Ziemowit Laski1-1/+1
2004-08-31attribs.c (strip_attrs): Remove.Joseph Myers1-0/+79
2004-08-30re PR c/12738 (Missing function with 'static' block-scope declaration; unit-a...Geoffrey Keating1-15/+18
2004-08-30c-tree.h (struct language_function): Add arg_info element.Joseph Myers1-5/+13
2004-08-26re PR c/13801 (Decls should regain old type at end of scope)Joseph Myers1-14/+137
2004-08-25c-decl.c (grokparm): New function.Ziemowit Laski1-0/+14
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-5/+5
2004-08-24c-decl.c (c_init_decl_processing): Adjust build_common_tree_nodes call.Nathan Sidwell1-1/+1
2004-08-23tree.h (build_distinct_type_copy): New.Nathan Sidwell1-2/+2
2004-08-21c-decl.c (set_array_declarator_type): Rename to set_array_declarator_inner.Joseph Myers1-3/+31
2004-08-21c-decl.c (build_array_declarator, [...]): Change boolean parameters to type b...Joseph Myers1-20/+21
2004-08-16c-decl.c (grokdeclarator): Allow for function definition where innermost decl...Joseph Myers1-5/+10
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-6/+7
2004-08-15c-common.c (shorten_compare, [...]): Replace calls to build with calls to bui...Roger Sayle1-6/+6
2004-08-11c-common.h (STATEMENT_LIST_HAS_LABEL): New.Richard Henderson1-1/+18
2004-08-06tree.c (handle_dll_attribute): Move here from i383/winnt.c.Mark Mitchell1-0/+9
2004-08-05re PR c/14516 (-fleading-underscore does not work correctly for file static v...Geoffrey Keating1-71/+61
2004-08-04re PR target/14680 (reload_cse_simplify_operands triggers internal error on s...Zack Weinberg1-2/+5
2004-08-03c-decl.c (implicitly_declare): Diagnose incompatible implicit declarations.Joseph Myers1-0/+17
2004-07-31c-decl.c (diagnose_mismatched_decls): Give error for external redeclaration o...Joseph Myers1-6/+10
2004-07-29c-decl.c (complete_array_type): Don't gratuitously copy maxindex.Nathan Sidwell1-2/+1
2004-07-26c-common.c (disable_builtin_function): Rename variable n to new_disabled_buil...Bernardo Innocenti1-17/+21
2004-07-25re PR c++/9283 (__attribute__((visibility ("hidden"))) not supported for clas...Niall Douglas1-6/+8
2004-07-26basic-block.h (reorder_block_def): Rename to reorder_block_def_p.Bernardo Innocenti1-1/+1
2004-07-25bitmap.c: Use type-safe memory allocation macros from libiberty.Bernardo Innocenti1-10/+11
2004-07-25c-decl.c (groktypename, [...]): Rename variable typename to type_name.Bernardo Innocenti1-12/+12
2004-07-25c-common.c: Rename all identifiers named `new'.Bernardo Innocenti1-11/+11
2004-07-25re PR c/15360 (c99: extern w/initializer; extern w/internal linkage)Joseph Myers1-2/+7
2004-07-25c-common.c: Rename all identifiers named `class' to `cl'.Bernardo Innocenti1-3/+3
2004-07-25c-decl.c (start_function): Set DECL_ARTIFICIAL and DECL_IGNORED_P on the RESU...Richard Henderson1-3/+6
2004-07-25Zack Weinberg <zack@codesourcery.comZack Weinberg1-0/+5
2004-07-25c-common.c: Convert ATTRIBUTE_UNUSED to ARG_UNUSED in parameter lists.Bernardo Innocenti1-1/+1
2004-07-23c-decl.c (start_function): Form composite type of function types rather than ...Joseph Myers1-1/+2
2004-07-22re PR c/15052 (gcc frontend accepts mismatched function declaration/defintion)Joseph Myers1-18/+12
2004-07-21builtins.c (expand_builtin_setjmp_receiver): Fix comment for code removal.Eric Christopher1-5/+3
2004-07-15* Fix for g++/15861Frank Ch. Eigler1-1/+1
2004-07-09c-opts.c (c_common_post_options): Force unit-at-a-time mode on when we have m...Zack Weinberg1-20/+43
2004-07-08c-decl.c (static_ctors, [...]): Make static.Zack Weinberg1-15/+55
2004-07-08c-decl.c (pop_scope): Do not set DECL_CONTEXT on file-scope decls when...Zack Weinberg1-4/+6
2004-07-08re PR c/2511 (-pedantic not warning about bitfield overflow)Joseph Myers1-8/+17
2004-07-05langhooks-def.h (LANG_HOOKS_TREE_INLINING_VAR_MOD_TYPE_P): Extra arg.Richard Kenner1-1/+1