aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
AgeCommit message (Expand)Author
1995-06-10(c_decode_option, case "-Wall"): Don't set extra_warnings.kenner
1995-06-06(start_decl): Set DECL_COMMON before calling decl_attributes.kenner
1995-06-06(duplicate_decls): Don't clear DECL_CONTEXT of new decl if it is akenner
1995-05-22(finish_decl_top_level): Removed; no longer used.kenner
1995-05-20(shadow_tag_warned): Don't warn about useless keyword if in systemkenner
1995-05-16Fix typos in comments.kenner
1995-05-16Update weak symbol supportmerrill
1995-05-12(push_parm_decl): Pass any attributes to decl_attributes.kenner
1995-05-11(grokdeclarator): Use PARM_FLAG to see if should make PARM_DECL.kenner
1995-05-11(finish_struct): Properly update DECL_PACKED.kenner
1995-04-26(finish_decl_top_level): New function.kenner
1995-04-26(finish_struct): Add ATTRIBUTES argument, call decl_attributes and setkenner
1995-04-26(init_decl_processing): Don't give builtin__constant_p an argumentkenner
1995-04-25(pushdecl): Don't test DECL_EXTERNAL when deciding whetherwilson
1995-04-25(start_decl): New args for attributes; call decl_attributes.kenner
1995-04-25(duplicate_decls): Don't look at TYPE_ACTUAL_ARG_TYPES if it is notkenner
1995-04-11(poplevel): Do output inline function ifwilson
1995-03-10(start_function): Handle new parameter ATTRIBUTES.kenner
1995-03-05Undo this patch, breaks libobjc builds.dje
1995-03-02Remove Feb 13's FUNCTION_NEEDS_STATIC_CHAIN changes.bothner
1995-02-25(pushdecl): When have a duplicate decl, and it is global,wilson
1995-02-21(grokdeclarator): Added code to support machine attributes.kenner
1995-02-13* c-decl.c (grokdeclarator): Maybe set FUNCTION_NEEDS_STATIC_CHAIN.bothner
1995-02-11(grokdeclarator): Use NAME, not IDENTIFIER_POINTER of DECLARATOR forkenner
1995-01-17Set boolean_*, pedantic_lvaluesmerrill
1995-01-14__attribute__ ((constructor))merrill
1995-01-03(duplicate_decls): Push to permanent obstack beforewilson
1994-12-30Include output.h.kenner
1994-12-07(init_decl_processing): Implement built-in functions fabsf, sqrtf,kenner
1994-11-28(finish_decl): Use DECL_CONTEXT instead ofwilson
1994-11-11(duplicate_decls): Properly merge decls with differing DECL_CONTEXT.kenner
1994-10-18(start_function): Save immediate_size_expand and initialize it to zerokenner
1994-10-01(shadow_label): Emit an error if the label is alreadyerich
1994-09-02(min_precision): Move to c-common.cmerrill
1994-08-12Fix typo in last change.kenner
1994-08-12(duplicate_decls): Suppress -Wredundant-decls warning if we havekenner
1994-07-29(finish_decl): Preserve initialializer if iterator.kenner
1994-07-28(finish_struct): Don't look at alignment of error_mark_node.kenner
1994-07-21(start_function): If old_decl is NULL, then set it towilson
1994-07-13(pushdecl): Don't call lookup_name_current_level_globalwilson
1994-07-08(finish_decl): Put RTL and other stuff in permanent_obstack if DECLkenner
1994-07-02(duplicate_decls): When make void* match char*, setwilson
1994-06-24(lang_decode_option): Set warn_bad_function_cast forkenner
1994-06-23(clear_binding_level): Add missing fields in initializer.kenner
1994-06-14(min_precision): New function.kenner
1994-05-16(finish_enum): Handle VALUES being an ERROR_MARK.kenner
1994-05-14(copy_lang_decl): No-op function that will nevermerrill
1994-05-02(pushdecl): Use lookup_name_current_level_global insteadwilson
1994-04-25(grokdeclarator): Never warn about `long long' in system header.kenner
1994-04-25(finish_decl): Redo last change.kenner