OSDN Git Service

Daily bump.
[pf3gnuchains/gcc-fork.git] / gcc / c-decl.c
2000-08-06 jsm28 * c-common.h (enum c_tree_index): Add CTI_SIGNED_SIZE_...
2000-08-04 jsm28 * c-common.h (flag_isoc94): Declare.
2000-08-04 jsm28 * ginclude/stddef.h: Don't declare wint_t unless __nee...
2000-07-31 zack * c-decl.c (mesg_implicit_function_declaration): Init...
2000-07-31 law * c-decl.c (get_parm_info): Don't treat 'const void...
2000-07-27 law * c-decl.c (finish_function): Don't treat 'main' speci...
2000-07-27 law * c-decl.c (store_parm_decls): In C99 mode...
2000-07-26 aoliva* c-decl.c (finish_enum): Convert enumerations that...
2000-07-18 aoliva* c-decl.c (duplicate_decls): Do not call make_var_vola...
2000-07-13 neil * c-common.h (flag_digraphs): New.
2000-07-12 ghazi * c-decl.c (define_label): Warn about identifier confl...
2000-07-12 ghaziWarning fixes:
2000-07-10 chelf2000-07-10 Benjamin Chelf <chelf@codesourcery.com>
2000-07-10 jason * tree.h (STRIP_NOPS): Check for error_mark_node.
2000-07-02 chelf2000-07-01 Benjamin Chelf <chelf@codesourcery.com>
2000-06-29 zack * c-decl.c, timevar.c, tlink.c: Include intl.h.
2000-06-28 pthomas2000-06-28 Philipp Thomas <pthomas@suse.de>
2000-06-26 rth2000-06-26 Joseph S. Myers <jsm28@cam.ac.uk>
2000-06-14 jakub * tree.h (TYPE_USER_ALIGN, DECL_USER_ALIGN): Define.
2000-06-07 zack * c-decl.c (pushdecl): Do not call COMPLETE_TYPE_P on
2000-06-06 mmitchel * c-common.h (c_language_kind): New type.
2000-06-05 nathan * tree.h (VOID_TYPE_P): New macro.
2000-06-05 kenner * alias.c (get_alias_set): If compnent is addressable...
2000-06-03 kenner * alias.c (struct alias_set_entry): New field has_zero...
2000-06-03 rthgcc/
2000-06-01 rth * c-decl.c (init_decl_processing): Set lang_get...
2000-05-31 kenner * Makefile.in (c-decl.o): Depend on rtl.h and expr.h.
2000-05-24 aoliva* c-decl.c (build_enumerator): Don't modify the value...
2000-05-23 zack * c-decl.c (pushdecl): Invert sense of test for non...
2000-05-18 rth * c-common.h (enum c_tree_index): Add g77 type...
2000-05-17 cagneyAdd options -Wunused-variable, -Wunused-function, ...
2000-05-09 zacktop level:
2000-05-07 rth * c-decl.c: Include "tm_p.h".
2000-05-05 clm * c-common.c (decl_attributes): For TYPE_DECLs attach the
2000-04-18 kenner * c-decl.c (mark_binding_level): Use 'for' instead...
2000-03-27 kenner * c-convert.c (convert): Return if output or input...
2000-03-23 mmitchel * builtin.c (get_pointer_alignment): Use DECL_P...
2000-03-21 nathangcc
2000-03-08 nathangcc:
2000-03-07 kenner * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove...
2000-02-29 loewis * c-decl.c (current_function_decl): Move to toplev.c.
2000-02-29 kenner * Eliminate DECL_FIELD_SIZE.
2000-02-27 kenner * builtins.c (c_strlen): Use size_diffop and return...
2000-02-20 kenner * c-common.c (decl_attributes): Set DECL_SIZE_UNIT.
2000-01-31 drepper * c-decl.c (c_decode_option): Accept optional...
2000-01-29 drepperAdjust variable names, comments, help strings to c99.
2000-01-25 zack * c-common.c, c-decl.c, c-lang.c, c-lex.c, c-parse...
2000-01-12 ghazi * c-common.c: PROTO -> PARAMS.
2000-01-05 zack2000-01-05 11:25 -0800 Zack Weinberg <zack@rabi.colum...
1999-12-04 geoffk* c-common.c (enum attrs): Add A_NO_LIMIT_STACK.
1999-11-25 ghazi * c-common.c (check_format_info): Don't call a variadi...
1999-11-03 rth * c-decl.c (duplicate_decls): Copy DECL_MODE...
1999-10-26 mmitchel * tree.h (BLOCK_TYPE_TAGS): Remove.
1999-10-18 law * c-decl.c (pushdecl): Use TYPE_CONTEXT rather...
1999-10-15 law * c-parse.in (component_decl): Support anonymou...
1999-10-10 jasonchecked in wrong version
1999-10-08 jason * expr.c (expand_expr, TARGET_EXPR): Set TREE_USED...
1999-10-07 rth * c-decl.c (ggc_p): Enable.
1999-09-30 cruxUse lookup table to get register sizes in dwarf2 eh
1999-09-30 law * c-tree.h (warn_float_equal): Declare.
1999-09-28 crux * c-decl.c (init_decl_processing): If MD_INIT_BUILTINS...
1999-09-24 cruxAllow to distinguish between three classes of builtin...
1999-09-23 jason * toplev.c (documented_lang_options): Add -fshort...
1999-09-20 nickcAdd comment saying that lang_decode_options should...
1999-09-10 cruxMove declarations and building code for common tree...
1999-09-10 rth * c-decl.c (finish_function): When processing...
1999-09-09 mmitchel * ggc.h (lang_cleanup_tree): Remove.
1999-09-09 ghazi * c-decl.c (mark_binding_level): Make static to match...
1999-09-08 ghazi * gansidecl.h (__attribute__, ATTRIBUTE_UNUSED_LABEL,
1999-09-08 rth * c-typeck.c (type_lists_compatible_p): Use...
1999-09-07 lawMerge in gcc2-ss-010999
1999-09-06 mmitchel * Makefile.in (C_AND_OBJC_OBJS): Remove ggc-callbacks.o.
1999-09-05 mmitchel * c-decl.c (struct language_function): Renamed from...
1999-08-09 cruxInclude function.h in most files. Remove most of the...
1999-08-03 rth * expr.h (PROMOTE_PROTOTYPES): Move ...
1999-08-02 rthJakub Jelinek <jj@ultra.linux.cz>
1999-07-26 rth * builtins.c (expand_builtin_saveregs): Remove...
1999-07-20 crux * c-common.h: New file.
1999-07-02 gavinFor gcc:
1999-04-12 scox * c-decl.c (c_decode_option, start_decl, start_function,
1999-02-18 ghazi * bitmap.c (bitmap_print): Qualify a char*...
1999-01-31 zack
1999-01-27 lawMerge in gcc2 snapshot 19980929. See gcc/ChangeLog...
1999-01-16 ghazi * c-decl.c (duplicate_decls): If `warn_traditio...
1998-12-09 brolleyWed Dec 9 15:29:26 1998 Dave Brolley <brolley@cygnus...
1998-12-08 rth * c-decl.c (flag_isoc9x): Default off.
1998-12-07 brolley1998-12-07 Zack Weinberg <zack@rabi.phys.columbia...
1998-12-01 rth * c-common.c (declare_function_name): Declare...
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:
next