aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
AgeCommit message (Expand)AuthorFilesLines
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeff Law1-12/+63
1997-10-16c-decl.c (start_struct): Ensure that structs with forward declarations are in...Mike Stump1-0/+1
1997-09-27c-decl.c (init_decl_processing): Add __builtin_dwarf_reg_size.Jason Merrill1-0/+2
1997-09-26c-typeck.c (build_binary_op): Warn about comparing signed vs unsigned if...Paul Eggert1-3/+3
1997-09-10dwarf2 EH supportJason Merrill1-1/+36
1997-08-29pa.md (reload_peepholes): Make sure operand is a REG before examining REGNO.Jeffrey A Law1-19/+0
1997-08-27c-decl.c (grokdeclarator): If array index or size calculations overflow, issu...Doug Evans1-0/+19
1997-08-11Initial revisionmisc/cutover-egcs-1Jeff Law1-8/+17
1997-08-02parmlist_tags_warning): Only suppress warning on union if anonymous.Richard Kenner1-1/+1
1997-08-02(init_decl_processing): Add __builtin_aggregate_incoming_address.Richard Kenner1-0/+4
1997-07-19c-decl.c (duplicate_decls): Set DECL_ABSTRACT_ORIGIN to olddecl if inline fun...Doug Evans1-0/+2
1997-06-09(complete_array_type): Remove obsolete references to change_main_variant.Richard Kenner1-6/+0
1997-04-25xJason Merrill1-1/+0
1997-04-13(c_decode_option): Ignore -Wundef, -Wno-undef.Richard Kenner1-0/+4
1997-03-25* c-decl.c (grokdeclarator): Pedwarn qualified void function return type.Doug Evans1-0/+7
1997-02-02(start_function): Fix improper installation of last change.Richard Kenner1-8/+8
1997-01-19Fix editing error in last change.Richard Kenner1-1/+1
1997-01-19(start_decl): Add code for -Wmain.Richard Kenner1-2/+103
1996-12-07(poplevel): Don't call output_inline_function if DECL_SAVED_INSNS isRichard Kenner1-1/+1
1996-11-20xJason Merrill1-0/+4
1996-11-20xJason Merrill1-0/+1
1996-11-12(grokdeclarator): Generate a warning if -Wimplicit, unless a warningRichard Kenner1-4/+14
1996-11-12(field_decl_cmp): Use `const void *' arguments.Richard Kenner1-3/+6
1996-10-09(dollars_in_ident): DOLLARS_IN_IDENTIFIERS is now Boolean.Richard Kenner1-13/+4
1996-09-27Allow short to be size_tMichael Meissner1-8/+10
1996-09-23(finish_struct): Check PCC_BITFIELD_TYPE_MATTERS value.Richard Kenner1-2/+3
1996-09-22(pushdecl): Check new declaration actually conflicts before warning about imp...Richard Kenner1-0/+1
1996-08-11(finish_struct): If pedantic, also warn if struct/union has no namedRichard Kenner1-3/+11
1996-07-03formatting tweaksMike Stump1-4/+4
1996-06-28(init_decl_processing): Register __builtin_memset and memset asRichard Kenner1-1/+12
1996-06-06(grokdeclarator): Call pop_obstacks after creatingJim Wilson1-1/+1
1996-06-04(start_decl): Always set DECL_COMMON on statics.Jason Merrill1-1/+1
1996-06-03(start_struct): Set TYPE_PACKED from flag_pack_struct.Richard Kenner1-2/+5
1996-05-19Add prototypes for all static functions.Richard Kenner1-11/+17
1996-05-06-fno-common changeJason Merrill1-3/+7
1996-04-16(clear_limbo_values): New function.Richard Kenner1-0/+18
1996-04-14(finish_enum): Don't crash if no type can represent all enumeration values.Richard Kenner1-2/+10
1996-04-08(finish_function): Always warn if main doesn't return int.Richard Kenner1-3/+3
1996-03-05(duplicate_decl): If making decl non-external, copy context from oldRichard Kenner1-0/+2
1996-02-19warn_sign_compareJason Merrill1-0/+9
1996-02-13(finish_decl): TREE_ASM_WRITTEN says if duplicate_decls modified declaration ...Richard Kenner1-5/+8
1996-02-12Changes to distinguish typedef from original type in debug output.Per Bothner1-1/+1
1996-02-02(finish_struct): Fix typo in transparent union warning that led to core dump.Paul Eggert1-1/+1
1996-01-27(init_decl_processing): Add definitions for __builtin_setjmp andRichard Kenner1-0/+13
1996-01-15(finish_incomplete_decl): Warn if completing an array that wasn't declared ex...Richard Kenner1-4/+7
1996-01-01(finish_struct): Warn if field with enumeral type is narrower thanRichard Kenner1-1/+8
1995-12-24(finish_struct): Set DECL_C_BIT_FIELD when set DECL_BIT_FIELD.Richard Kenner1-1/+1
1995-12-04(finish_struct): Don't mess with the type of bitfields.Jason Merrill1-21/+0
1995-11-29(duplicate_decls): Add new paramter different_binding_level.Jim Wilson1-119/+134
1995-10-27(pushdecl): Don't test TREE_PUBLIC when deciding whether to register aRichard Kenner1-1/+10