summaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
Commit message (Expand)AuthorAgeFilesLines
* c-decl.c (grokdeclarator): Get parameter tags from last_function_parm_tags.J"orn Rennecke1998-02-091-1/+1
* c-decl.c (start_struct): Ensure that structs with forward declarations are in...Mike Stump1997-10-161-0/+1
* c-decl.c (init_decl_processing): Add __builtin_dwarf_reg_size.Jason Merrill1997-09-271-0/+2
* c-typeck.c (build_binary_op): Warn about comparing signed vs unsigned if...Paul Eggert1997-09-261-3/+3
* dwarf2 EH supportJason Merrill1997-09-101-1/+36
* pa.md (reload_peepholes): Make sure operand is a REG before examining REGNO.Jeffrey A Law1997-08-291-19/+0
* c-decl.c (grokdeclarator): If array index or size calculations overflow, issu...Doug Evans1997-08-271-0/+19
* Initial revisionmisc/cutover-egcs-1Jeff Law1997-08-111-8/+17
* parmlist_tags_warning): Only suppress warning on union if anonymous.Richard Kenner1997-08-021-1/+1
* (init_decl_processing): Add __builtin_aggregate_incoming_address.Richard Kenner1997-08-021-0/+4
* c-decl.c (duplicate_decls): Set DECL_ABSTRACT_ORIGIN to olddecl if inline fun...Doug Evans1997-07-191-0/+2
* (complete_array_type): Remove obsolete references to change_main_variant.Richard Kenner1997-06-091-6/+0
* xJason Merrill1997-04-251-1/+0
* (c_decode_option): Ignore -Wundef, -Wno-undef.Richard Kenner1997-04-131-0/+4
* * c-decl.c (grokdeclarator): Pedwarn qualified void function return type.Doug Evans1997-03-251-0/+7
* (start_function): Fix improper installation of last change.Richard Kenner1997-02-021-8/+8
* Fix editing error in last change.Richard Kenner1997-01-191-1/+1
* (start_decl): Add code for -Wmain.Richard Kenner1997-01-191-2/+103
* (poplevel): Don't call output_inline_function if DECL_SAVED_INSNS isRichard Kenner1996-12-071-1/+1
* xJason Merrill1996-11-201-0/+4
* xJason Merrill1996-11-201-0/+1
* (grokdeclarator): Generate a warning if -Wimplicit, unless a warningRichard Kenner1996-11-121-4/+14
* (field_decl_cmp): Use `const void *' arguments.Richard Kenner1996-11-121-3/+6
* (dollars_in_ident): DOLLARS_IN_IDENTIFIERS is now Boolean.Richard Kenner1996-10-091-13/+4
* Allow short to be size_tMichael Meissner1996-09-271-8/+10
* (finish_struct): Check PCC_BITFIELD_TYPE_MATTERS value.Richard Kenner1996-09-231-2/+3
* (pushdecl): Check new declaration actually conflicts before warning about imp...Richard Kenner1996-09-221-0/+1
* (finish_struct): If pedantic, also warn if struct/union has no namedRichard Kenner1996-08-111-3/+11
* formatting tweaksMike Stump1996-07-031-4/+4
* (init_decl_processing): Register __builtin_memset and memset asRichard Kenner1996-06-281-1/+12
* (grokdeclarator): Call pop_obstacks after creatingJim Wilson1996-06-061-1/+1
* (start_decl): Always set DECL_COMMON on statics.Jason Merrill1996-06-041-1/+1
* (start_struct): Set TYPE_PACKED from flag_pack_struct.Richard Kenner1996-06-031-2/+5
* Add prototypes for all static functions.Richard Kenner1996-05-191-11/+17
* -fno-common changeJason Merrill1996-05-061-3/+7
* (clear_limbo_values): New function.Richard Kenner1996-04-161-0/+18
* (finish_enum): Don't crash if no type can represent all enumeration values.Richard Kenner1996-04-141-2/+10
* (finish_function): Always warn if main doesn't return int.Richard Kenner1996-04-081-3/+3
* (duplicate_decl): If making decl non-external, copy context from oldRichard Kenner1996-03-051-0/+2
* warn_sign_compareJason Merrill1996-02-191-0/+9
* (finish_decl): TREE_ASM_WRITTEN says if duplicate_decls modified declaration ...Richard Kenner1996-02-131-5/+8
* Changes to distinguish typedef from original type in debug output.Per Bothner1996-02-121-1/+1
* (finish_struct): Fix typo in transparent union warning that led to core dump.Paul Eggert1996-02-021-1/+1
* (init_decl_processing): Add definitions for __builtin_setjmp andRichard Kenner1996-01-271-0/+13
* (finish_incomplete_decl): Warn if completing an array that wasn't declared ex...Richard Kenner1996-01-151-4/+7
* (finish_struct): Warn if field with enumeral type is narrower thanRichard Kenner1996-01-011-1/+8
* (finish_struct): Set DECL_C_BIT_FIELD when set DECL_BIT_FIELD.Richard Kenner1995-12-241-1/+1
* (finish_struct): Don't mess with the type of bitfields.Jason Merrill1995-12-041-21/+0
* (duplicate_decls): Add new paramter different_binding_level.Jim Wilson1995-11-291-119/+134
* (pushdecl): Don't test TREE_PUBLIC when deciding whether to register aRichard Kenner1995-10-271-1/+10