aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
AgeCommit message (Expand)Author
1997-12-06import of gcc-2.8law
1997-11-02import gcc2 971021 snapshotlaw
1997-08-11Initial revisionlaw
1997-08-02parmlist_tags_warning): Only suppress warning on union if anonymous.kenner
1997-08-02(init_decl_processing): Add __builtin_aggregate_incoming_address.kenner
1997-07-19 * c-decl.c (duplicate_decls): Set DECL_ABSTRACT_ORIGIN to olddecldje
1997-06-09(complete_array_type): Remove obsolete references to change_main_variant.kenner
1997-04-25xmerrill
1997-04-13(c_decode_option): Ignore -Wundef, -Wno-undef.kenner
1997-03-25* c-decl.c (grokdeclarator): Pedwarn qualified void function return type.dje
1997-02-02(start_function): Fix improper installation of last change.kenner
1997-01-20Fix editing error in last change.kenner
1997-01-19(start_decl): Add code for -Wmain.kenner
1996-12-07(poplevel): Don't call output_inline_function if DECL_SAVED_INSNS iskenner
1996-11-20xmerrill
1996-11-20xmerrill
1996-11-12(grokdeclarator): Generate a warning if -Wimplicit, unless a warningkenner
1996-11-12(field_decl_cmp): Use `const void *' arguments.kenner
1996-10-09(dollars_in_ident): DOLLARS_IN_IDENTIFIERS is now Boolean.kenner
1996-09-27Allow short to be size_tmeissner
1996-09-24(finish_struct): Check PCC_BITFIELD_TYPE_MATTERS value. arbitrarykenner
1996-09-22(pushdecl): Check new declaration actually conflicts before warningkenner
1996-08-11(finish_struct): If pedantic, also warn if struct/union has no namedkenner
1996-07-03formatting tweaksmrs
1996-06-28(init_decl_processing): Register __builtin_memset and memset askenner
1996-06-06(grokdeclarator): Call pop_obstacks after creatingwilson
1996-06-04(start_decl): Always set DECL_COMMON on statics.merrill
1996-06-03(start_struct): Set TYPE_PACKED from flag_pack_struct.kenner
1996-05-19Add prototypes for all static functions.kenner
1996-05-06-fno-common changemerrill
1996-04-16(clear_limbo_values): New function.kenner
1996-04-14(finish_enum): Don't crash if no type can represent all enumeration values.kenner
1996-04-08(finish_function): Always warn if main doesn't return int.kenner
1996-03-05(duplicate_decl): If making decl non-external, copy context from oldkenner
1996-02-19warn_sign_comparemerrill
1996-02-13(finish_decl): TREE_ASM_WRITTEN says if duplicate_decls modifiedkenner
1996-02-12Changes to distinguish typedef from original type in debug output.bothner
1996-02-02(finish_struct): Fix typo in transparent union warning that led to core dump.eggert
1996-01-27(init_decl_processing): Add definitions for __builtin_setjmp andkenner
1996-01-16(finish_incomplete_decl): Warn if completing an array that wasn'tkenner
1996-01-01(finish_struct): Warn if field with enumeral type is narrower thankenner
1995-12-24(finish_struct): Set DECL_C_BIT_FIELD when set DECL_BIT_FIELD.kenner
1995-12-04(finish_struct): Don't mess with the type of bitfields.merrill
1995-11-29(duplicate_decls): Add new paramter different_binding_level.wilson
1995-10-27(pushdecl): Don't test TREE_PUBLIC when deciding whether to register akenner
1995-09-11(redeclaration_error_message): For TYPE_DECLs, return 0 ifkenner
1995-08-29(finish_struct): If transparent_union attribute specified, validate itkenner
1995-07-14(field_decl_cmp): Rewritten to make sure that a null name always sortskenner
1995-06-15Update FSF address.kenner
1995-06-14(start_function): New parameter for attributes.kenner