OSDN Git Service

* decl2.c (flag_vtable_thunks): Also depend on ENABLE_NEW_GXX_ABI.
[pf3gnuchains/gcc-fork.git] / gcc / cp / decl2.c
2001-01-19 jason * decl2.c (flag_vtable_thunks): Also depend...
2001-01-19 jason * decl2.c (arg_assoc_class): Fix double iterati...
2001-01-11 nathancp:
2001-01-10 mmitchel * output.h (make_function_rtl): Remove prototype.
2001-01-10 apbianco2001-01-07 Alexandre Petit-Bianco <apbianco@cygnus...
2001-01-10 jsm28 * invoke.texi: Document that -fcond-mismatch isn't...
2001-01-10 neil * c-lang.c (lang_hooks): Update.
2001-01-09 neil * c-lang.c (lang_hooks): Update.
2001-01-09 jsm28 * decl2.c (lang_decode_option): Handle -Wformat=2.
2001-01-08 mmitchel * decl2.c (grokfield): Don't accept `asm' specifiers for
2001-01-07 neil * c-lang.c (c_post_options): Call cpp_post_options.
2001-01-07 neil * toplev.c (main): Call the front-end specific...
2001-01-04 jsm28 * c-common.c (SIZE_TYPE, WCHAR_TYPE): Define.
2001-01-03 jason * init.c (build_default_init): New fn.
2001-01-03 mrs * decl2.c: (max_tinst_depth): Increase to 50.
2000-12-07 jsm28 * c-common.c (warn_format_security): New variable.
2000-12-04 jason * mangle.c (write_type): Mangle VECTOR_TYPE...
2000-12-01 jsm28 * c-common.c (warn_format, warn_format_y2k,
2000-11-28 neil * c-lex.h (parse_in): Change parse_in to a cpp_reader *.
2000-11-26 neil * Makefile.in: Remove MAYBE_CPPLIB and maybe_cp...
2000-11-25 neil * c-common.c: Remove USE_CPPLIB conditional...
2000-11-10 mmitchel * Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o.
2000-11-08 nathancp/ChangeLog
2000-11-04 mmitchel * decl2.c (do_nonmember_using_decl): Allow `extern...
2000-10-31 mmitchel * cp-tree.h (DECL_EXTERNAL_LINKAGE_P): New macro.
2000-10-22 geoffk * decl2.c (arg_assoc_type): Handle VECTOR_TYPE.
2000-10-18 mmitchel * c-common.h (flag_no_builtin): Declare.
2000-10-18 mmitchel * c-common.c (back_end_hook): New variable.
2000-10-17 jsm28 * c-common.h (warn_missing_format_attribute): New...
2000-10-13 mmitchel Remove obstacks.
2000-10-05 nathan * cp-tree.h (access_kind): Fix comment typo.
2000-09-21 jason * decl2.c (get_guard): Check DECL_FUNCTION_SCOPE_P.
2000-09-17 geoffk * decl2.c (handle_class_head): Always push some scope...
2000-09-17 mmitchel * splay-tree.c (splay_tree_predecessor): Fix typo...
2000-09-13 jason * decl.c (maybe_deduce_size_from_array_init...
2000-09-12 mmitchel * c-common.h (genrtl_clear_out_block): Remove.
2000-09-10 mmitchel * c-common.h (add_stmt): Change prototype.
2000-09-07 zackIntegrated preprocessor.
2000-09-06 nathan * class.c (resolve_address_of_overloaded_function...
2000-09-05 jason * cp-tree.def (BOUND_TEMPLATE_TEMPLATE_PARM...
2000-09-04 nathan * decl2.c (arg_assoc): Deal with COMPONENT_REFs inside
2000-08-30 jasontypos
2000-08-22 jason * decl2.c (arg_assoc): Revert my 2000-08-11...
2000-08-21 jsm28 * c-tree.h (flag_hosted): Move declaration from here...
2000-08-18 nathan * decl2.c (grokfield): Set CLASSTYPE_GOT_SEMICOLON...
2000-08-18 nathan * decl2.c (arg_assoc_type): Cope with TYPENAME_TYPE.
2000-08-12 jason * decl2.c (add_function): Reorganize.
2000-08-11 nathan * cp-tree.h (resolve_scope_to_name): Remove unused...
2000-08-11 nathan * decl2.c (build_expr_from_tree, case METHOD_CALL_EXPR...
2000-08-09 jason * pt.c (tsubst_aggr_type): Bail if creating...
2000-08-04 mmitchel * cp-tree.h (add_method): Change prototype.
2000-08-03 zack * decl2.c: Silently ignore -Wstrict-prototypes; warn...
2000-07-27 mmitchel * decl.c (start_cleanup_fn): Mark the function as...
2000-07-25 nathan Kill strict_prototype. Backwards compatibility only for
2000-07-17 jason * typeck.c (mark_addressable): Never set TREE_USED.
2000-07-10 mmitchel * decl.c (pushtag): Don't put local classes in templat...
2000-07-03 nathan * decl2.c (push_decl_namespace): Push the original...
2000-06-30 mmitchel * cp-tree.h (struct language_function): Remove temp_na...
2000-06-30 mmitchel * c-common.c: Include c-common.h, not c-lex.h or c...
2000-06-29 nathan * cp-tree.h (SET_DECL_ARTIFICIAL): Remove.
2000-06-26 nathan * decl2.c (handle_class_head): Bash typedefs to the...
2000-06-23 mmitchel * cp-tree.h (BV_USE_VCALL_INDEX_P): New macro.
2000-06-22 jason * pt.c (tsubst_decl, case FUNCTION_DECL): Clear...
2000-06-14 jakub * tree.h (TYPE_USER_ALIGN, DECL_USER_ALIGN): Define.
2000-06-11 ghaziWarning fixes:
2000-06-09 jasonrevert mangling patch
2000-06-08 mmitchel * invoke.texi: Remove documentation for -fsquangle and
2000-06-06 mmitchel * c-common.h (c_language_kind): New type.
2000-06-06 gdr2000-06-06 Gabriel Dos Reis <gdr@codesourcery.com>
2000-06-06 jason * search.c (maybe_suppress_debug_info): Don...
2000-06-04 mmitchel * Make-lang.in (CXX_SRCS): Add mangle.c.
2000-06-03 mmitchel * cp-tree.h (TMPL_ARGS_LEVEL): Clarify comment.
2000-06-01 rth * decl2.c (unsupported_options): Fix typo,...
2000-05-31 mmitchel * invoke.texi: Remove documentation for -fguiding...
2000-05-28 gdr2000-05-28 Gabriel Dos Reis <gdr@codesourcery.com>
2000-05-28 mmitchel2000-05-27 Alex Samuel <samuel@codesourcery.com>
2000-05-26 mmitchel * decl2.c (grokclassfn): Set DECL_LANGUAGE here.
2000-05-25 mmitchel Finish implementation of VTTs.
2000-05-24 mmitchel * cp-tree.h (build_delete): Change prototype.
2000-05-24 mmitchel * cp-tree.h (lang_decl_flags): Rename mutable_flag...
2000-05-24 mmitchel * decl2.c (maybe_retrofit_in_chrg): Don't create in...
2000-05-22 loewis * decl2.c (qualified_lookup_using_namespace...
2000-05-17 mmitchel * decl2.c (finish_anon_union): Generalize error messag...
2000-05-17 cagneyAdd options -Wunused-variable, -Wunused-function, ...
2000-05-15 gdr2000-05-15 Gabriel Dos Reis <gdr@codesourcery.com>
2000-05-14 gdr2000-05-13 Gabriel Dos Reis <gdr@codesourcery.com>
2000-05-09 zacktop level:
2000-05-04 mmitchel * cp-tree.h (special_function_kind): Add various kinds of
2000-05-03 mmitchel * cp-tree.def (THUNK_DECL): Remove.
2000-05-03 jasonspelling tweak
2000-05-01 mmitchel * decl2.c (finish_file): Fix typo in comment.
2000-04-28 samuelhangeLog:
2000-04-26 mmitchel * cp-tree.h (TREE_READONLY_DECL_P): Use DECL_P.
2000-04-24 zack * decl2.c (finish_file): Remove double setup for accou...
2000-04-20 jason * typeck.c (build_x_function_call): Resolve...
2000-04-18 mmitchel * cp-tree.h (lang_decl_flags): Remove const_memfunc and
2000-04-18 mmitchel * decl2.c (grokfield): Issue error on illegal data...
2000-04-15 kenner * Makefile.in (ggc-page.o): Now includes toplev.h.
2000-04-11 mmitchel * cp-tree.h (cp_tree_index): Add CPTI_DTOR_IDENTIFIER.
2000-04-11 mmitchel * cp-tree.h (lang_decl_flags): Rename constructor_for_...
next