OSDN Git Service

Index: gcc/ChangeLog
[pf3gnuchains/gcc-fork.git] / gcc / c-decl.c
2002-01-25 kenner * builtins.c (expand_builtin_strncpy): Use integer_zer...
2002-01-10 iraAdded __attribute__((deprecated)) patches.
2002-01-06 rth * c-decl.c (c_expand_body): Don't call outlinin...
2002-01-02 rth * c-decl.c (c_expand_body): Call outlining_inli...
2001-12-24 rth PR c/5163:
2001-12-17 jsm28 * c-common.def (COMPOUND_LITERAL_EXPR): Contain a...
2001-12-15 aldyh * c-parse.in (typename): Do not split attributes.
2001-12-07 rth * c-decl.c (c_language): Remove duplicate.
2001-12-05 neil * c-common.c (shadow_warning): New function, moved...
2001-12-05 kenner * attribs.c (handle_no_check_memory_usage_atribute...
2001-12-05 jakub * c-decl.c (pushdecl): Only increase n_incomplete...
2001-12-04 jsm28 * c-common.def (COMPOUND_LITERAL_EXPR): New.
2001-12-04 aoliva* c-decl.c (duplicate_decls): Revert rth's patch. ...
2001-12-03 neil * c-decl.c (grokdeclarator): Use ISO word.
2001-12-02 rth * c-decl.c (duplicate_decls): Conditionalize...
2001-12-02 neil * c-decl.c (duplicate_decls, push_parm_decl): Remove...
2001-12-01 neil * c-decl.c (duplicate_decls, parmlist_tags_warning...
2001-11-30 rth * c-decl.c (duplicate_decls): Copy DECL_SAVED_TREE.
2001-11-23 jsm28 * ChangeLog.0, ChangeLog.2, ChangeLog.3, ChangeLog...
2001-11-21 jakub * c-decl.c (c_expand_deferred_function): Only call...
2001-11-18 jsm28 * c-decl.c (c_decode_option): Give deprecation warning for
2001-11-18 jsm28 * c-common.c (struct disabled_builtin, disabled_builtins,
2001-11-15 neil * c-common.c: Include c-lex.h.
2001-11-14 hubicka * cfglayout.c (fixup_fallthru_exit_predecesor): New...
2001-11-12 aoliva* Makefile.in (c-lang.o): Depend on $(VARRAY_H).
2001-11-09 neil * Makefile.in: Update.
2001-11-07 neil * c-decl.c (pushdecl): Remove file and line.
2001-11-05 neil * c-decl.c (delete_block): Remove.
2001-11-03 neil * c-decl.c (pushdecl): Move block inside if conditiona...
2001-10-30 jsm282001-10-30 Paolo Bonzini <bonzini@gnu.org>
2001-10-29 jsm28 * ChangeLog.2, ChangeLog.3, ChangeLog.4, FSFChangeLog.10,
2001-10-24 jakub * c-decl.c (finish_decl): Don't add DECL_STMTs for...
2001-10-23 neil * c-common.c (warn_div_by_zero): New.
2001-10-20 hubicka * basic-block.h (find_sub_basic_blocks): Use sbitmap...
2001-10-18 aoliva* attribs.c (handle_noinline_attribute): New function.
2001-10-11 shebs2001-10-10 Stan Shebs <shebs@apple.com>
2001-10-10 kazu * calls.c: Fix formatting.
2001-10-08 dj* c-decl.c (grokfield): Make sure the only unnamed...
2001-10-08 rth * c-common.h (struct c_lang_decl): Add declared...
2001-10-07 jsm28config:
2001-10-05 aoliva* Makefile.in (c-decl.o): Depend on tree-inline.h.
2001-10-02 jsm28 * c-common.c (c_format_attribute_table): Make format and
2001-10-02 jsm28 * attribs.c (decl_attributes): Possibly call
2001-09-21 jsm28 Table-driven attributes.
2001-09-12 ghazi * c-common.c (c_tree_code_name): Const-ification.
2001-08-31 dnovillo * c-decl.c (c_decode_option): Skip '-f' prefix before...
2001-08-22 gerald * Makefile.in, alias.c, basic-block.h, bb-reorder...
2001-08-09 rthMove constructor/destructor handling into target hooks.
2001-08-07 rth * varasm.c (assemble_constructor): Take a symbo...
2001-08-01 kazu * alias.c: Fix comment formatting.
2001-07-19 neil * Makefile.in (emit-rtl.o, c-decl.o): Depend on debug.h.
2001-07-13 jsm28 * c-common.c (decl_attributes): Take a pointer to...
2001-07-10 aj2001-07-10 Jan van Male <jan.vanmale@fenk.wau.nl>
2001-07-08 jsm28 * target.h (struct gcc_target): Add insert_attributes.
2001-07-08 jsm28 * c-common.c (decl_attributes): Only take a single...
2001-07-07 shebs * target.h (targetm): Rename global from "targe...
2001-06-26 neil * Makefile.in (TARGET_H, TARGET_DEF_H): New.
2001-06-12 ghazi * c-decl.c (grokdeclarator): Use INTEGRAL_TYPE_P.
2001-06-11 jsm28 * c-decl.c (store_parm_decls): When comparing types...
2001-06-11 jsm28 * c-decl.c (xref_tag): Don't return previous tags...
2001-06-08 mmitchel * c-decl.c (grokdeclarator): Make the TREE_TYPE for...
2001-06-06 mmitchel * c-semantics.c (genrtl_scope_stmt): Write out nested...
2001-06-05 nathan * c-common.h (flag_dump_translation_unit): Remove.
2001-06-05 mmitchel * c-tree.h (lang_decl): Add pending_sizes fields.
2001-06-04 danglin * c-decl.c (get_parm_info): Use INTEGRAL_TYPE_P.
2001-05-27 neil * c-decl.c (init_decl_processing):
2001-05-25 mmitchel * builtins.def: Encode additional information, such...
2001-05-25 jsm28 * c-parse.in (array_declarator): New. Handle C99...
2001-05-21 mmitchel * c-decl.c (finish_decl): Don't set DECL_C_HARD_REGIST...
2001-05-01 ghazi * bitmap.c: Change NULL_PTR to NULL or "(rtx*)0".
2001-04-30 rth * c-common.c (c_promoting_integer_type_p):...
2001-04-24 nathangcc:
2001-03-28 rthIA-64 ABI Exception Handling.
2001-03-27 mmitchel * c-common.h (DECL_NUM_STMTS): New macro.
2001-03-19 mmitchel Compute DECL_ASSEMBLER_NAME lazily.
2001-03-15 mmitchel * varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME...
2001-03-02 danglin * print-rtl.c (print_rtx): Cast enums to int for compa...
2001-02-26 jason * c-decl.c (finish_decl): Set DECL_DEFER_OUTPUT...
2001-02-23 kenner * c-decl.c (set_block): Set NAMES and BLOCKS from...
2001-02-21 jason * tree.h (DECL_UNINLINABLE): Move from C++...
2001-02-16 jason * dwarf2out.c (add_bound_info): Don't crash...
2001-02-12 jsm28 * c-decl.c (grokdeclarator): In C99 mode, give the...
2001-02-07 jakub * c-decl.c (finish_enum): Revert part of 2000-01-05...
2001-01-31 jsm28 * c-parse.in (structsp): Pedwarn when "enum foo" refer...
2001-01-30 neil * c-decl.c (c_expand_body): Check TYPE_SIZE_UNI...
2001-01-28 ghazi * configure.in: Arrange to include defaults.h in ...
2001-01-25 amylaar * c-decl.c (duplicate_decls): If different_binding_lev...
2001-01-13 kenner * c-decl.c (start_function): Don't warn if old prototy...
2001-01-10 mmitchel * output.h (make_function_rtl): Remove prototype.
2001-01-07 ghazi * builtins.def (BUILT_IN_FPRINTF): New entry.
2001-01-05 rth * c-decl.c (finish_struct): Detect flexible...
2001-01-04 jsm28 * c-common.c (SIZE_TYPE, WCHAR_TYPE): Define.
2001-01-04 rth * c-decl.c (grokdeclarator): Give zero-length...
2001-01-02 kenner * c-decl.c (start_function): Don't warn on third param...
2001-01-02 aj * c-decl.c (c_decode_option): Remove support of
2000-12-29 aoliva* c-decl.c (grokdeclarator): Prevent crash in case...
2000-12-08 dj* c-decl.c (grokdeclarator): preserve previous alignmen...
2000-12-07 jsm28 * c-common.c (warn_format_security): New variable.
2000-12-02 berndsMake alpha build again.
2000-12-01 jsm28 * c-common.c (warn_format, warn_format_y2k,
next