c-common.c (c_common_post_options): Warn if -Wformat-zero-length is used without...
[gcc.git] / gcc / c-decl.c
2002-05-18 Jason Thorpec-common.c (c_common_post_options): Warn if -Wformat...
2002-05-09 Neil BoothMakefile.in: Update.
2002-05-06 Neil Boothc-common.c (warn_multichar): New.
2002-05-03 Jason Merrilldefaults.h (BOOL_TYPE_SIZE): Move default here from...
2002-04-28 Franz Sirlre PR c/6343 (attribute((weak)) not working on second...
2002-04-26 Eric Botcazouc-decl.c (grokdeclarator): Remove outdated ??? note...
2002-04-24 Richard Hendersonc-decl.c (grokdeclarator): Don't pedwarn variable sized...
2002-04-20 Neil BoothMakefile.in: Update.
2002-04-19 Neil Boothbuiltins.c: Include langhooks.h.
2002-04-10 Toon Moenec-decl.c (c_init_decl_processing): Move generation...
2002-04-01 Neil Boothc-decl.c (grokdeclarator): Update.
2002-04-01 Neil Boothc-common.c (unsigned_conversion_warning, [...]): Use...
2002-03-31 Neil Boothc-common.c (c_unsafe_for_reeval): Rename.
2002-03-29 Neil BoothMakefile.in (convert.o, [...]): Update.
2002-03-28 Richard Hendersonc-decl.c (finish_function): New arg can_defer_p.
2002-03-27 Neil BoothMakefile.in (attribs.o): Update.
2002-03-26 Neil BoothMakefile.in (ggc-common.o): Update.
2002-03-25 Neil Boothc-decl.c (maybe_build_cleanup): Remove.
2002-03-24 Neil BoothRemoval of separate preprocessor cpp0.
2002-03-22 Richard Hendersonc-pragma.c (maybe_apply_renaming_pragma): New.
2002-03-15 Richard Hendersonc-decl.c: Include c-pragma.h.
2002-03-05 Geoffrey Keatingtoplev.c (documented_lang_options): Document more langu...
2002-03-03 Richard Henderson* c-decl.c (start_decl): Initialized variables are...
2002-02-28 Jason Merrillc-decl.c (finish_function): Only warn about missing...
2002-02-28 Neil BoothMakefile.in (integrate.o): Update.
2002-02-27 Zack Weinbergc-common.c, [...]: Delete code implementing -traditiona...
2002-02-20 Alexandre Olivac-decl.c (pushdecl): If no global declaration is found...
2002-02-20 Jakub Jelinekre PR c++/5713 (Redeclaration causes ice in in make_dec...
2002-02-15 Richard Sandiford* c-decl.c (grokdeclarator): Prevent a segfault on...
2002-02-14 Jakub Jelinekre PR c/5503 (GCC ignores prototype)
2002-02-06 Jason Merrillc-decl.c (finish_function): Warn about a non-void funct...
2002-02-05 Alexandre Olivatarget.h (struct gcc_target): Added ms_bitfield_layout_p.
2002-02-02 Neil Boothc-decl.c, [...]: Revert bitfield patch.
2002-02-01 Zack Weinbergc-lex.c (yyparse): Call debug_hooks->start_source_file...
2002-01-31 Joseph Myersc-decl.c (grokdeclarator): Handle type being a typedef...
2002-01-29 Neil Boothre PR c/3325 (cast of bit-field to same type gets disca...
2002-01-29 Jakub Jelinekre PR other/1502 (Nonexistent -W options not diagnosed)
2002-01-25 Richard Kennerbuiltins.c (expand_builtin_strncpy): Use integer_zerop...
2002-01-10 Ira RubenAdded __attribute__((deprecated)) patches.
2002-01-06 Richard Hendersonc-decl.c (c_expand_body): Don't call outlining_inline_f...
2002-01-02 Jason Merrillc-decl.c (c_expand_body): Call outlining_inline_functio...
2001-12-24 Richard Hendersonre PR debug/5163 (Internal compiler error in add_abstra...
2001-12-17 Joseph Myersre PR c/5105 (compound literal patch broken with inlining)
2001-12-15 Aldy Hernandezc-parse.in (typename): Do not split attributes.
2001-12-07 Richard Henderson* c-decl.c (c_language): Remove duplicate.
2001-12-05 Neil Boothc-common.c (shadow_warning): New function, moved from...
2001-12-05 Richard Kennerattribs.c (handle_no_check_memory_usage_atribute):...
2001-12-05 Jakub Jelinekc-decl.c (pushdecl): Only increase n_incomplete if...
2001-12-04 Joseph Myersre PR c/4787 (Different anonymous variables declared...
2001-12-04 Alexandre Olivac-decl.c (duplicate_decls): Revert rth's patch.
2001-12-03 Neil Boothc-decl.c (grokdeclarator): Use ISO word.
2001-12-02 Richard Henderson* c-decl.c (duplicate_decls): Conditionalize DECL_SAVED...
2001-12-02 Neil Boothc-decl.c (duplicate_decls, [...]): Remove leading capit...
2001-12-01 Neil Boothc-decl.c (duplicate_decls, [...]): Remove trailing...
2001-11-30 Richard Henderson* c-decl.c (duplicate_decls): Copy DECL_SAVED_TREE.
2001-11-23 Joseph MyersChangeLog.0, [...]: Fix spelling errors.
2001-11-21 Jakub Jelinekc-decl.c (c_expand_deferred_function): Only call c_expa...
2001-11-18 Joseph Myersc-decl.c (c_decode_option): Give deprecation warning...
2001-11-18 Joseph Myersc-common.c (struct disabled_builtin, [...]): New.
2001-11-15 Neil Boothc-common.c: Include c-lex.h.
2001-11-14 Jan Hubickacfglayout.c (fixup_fallthru_exit_predecesor): New stati...
2001-11-12 Alexandre OlivaMakefile.in (c-lang.o): Depend on $(VARRAY_H).
2001-11-09 Neil BoothMakefile.in: Update.
2001-11-07 Neil Boothc-decl.c (pushdecl): Remove file and line.
2001-11-05 Neil Boothc-decl.c (delete_block): Remove.
2001-11-03 Neil Boothc-decl.c (pushdecl): Move block inside if conditional...
2001-10-30 Paolo BonziniLocalization fixes.
2001-10-29 Joseph MyersChangeLog.2, [...]: Fix spelling errors and typos.
2001-10-24 Jakub Jelinekc-decl.c (finish_decl): Don't add DECL_STMTs for nested...
2001-10-23 Neil Boothc-common.c (warn_div_by_zero): New.
2001-10-20 Jan Hubickabasic-block.h (find_sub_basic_blocks): Use sbitmap...
2001-10-18 Alexandre Olivaattribs.c (handle_noinline_attribute): New function.
2001-10-11 Stan Shebsalias.c: Remove uses of "register" specifier in declara...
2001-10-10 Kazu Hiratacalls.c: Fix formatting.
2001-10-08 DJ Deloriec-decl.c (grokfield): Make sure the only unnamed fields...
2001-10-08 Richard Hendersonc-common.h (struct c_lang_decl): Add declared_inline.
2001-10-07 Joseph Myersacinclude.m4: Fix spelling error of "separate" as ...
2001-10-05 Alexandre OlivaMakefile.in (c-decl.o): Depend on tree-inline.h.
2001-10-02 Joseph Myersc-common.c (c_format_attribute_table): Make format...
2001-10-02 Joseph Myersattribs.c (decl_attributes): Possibly call insert_defau...
2001-09-21 Joseph MyersTable-driven attributes.
2001-09-12 Kaveh R. Ghazic-common.c (c_tree_code_name): Const-ification.
2001-08-31 Diego Novilloc-decl.c (c_decode_option): Skip '-f' prefix before...
2001-08-22 Lars BrinkhoffMakefile.in, [...]: replace "GNU CC" with "GCC".
2001-08-09 Richard HendersonMove constructor/destructor handling into target hooks.
2001-08-07 Richard Hendersonvarasm.c (assemble_constructor): Take a symbol_ref...
2001-08-01 Kazu Hirataalias.c: Fix comment formatting.
2001-07-19 Neil BoothMakefile.in (emit-rtl.o, c-decl.o): Depend on debug.h.
2001-07-13 Joseph Myersc-common.c (decl_attributes): Take a pointer to the...
2001-07-10 Jan van Maleregmove.c (replace_in_call_usage): Fix warnings.
2001-07-08 Joseph Myerstarget.h (struct gcc_target): Add insert_attributes.
2001-07-08 Joseph Myersc-common.c (decl_attributes): Only take a single attrib...
2001-07-07 Stan Shebstarget.h (targetm): Rename global from "target", so...
2001-06-26 Neil BoothMakefile.in (TARGET_H, [...]): New.
2001-06-12 Kaveh R. Ghazic-decl.c (grokdeclarator): Use INTEGRAL_TYPE_P.
2001-06-11 Joseph Myersre PR c/3116 (Bug with using oldstyle prototype declara...
2001-06-11 Joseph Myersc-decl.c (xref_tag): Don't return previous tags of...
2001-06-08 Mark Mitchellc-decl.c (grokdeclarator): Make the TREE_TYPE for decla...
2001-06-06 Mark Mitchellc-semantics.c (genrtl_scope_stmt): Write out nested...
2001-06-05 Nathan Sidwellc-common.h (flag_dump_translation_unit): Remove.
next