summaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
Commit message (Expand)AuthorAgeFilesLines
* c-common.h (struct c_fileinfo): Comment moved here from cp-tree.h.Zack Weinberg2004-09-101-7/+0
* c-tree.h (struct c_declspecs): Remove typedef_decl.Joseph Myers2004-09-111-13/+11
* re PR c/8420 (volatile after the type specifier for an unnamed structure is r...Joseph Myers2004-09-091-327/+264
* c-tree.h (enum c_declarator_kind, [...]): New.Joseph Myers2004-09-091-179/+194
* c-tree.h (C_DECL_USED, [...]): New.Joseph Myers2004-09-091-1/+22
* c-decl.c (groktypename_in_parm_context): Remove function.Ziemowit Laski2004-09-081-12/+0
* c-aux-info.c (gen_type): Use gcc_assert or gcc_unreachable.Nathan Sidwell2004-09-071-356/+337
* c-common.c, [...]: Fix comment formatting.Kazu Hirata2004-09-051-2/+2
* c-decl.c (store_parm_decls_newstyle): Make static.Ziemowit Laski2004-09-031-1/+11
* c-decl.c (store_parm_decls_newstyle): Make externally visible.Ziemowit Laski2004-09-021-1/+1
* re PR c/15224 (Attribute mode causes ICE when applied to enums)Richard Kenner2004-09-011-1/+12
* c-common.h (lookup_interface): Remove prototype.Ziemowit Laski2004-09-011-1/+1
* attribs.c (strip_attrs): Remove.Joseph Myers2004-08-311-0/+79
* re PR c/12738 (Missing function with 'static' block-scope declaration; unit-a...Geoffrey Keating2004-08-301-15/+18
* c-tree.h (struct language_function): Add arg_info element.Joseph Myers2004-08-301-5/+13
* re PR c/13801 (Decls should regain old type at end of scope)Joseph Myers2004-08-261-14/+137
* c-decl.c (grokparm): New function.Ziemowit Laski2004-08-251-0/+14
* tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell2004-08-251-5/+5
* c-decl.c (c_init_decl_processing): Adjust build_common_tree_nodes call.Nathan Sidwell2004-08-241-1/+1
* tree.h (build_distinct_type_copy): New.Nathan Sidwell2004-08-231-2/+2
* c-decl.c (set_array_declarator_type): Rename to set_array_declarator_inner.Joseph Myers2004-08-211-3/+31
* c-decl.c (build_array_declarator, [...]): Change boolean parameters to type b...Joseph Myers2004-08-211-20/+21
* c-decl.c (grokdeclarator): Allow for function definition where innermost decl...Joseph Myers2004-08-161-5/+10
* tree.h (build_int_cst): New.Nathan Sidwell2004-08-151-6/+7
* c-common.c (shorten_compare, [...]): Replace calls to build with calls to bui...Roger Sayle2004-08-151-6/+6
* c-common.h (STATEMENT_LIST_HAS_LABEL): New.Richard Henderson2004-08-111-1/+18
* tree.c (handle_dll_attribute): Move here from i383/winnt.c.Mark Mitchell2004-08-061-0/+9
* re PR c/14516 (-fleading-underscore does not work correctly for file static v...Geoffrey Keating2004-08-051-71/+61
* re PR target/14680 (reload_cse_simplify_operands triggers internal error on s...Zack Weinberg2004-08-041-2/+5
* c-decl.c (implicitly_declare): Diagnose incompatible implicit declarations.Joseph Myers2004-08-031-0/+17
* c-decl.c (diagnose_mismatched_decls): Give error for external redeclaration o...Joseph Myers2004-07-311-6/+10
* c-decl.c (complete_array_type): Don't gratuitously copy maxindex.Nathan Sidwell2004-07-291-2/+1
* c-common.c (disable_builtin_function): Rename variable n to new_disabled_buil...Bernardo Innocenti2004-07-261-17/+21
* re PR c++/9283 (__attribute__((visibility ("hidden"))) not supported for clas...Niall Douglas2004-07-251-6/+8
* basic-block.h (reorder_block_def): Rename to reorder_block_def_p.Bernardo Innocenti2004-07-261-1/+1
* bitmap.c: Use type-safe memory allocation macros from libiberty.Bernardo Innocenti2004-07-251-10/+11
* c-decl.c (groktypename, [...]): Rename variable typename to type_name.Bernardo Innocenti2004-07-251-12/+12
* c-common.c: Rename all identifiers named `new'.Bernardo Innocenti2004-07-251-11/+11
* re PR c/15360 (c99: extern w/initializer; extern w/internal linkage)Joseph Myers2004-07-251-2/+7
* c-common.c: Rename all identifiers named `class' to `cl'.Bernardo Innocenti2004-07-251-3/+3
* c-decl.c (start_function): Set DECL_ARTIFICIAL and DECL_IGNORED_P on the RESU...Richard Henderson2004-07-251-3/+6
* Zack Weinberg <zack@codesourcery.comZack Weinberg2004-07-251-0/+5
* c-common.c: Convert ATTRIBUTE_UNUSED to ARG_UNUSED in parameter lists.Bernardo Innocenti2004-07-251-1/+1
* c-decl.c (start_function): Form composite type of function types rather than ...Joseph Myers2004-07-231-1/+2
* re PR c/15052 (gcc frontend accepts mismatched function declaration/defintion)Joseph Myers2004-07-221-18/+12
* builtins.c (expand_builtin_setjmp_receiver): Fix comment for code removal.Eric Christopher2004-07-211-5/+3
* * Fix for g++/15861Frank Ch. Eigler2004-07-151-1/+1
* c-opts.c (c_common_post_options): Force unit-at-a-time mode on when we have m...Zack Weinberg2004-07-091-20/+43
* c-decl.c (static_ctors, [...]): Make static.Zack Weinberg2004-07-081-15/+55
* c-decl.c (pop_scope): Do not set DECL_CONTEXT on file-scope decls when...Zack Weinberg2004-07-081-4/+6