* c-decl.c (poplevel): Invoke warn_about_unused_variables.
[gcc.git] / gcc / c-decl.c
2000-09-19 Richard Henderson* c-decl.c (poplevel): Invoke warn_about_unused_variables.
2000-09-19 Richard Hendersonc-decl.c (c_expand_body): Call mark_varargs before...
2000-09-17 Joseph Myersc-decl.c (grokdeclarator): Don't give a warning about...
2000-09-17 Richard Kennerc-decl.c (grokdeclarator): Reorder tests to avoid looki...
2000-09-17 Mark Mitchellsplay-tree.c (splay_tree_predecessor): Fix typo in...
2000-09-11 Jakub Jelinek* c-decl.c (do_case): Fix a typo.
2000-09-07 Mark Mitchellc-common.h (prep_stmt): Declare.
2000-09-07 Mark MitchellMove statement-tree facilities from C++ to C front...
2000-09-07 Zack WeinbergIntegrated preprocessor.
2000-09-06 Jason Merrillc-decl.c (finish_incomplete_decl): Don't call complete_...
2000-09-01 Joseph Myersc-common.h (enum c_tree_index): Add CTI_C_SIZE_TYPE.
2000-08-29 Zack Weinbergtop level:
2000-08-29 Kaveh R. Ghazic-decl.c (define_label): Call warning_with_file_and_lin...
2000-08-28 Jason Merrillc-decl.c (duplicate_decls): Don't set TREE_STATIC or...
2000-08-25 Mark MitchellMakefile.in (C_AND_OBJC_OBJS): Remove c-iterate.o.
2000-08-24 Greg McGarytree.h (enum tree_index): New member `TI_MAIN_IDENTIFIER'.
2000-08-21 Kaveh R. Ghazic-decl.c (duplicate_decls, [...]): Restrict -Wtradition...
2000-08-21 Joseph Myersc-tree.h (flag_hosted): Move declaration from here...
2000-08-10 Kazu Hirata* c-decl.c: Fix formatting.
2000-08-08 Joseph Myersc-common.c (combine_strings, [...]): Refer to ISO C...
2000-08-06 Joseph Myersc-common.h (enum c_tree_index): Add CTI_SIGNED_SIZE_TYP...
2000-08-04 Joseph Myersc-common.h (flag_isoc94): Declare.
2000-08-04 Joseph Myersstddef.h: Don't declare wint_t unless __need_wint_t.
2000-07-31 Zack Weinbergc-decl.c (mesg_implicit_function_declaration): Init...
2000-07-31 Joseph Myersc-decl.c (get_parm_info): Don't treat 'const void'...
2000-07-27 Joseph Myersc-decl.c (finish_function): Don't treat 'main' speciall...
2000-07-27 Joseph Myersc-decl.c (store_parm_decls): In C99 mode...
2000-07-26 Alexandre Olivac-decl.c (finish_enum): Convert enumerations that fit...
2000-07-18 Alexandre Olivac-decl.c (duplicate_decls): Do not call make_var_volati...
2000-07-13 Neil Boothc-common.h (flag_digraphs): New.
2000-07-12 Kaveh R. Ghazic-decl.c (define_label): Warn about identifier conflict...
2000-07-12 Kaveh R. GhaziWarning fixes:
2000-07-10 Benjamin Chelfc-common.h (build_stmt): Declare.
2000-07-10 Jason Merrilltree.h (STRIP_NOPS): Check for error_mark_node.
2000-07-02 Ben ChelfMakefile.in (C_AND_OBJC_OBJS): Added c-semantics.o.
2000-06-29 Zack Weinbergc-decl.c, [...]: Include intl.h.
2000-06-28 Philipp Thomasc-decl.c: Mark strings for translation.
2000-06-26 Richard Henderson[multiple changes]
2000-06-14 Jakub Jelinektree.h (TYPE_USER_ALIGN, [...]): Define.
2000-06-07 Zack Weinbergc-decl.c (pushdecl): Do not call COMPLETE_TYPE_P on...
2000-06-06 Mark Mitchellc-common.h (c_language_kind): New type.
2000-06-05 Nathan Sidwelltree.h (VOID_TYPE_P): New macro.
2000-06-05 Richard Kenneralias.c (get_alias_set): If compnent is addressable...
2000-06-03 Richard Kenneralias.c (struct alias_set_entry): New field has_zero_child.
2000-06-03 Richard Hendersonalias.c (lang_get_alias_set): Remove.
2000-06-01 Richard Henderson* c-decl.c (init_decl_processing): Set lang_get_alias_s...
2000-05-31 Richard KennerMakefile.in (c-decl.o): Depend on rtl.h and expr.h.
2000-05-24 Alexandre Olivac-decl.c (build_enumerator): Don't modify the value...
2000-05-23 Zack Weinberg* c-decl.c (pushdecl): Invert sense of test for non...
2000-05-18 Chris Demetriouc-common.h (enum c_tree_index): Add g77 type entries.
2000-05-17 Andrew CagneyAdd options -Wunused-variable, -Wunused-function, ...
2000-05-09 Zack Weinbergtop level:
2000-05-07 Richard Hendersonc-decl.c: Include "tm_p.h".
2000-05-05 Catherine Moorec-common.c (decl_attributes): For TYPE_DECLs attach...
2000-04-18 Richard Kennerc-decl.c (mark_binding_level): Use 'for' instead of...
2000-03-27 Richard Kennerc-convert.c (convert): Return if output or input type...
2000-03-23 Theodore Papadopoulobuiltin.c (get_pointer_alignment): Use DECL_P and TYPE_...
2000-03-21 Nathan Sidwelltree.h (COMPLETE_TYPE_P): New macro.
2000-03-08 Nathan Sidwellc-common.h (make_fname_decl): Declare.
2000-03-07 Richard Kennertree.h (INT_CST_LT, [...]): Remove unneeded casts.
2000-02-29 Martin v. Löwisc-decl.c (current_function_decl): Move to toplev.c.
2000-02-29 Richard Kenner* Eliminate DECL_FIELD_SIZE.
2000-02-27 Richard Kennerbuiltins.c (c_strlen): Use size_diffop and return ssize...
2000-02-20 Richard Kennerc-common.c (decl_attributes): Set DECL_SIZE_UNIT.
2000-01-31 Ulrich Drepperc-decl.c (c_decode_option): Accept optional numeric...
2000-01-29 Ulrich DrepperAdjust variable names, comments, help strings to c99.
2000-01-25 Zack Weinbergc-common.c, [...]: Remove all references to obstack...
2000-01-12 Kaveh R. Ghazic-common.c: PROTO -> PARAMS.
2000-01-05 Zack Weinbergc-decl.c (finish_enum): Simplify code to determine...
1999-12-04 Geoff Keatingc-common.c (enum attrs): Add A_NO_LIMIT_STACK.
1999-11-25 Kaveh R. Ghazic-common.c (check_format_info): Don't call a variadic...
1999-11-03 Richard Henderson* c-decl.c (duplicate_decls): Copy DECL_MODE too.
1999-10-26 Mark Mitchelltree.h (BLOCK_TYPE_TAGS): Remove.
1999-10-18 Bernd Schmidtc-decl.c (pushdecl): Use TYPE_CONTEXT rather than TREE_...
1999-10-15 Alastair J. Houghtonc-parse.in (component_decl): Support anonymous struct...
1999-10-10 Jason Merrillchecked in wrong version
1999-10-08 Jason Merrillexpr.c (expand_expr, [...]): Set TREE_USED sooner.
1999-10-07 Richard Henderson* c-decl.c (ggc_p): Enable.
1999-09-30 Bernd SchmidtUse lookup table to get register sizes in dwarf2 eh
1999-09-30 Dirk Zollerc-tree.h (warn_float_equal): Declare.
1999-09-28 Bernd Schmidtc-decl.c (init_decl_processing): If MD_INIT_BUILTINS...
1999-09-24 Bernd SchmidtAllow to distinguish between three classes of builtin...
1999-09-23 Jason Merrilltoplev.c (documented_lang_options): Add -fshort-wchar.
1999-09-20 Nick CliftonAdd comment saying that lang_decode_options should...
1999-09-10 Bernd SchmidtMove declarations and building code for common tree...
1999-09-10 Richard Hendersonc-decl.c (finish_function): When processing a nested...
1999-09-09 Mark Mitchellggc.h (lang_cleanup_tree): Remove.
1999-09-09 Kaveh R. Ghazi* c-decl.c (mark_binding_level): Make static to match...
1999-09-08 Kaveh R. Ghazigansidecl.h (__attribute__, [...]): Delete.
1999-09-08 Richard Hendersonc-typeck.c (type_lists_compatible_p): Use simple_type_p...
1999-09-07 Jeff LawMerge in gcc2-ss-010999
1999-09-06 Bernd SchmidtMakefile.in (C_AND_OBJC_OBJS): Remove ggc-callbacks.o.
1999-09-05 Bernd Schmidtc-decl.c (struct language_function): Renamed from struc...
1999-08-09 Bernd SchmidtInclude function.h in most files.
1999-08-03 Richard Hendersonexpr.h (PROMOTE_PROTOTYPES): Move ...
1999-08-02 Jakub JelinekJakub Jelinek <jj@ultra.linux.cz>
1999-07-26 Richard Hendersonbuiltins.c (expand_builtin_saveregs): Remove static...
1999-07-20 Bernd Schmidtc-common.h: New file.
1999-07-02 Gavin Romig-KochFor gcc:
1999-04-12 Stan Coxc-decl.c (c_decode_option, [...]): Recognize -Wno-main...
next