OSDN Git Service

H
[pf3gnuchains/gcc-fork.git] / gcc / c-decl.c
1998-10-21 mmitchel * invoke.texi: Document -flang-isoc9x.
1998-10-20 ghaziNew warning, `missing-noreturn':
1998-10-13 ghaziWarning fixes:
1998-10-11 raeburnFine-grained control of -fcheck-memory-usage with new...
1998-10-08 law * c-common.c (type_for_mode): Only return TItyp...
1998-10-01 nickcAdd invocation of SET_DEFAULT_DECL_ATTRIBUTES, if defined.
1998-09-15 rth * tree.h (BUILT_IN_CALLER_RETURN_ADDRESS): Unused...
1998-09-10 mmitchel * tree.h (DECL_ORIGIN): New macro.
1998-08-24 jason * c-common.c (combine_strings): Also set TREE_READONLY.
1998-08-17 law * From Graham
1998-08-17 law * c-decl.c (init_decl_processing): Remove unnee...
1998-07-30 raeburnFunction entry/exit profiling instrumentation:
1998-07-08 vmakarov * toplev.c (lang_options): Add -Wlong-long, -Wno-long...
1998-07-06 law * c-decl.c: Add warn_multichar.
1998-07-01 schwab * c-decl.c (grokdeclarator): Don't warn about implicit...
1998-06-29 law * Merge from gcc2 June 9, 1998 snapshot. See...
1998-06-25 mmitchel * invoke.texi (-fstrict-aliasing): Document.
1998-06-19 law * c-decl.c (duplicate_decls): Avoid setting...
1998-06-17 jfc * haifa-sched.c (haifa_classify_insn): TRAP_IF is...
1998-06-15 wilsonFix merging error with formerly cygnus local change.
1998-06-10 law * c-decl.c (grokdeclarator): Remove unused...
1998-06-10 law * c-decl.c (start_decl): Correct test for ...
1998-06-10 law * decl.c (init_decl_processing): Fix typo.
1998-06-10 brolley Integrate cpplib into the C and C++ front ends.
1998-06-08 amacleodThu Jun 8 14:16:15 EDT 1998 Andrew MacLeod <amacleod...
1998-05-13 ghaziWarning fixes:
1998-05-06 lawtypo typo fixes fixes
1998-05-06 robertlWed May 6 06:35:38 1998 Robert Lipe <robertl@dgii...
1998-05-05 law * Check in merge from gcc2. See ChangeLog...
1998-04-21 law * c-common.c (type_for_mode): Handle TI types.
1998-04-04 law * Check in merge from gcc2. See ChangeLog...
1998-03-20 ghaziMajor cutover to using system.h:
1998-03-12 manfreda
1998-02-18 brendan./ChangeLog:
1998-02-07 law * c-common.c: Include <stdlib.h> and <string...
1998-02-07 law * c-decl.c (pushdecl): Set DECL_ORIGINAL_TYPE...
1998-02-01 law * expr.c (get_inner_reference): Use sbitsizetyp...
1998-01-26 wilsonPatch from Joern to fix dwarf1 bug: emit debug info...
1998-01-02 rth* c-decl.c (init_decl_processing): Provide proper fallb...
1997-12-21 law * c-pragma.c (handle_pragma_token): Generate...
1997-12-20 law * bitmap.c (bitmap_clear): Ensure `inline'...
1997-12-07 lawMerge from gcc-2.8
1997-11-02 lawUpdate mainline egcs to gcc2 snapshot 971021.
1997-10-16 law * c-decl.c (start_struct): Ensure that structs...
1997-09-27 jason * c-decl.c (init_decl_processing): Add __builtin_dwarf...
1997-09-27 law * c-typeck.c (build_binary_op): Warn about...
1997-09-10 jasondwarf2 EH support
1997-08-29 law * pa.md (reload_peepholes): Make sure operand...
1997-08-27 law * c-decl.c (grokdeclarator): If array index...
1997-08-11 lawInitial revision
1997-08-02 kennerparmlist_tags_warning): Only suppress warning on union...
1997-08-02 kenner(init_decl_processing): Add __builtin_aggregate_incomin...
1997-07-19 dje * c-decl.c (duplicate_decls): Set DECL_ABSTRACT_ORIGIN...
1997-06-09 kenner(complete_array_type): Remove obsolete references to...
1997-04-25 merrillx
1997-04-13 kenner(c_decode_option): Ignore -Wundef, -Wno-undef.
1997-03-25 dje* c-decl.c (grokdeclarator): Pedwarn qualified void...
1997-02-02 kenner(start_function): Fix improper installation of last...
1997-01-20 kennerFix editing error in last change.
1997-01-19 kenner(start_decl): Add code for -Wmain.
1996-12-07 kenner(poplevel): Don't call output_inline_function if DECL_S...
1996-11-20 merrillx
1996-11-20 merrillx
1996-11-12 kenner(grokdeclarator): Generate a warning if -Wimplicit...
1996-11-12 kenner(field_decl_cmp): Use `const void *' arguments.
1996-10-09 kenner(dollars_in_ident): DOLLARS_IN_IDENTIFIERS is now Boolean.
1996-09-27 meissnerAllow short to be size_t
1996-09-24 kenner(finish_struct): Check PCC_BITFIELD_TYPE_MATTERS value...
1996-09-22 kenner(pushdecl): Check new declaration actually conflicts...
1996-08-11 kenner(finish_struct): If pedantic, also warn if struct/union...
1996-07-03 mrsformatting tweaks
1996-06-28 kenner(init_decl_processing): Register __builtin_memset and...
1996-06-06 wilson(grokdeclarator): Call pop_obstacks after creating
1996-06-04 merrill(start_decl): Always set DECL_COMMON on statics.
1996-06-03 kenner(start_struct): Set TYPE_PACKED from flag_pack_struct.
1996-05-19 kennerAdd prototypes for all static functions.
1996-05-06 merrill-fno-common change
1996-04-16 kenner(clear_limbo_values): New function.
1996-04-14 kenner(finish_enum): Don't crash if no type can represent...
1996-04-08 kenner(finish_function): Always warn if main doesn't return...
1996-03-05 kenner(duplicate_decl): If making decl non-external, copy...
1996-02-19 merrillwarn_sign_compare
1996-02-13 kenner(finish_decl): TREE_ASM_WRITTEN says if duplicate_decls...
1996-02-12 bothnerChanges to distinguish typedef from original type in...
1996-02-02 eggert(finish_struct): Fix typo in transparent union warning...
1996-01-27 kenner(init_decl_processing): Add definitions for __builtin_s...
1996-01-16 kenner(finish_incomplete_decl): Warn if completing an array...
1996-01-01 kenner(finish_struct): Warn if field with enumeral type is...
1995-12-24 kenner(finish_struct): Set DECL_C_BIT_FIELD when set DECL_BIT...
1995-12-04 merrill(finish_struct): Don't mess with the type of bitfields.
1995-11-29 wilson(duplicate_decls): Add new paramter different_binding_l...
1995-10-27 kenner(pushdecl): Don't test TREE_PUBLIC when deciding whethe...
1995-09-11 kenner(redeclaration_error_message): For TYPE_DECLs, return...
1995-08-29 kenner(finish_struct): If transparent_union attribute specifi...
1995-07-14 kenner(field_decl_cmp): Rewritten to make sure that a null...
1995-06-15 kennerUpdate FSF address.
1995-06-14 kenner(start_function): New parameter for attributes.
1995-06-10 kenner(c_decode_option, case "-Wall"): Don't set extra_warnings.
1995-06-06 kenner(start_decl): Set DECL_COMMON before calling decl_attri...
1995-06-06 kenner(duplicate_decls): Don't clear DECL_CONTEXT of new...
next