]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/c-decl.c
* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12
[thirdparty/gcc.git] / gcc / c-decl.c
1998-04-04  Jeff Law* Check in merge from gcc2. See ChangeLog.11 and Chang...
1998-03-20  Kaveh R. GhaziMajor cutover to using system.h:
1998-03-12  Manfred Hollsteinc-decl (finish_struct): Change type of min_align to...
1998-02-18  Brendan Kehoetree.h (merge_machine_{type,decl}_attributes): Declare.
1998-02-07  Robert Lipec-common.c: Include <stdlib.h> and <string.h>/<strings.h>.
1998-02-07  Greg McGary* c-decl.c (pushdecl): Set DECL_ORIGINAL_TYPE once...
1998-02-01  J"orn Renneckeexpr.c (get_inner_reference): Use sbitsizetype for...
1998-01-26  J"orn RenneckePatch from Joern to fix dwarf1 bug: emit debug info...
1998-01-02  Richard Hendersonc-decl.c (init_decl_processing): Provide proper fallbac...
1997-12-21  Nick Cliftonc-pragma.c (handle_pragma_token): Generate warning...
1997-12-20  Kaveh R. Ghazibitmap.c (bitmap_clear): Ensure `inline' is at the...
1997-12-07  Jeff LawMerge from gcc-2.8
1997-11-02  Jeff LawUpdate mainline egcs to gcc2 snapshot 971021.
1997-10-16  Mike Stumpc-decl.c (start_struct): Ensure that structs with forwa...
1997-09-27  Jason Merrillc-decl.c (init_decl_processing): Add __builtin_dwarf_re...
1997-09-27  Paul Eggertc-typeck.c (build_binary_op): Warn about comparing...
1997-09-10  Jason Merrilldwarf2 EH support
1997-08-29  Jeffrey A Lawpa.md (reload_peepholes): Make sure operand is a REG...
1997-08-27  Doug Evansc-decl.c (grokdeclarator): If array index or size calcu...
1997-08-11  Jeff LawInitial revision misc/cutover-egcs-1
1997-08-02  Richard Kennerparmlist_tags_warning): Only suppress warning on union...
1997-08-02  Richard Kenner(init_decl_processing): Add __builtin_aggregate_incomin...
1997-07-19  Doug Evansc-decl.c (duplicate_decls): Set DECL_ABSTRACT_ORIGIN...
1997-06-09  Richard Kenner(complete_array_type): Remove obsolete references to...
1997-04-25  Jason Merrillx
1997-04-13  Richard Kenner(c_decode_option): Ignore -Wundef, -Wno-undef.
1997-03-25  Doug Evans* c-decl.c (grokdeclarator): Pedwarn qualified void...
1997-02-02  Richard Kenner(start_function): Fix improper installation of last...
1997-01-20  Richard KennerFix editing error in last change.
1997-01-19  Richard Kenner(start_decl): Add code for -Wmain.
1996-12-07  Richard Kenner(poplevel): Don't call output_inline_function if DECL_S...
1996-11-20  Jason Merrillx
1996-11-20  Jason Merrillx
1996-11-12  Richard Kenner(grokdeclarator): Generate a warning if -Wimplicit...
1996-11-12  Richard Kenner(field_decl_cmp): Use `const void *' arguments.
1996-10-09  Richard Kenner(dollars_in_ident): DOLLARS_IN_IDENTIFIERS is now Boolean.
1996-09-27  Michael MeissnerAllow short to be size_t
1996-09-24  Richard Kenner(finish_struct): Check PCC_BITFIELD_TYPE_MATTERS value.
1996-09-22  Richard Kenner(pushdecl): Check new declaration actually conflicts...
1996-08-11  Richard Kenner(finish_struct): If pedantic, also warn if struct/union...
1996-07-03  Mike Stumpformatting tweaks
1996-06-28  Richard Kenner(init_decl_processing): Register __builtin_memset and...
1996-06-06  Jim Wilson(grokdeclarator): Call pop_obstacks after creating
1996-06-04  Jason Merrill(start_decl): Always set DECL_COMMON on statics.
1996-06-03  Richard Kenner(start_struct): Set TYPE_PACKED from flag_pack_struct.
1996-05-19  Richard KennerAdd prototypes for all static functions.
1996-05-06  Jason Merrill-fno-common change
1996-04-16  Richard Kenner(clear_limbo_values): New function.
1996-04-14  Richard Kenner(finish_enum): Don't crash if no type can represent...
1996-04-08  Richard Kenner(finish_function): Always warn if main doesn't return...
1996-03-05  Richard Kenner(duplicate_decl): If making decl non-external, copy...
1996-02-19  Jason Merrillwarn_sign_compare
1996-02-13  Richard Kenner(finish_decl): TREE_ASM_WRITTEN says if duplicate_decls...
1996-02-12  Per BothnerChanges to distinguish typedef from original type in...
1996-02-02  Paul Eggert(finish_struct): Fix typo in transparent union warning...
1996-01-27  Richard Kenner(init_decl_processing): Add definitions for __builtin_s...
1996-01-16  Richard Kenner(finish_incomplete_decl): Warn if completing an array...
1996-01-01  Richard Kenner(finish_struct): Warn if field with enumeral type is...
1995-12-24  Richard Kenner(finish_struct): Set DECL_C_BIT_FIELD when set DECL_BIT...
1995-12-04  Jason Merrill(finish_struct): Don't mess with the type of bitfields.
1995-11-29  Jim Wilson(duplicate_decls): Add new paramter different_binding_l...
1995-10-27  Richard Kenner(pushdecl): Don't test TREE_PUBLIC when deciding whethe...
1995-09-11  Richard Kenner(redeclaration_error_message): For TYPE_DECLs, return...
1995-08-29  Richard Kenner(finish_struct): If transparent_union attribute specifi...
1995-07-14  Richard Kenner(field_decl_cmp): Rewritten to make sure that a null...
1995-06-15  Richard KennerUpdate FSF address.
1995-06-14  Richard Kenner(start_function): New parameter for attributes.
1995-06-10  Richard Kenner(c_decode_option, case "-Wall"): Don't set extra_warnings.
1995-06-06  Richard Kenner(start_decl): Set DECL_COMMON before calling decl_attri...
1995-06-06  Richard Kenner(duplicate_decls): Don't clear DECL_CONTEXT of new...
1995-05-22  Richard Kenner(finish_decl_top_level): Removed; no longer used.
1995-05-20  Richard Kenner(shadow_tag_warned): Don't warn about useless keyword...
1995-05-16  Richard KennerFix typos in comments.
1995-05-16  Jason MerrillUpdate weak symbol support
1995-05-12  Richard Kenner(push_parm_decl): Pass any attributes to decl_attributes.
1995-05-11  Richard Kenner(grokdeclarator): Use PARM_FLAG to see if should make...
1995-05-11  Richard Kenner(finish_struct): Properly update DECL_PACKED.
1995-04-26  Richard Kenner(finish_decl_top_level): New function.
1995-04-26  Richard Kenner(finish_struct): Add ATTRIBUTES argument, call decl_att...
1995-04-26  Richard Kenner(init_decl_processing): Don't give builtin__constant_p...
1995-04-25  Jim Wilson(pushdecl): Don't test DECL_EXTERNAL when deciding...
1995-04-25  Richard Kenner(start_decl): New args for attributes; call decl_attrib...
1995-04-25  Richard Kenner(duplicate_decls): Don't look at TYPE_ACTUAL_ARG_TYPES...
1995-04-11  Jim Wilson(poplevel): Do output inline function if
1995-03-10  Richard Kenner(start_function): Handle new parameter ATTRIBUTES.
1995-03-05  Doug EvansUndo this patch, breaks libobjc builds.
1995-03-02  Per BothnerRemove Feb 13's FUNCTION_NEEDS_STATIC_CHAIN changes.
1995-02-25  Jim Wilson(pushdecl): When have a duplicate decl, and it is global,
1995-02-21  Richard Kenner(grokdeclarator): Added code to support machine attributes.
1995-02-13  Per Bothner* c-decl.c (grokdeclarator): Maybe set FUNCTION_NEEDS_...
1995-02-11  Richard Kenner(grokdeclarator): Use NAME, not IDENTIFIER_POINTER...
1995-01-17  Jason MerrillSet boolean_*, pedantic_lvalues
1995-01-14  Jason Merrill__attribute__ ((constructor))
1995-01-03  Jim Wilson(duplicate_decls): Push to permanent obstack before
1994-12-30  Richard KennerInclude output.h.
1994-12-07  Richard Kenner(init_decl_processing): Implement built-in functions...
1994-11-28  Jim Wilson(finish_decl): Use DECL_CONTEXT instead of
1994-11-11  Richard Kenner(duplicate_decls): Properly merge decls with differing...
1994-10-18  Richard Kenner(start_function): Save immediate_size_expand and initia...
1994-10-01  Richard Earnshaw(shadow_label): Emit an error if the label is already
next