OSDN Git Service

* cvt.c (convert_lvalue): New fn.
[pf3gnuchains/gcc-fork.git] / gcc / cp / init.c
2001-05-22 mmitchel * call.c (build_op_delete_call): Ignore exception...
2001-05-16 nathancp:
2001-05-02 ghazicp:
2001-04-16 mmitchel * init.c (build_delete): Create a SAVE_EXPR for the...
2001-03-19 mmitchel Compute DECL_ASSEMBLER_NAME lazily.
2001-03-15 mmitchel * varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME...
2001-02-18 jason Do put the VTT parameter in DECL_ARGUMENTS.
2001-02-18 mmitchel * init.c (build_new): Allow enumeration types for...
2001-02-18 jason * decl2.c (build_artificial_parm): Set TREE_REA...
2001-02-17 jason * cp-tree.h (DECL_USE_VTT_PARM): Remove.
2001-02-14 nathancp:
2001-02-14 mmitchel * cp-tree.h (CLASSTYPE_DESTRUCTORS): Fix typo in comment.
2001-02-12 mmitchel Remove old ABI support.
2001-02-05 nathangcc:
2001-02-04 kenner * diagnostic.h (set_internal_error_function): Renamed.
2001-01-29 ghazi * stmt.c (estimate_case_costs): Use integer_minus_one_...
2001-01-19 jason * decl2.c (arg_assoc_class): Fix double iterati...
2001-01-18 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-03 jason * init.c (build_default_init): New fn.
2000-12-15 jason * init.c (build_new_1): Reorganize. Now with...
2000-12-15 jason * init.c (build_new_1): Don't strip quals from...
2000-10-18 mmitchel * c-common.h (flag_no_builtin): Declare.
2000-10-06 tromey * init.c (build_java_class_ref): Use `build_static_nam...
2000-09-17 mmitchel * splay-tree.c (splay_tree_predecessor): Fix typo...
2000-09-14 law * init.c (begin_init_stmts): Don't use // comments.
2000-09-07 mmitchel Move statement-tree facilities from C++ to C front...
2000-09-06 nathan * init.c (build_offset_ref): Deal with namespace scoped
2000-09-05 jason * cp-tree.def (BOUND_TEMPLATE_TEMPLATE_PARM...
2000-09-04 nathan * init.c (resolve_offset_ref): Deal with TEMPLATE_ID_EXPR.
2000-08-18 nathan * cp-tree.h (PTRMEM_OK_P): New macro.
2000-08-10 nathan * init.c (build_aggr_init): Reject bogus array initial...
2000-07-10 jason * init.c (build_new_1): Bail early if the call...
2000-07-04 jason * repo.c (repo_get_id): Handle the case where...
2000-07-03 chelf2000-07-02 Benjamin Chelf <chelf@codesourcery.com>
2000-07-02 chelf2000-07-01 Benjamin Chelf <chelf@codesourcery.com>
2000-07-02 jason * init.c (init_init_processing): Go back to...
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-26 mmitchel * cp-tree.h (genrtl_begin_stmt_expr): Rename to ...
2000-06-20 nathan * call.c (build_conditional_expr): Use VOID_TYPE_P.
2000-06-19 chelf * c-common.h (IF_COND): Added documentation.
2000-06-16 mmitchel * cp-tree.h (struct language_function): Remove x_base_...
2000-06-15 jason * tree.c (count_trees): New debugging function.
2000-06-14 jakub * tree.h (TYPE_USER_ALIGN, DECL_USER_ALIGN): Define.
2000-06-09 jasonrevert mangling patch
2000-06-08 mmitchel * invoke.texi: Remove documentation for -fsquangle and
2000-06-01 mmitchel * init.c (resolve_offset_ref): Remove check for TREE_A...
2000-05-28 mmitchel2000-05-27 Alex Samuel <samuel@codesourcery.com>
2000-05-25 mmitchel Finish implementation of VTTs.
2000-05-24 mmitchel * cp-tree.h (build_delete): Change prototype.
2000-05-24 mmitchel * init.c (sort_member_init): Fix typo in error message...
2000-05-24 mmitchel * cp-tree.h (lang_decl_flags): Rename mutable_flag...
2000-05-21 mmitchel * cp-tree.h (struct lang_type): Remove search_slot.
2000-05-19 mmitchel Don't create a separate copy of virtual bases for the
2000-05-17 mmitchel * decl2.c (finish_anon_union): Generalize error messag...
2000-04-26 mmitchel * cp-tree.h (TREE_READONLY_DECL_P): Use DECL_P.
2000-04-12 mmitchelFix typo
2000-04-12 mmitchelFix typo
2000-04-12 mmitchel * cp-tree.h (IDENTIFIER_CTOR_OR_DTOR_P): New macro.
2000-04-11 mmitchel * cp-tree.h (lang_decl_flags): Rename constructor_for_...
2000-04-09 mmitchel * cp-tree.h (cp_tree_index): Add CPTI_COMPLETE_CTOR_ID...
2000-04-09 mmitchel Under the new ABI, constructors don't return `this'.
2000-04-09 mmitchel * cp-tree.h (cp_tree_index): Add CPTI_BASE_CTOR_IDENTI...
2000-04-04 mmitchel Correct many new ABI issues regarding vbase and vcall...
2000-03-21 nathangcc
2000-03-20 jason * init.c (build_offset_ref): Handle the case...
2000-03-19 mmitchel * cp-tree.h (CLEAR_DECL_C_BIT_FIELD): New macro.
2000-03-17 kenner * Clean up usages of TREE_INT_CST_LOW.
2000-03-10 jason * decl.c (push_overloaded_decl_1, auto_function,
2000-03-07 kenner * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove...
2000-03-03 mmitchel * tree.h (TYPE_ALIGN_UNIT): New macro.
2000-03-02 tromey * cp-tree.h (build_java_class_ref): Declare.
2000-03-01 jason * init.c (construct_virtual_bases): Fix thinko.
2000-02-27 kenner * builtins.c (c_strlen): Use size_diffop and return...
2000-02-27 jason Implement class scope using-declarations for...
2000-02-26 lawFix copyrights
2000-02-22 loewis Refer to the standard as an ISO document, not an ANSI...
2000-02-21 mmitchel * cp-tree.h (merge_primary_and_secondary_vtables_p...
2000-01-26 ghazi * call.c: PROTO -> PARAMS.
2000-01-17 mmitchel * cp-tree.h (scratchalloc): Remove.
2000-01-17 mmitchel * cp-tree.h (flag_new_abi): Move.
2000-01-16 mmitchel * init.c (construct_virtual_bases): Don't look up...
2000-01-16 mmitchel * cp-tree.h (num_extra_vtbl_entries): New function.
2000-01-11 mmitchel * cp-tree.h (expand_direct_vtbls_init): Remove declara...
1999-12-31 mmitchel * cp-tree.h (CLASSTYPE_VBASECLASSES): Update documenta...
1999-12-15 rth * cp-tree.h (make_aggr_type): Declare.
1999-12-11 ghazi * class.c (get_vtable_name): Use a literal format...
1999-12-03 mrsFix p24939.
1999-12-01 mmitchel * cp-tree.h (min_tree_cons): Remove.
1999-11-25 mmitchel1999-11-25 Mark Mitchell <mark@codesourcery.com>
1999-11-21 oliva* cp-tree.h (build_vec_delete): Remove `auto_delete...
1999-11-14 mmitchel * cp-tree.h (DECL_LOCAL_FUCNTION_P): New macro.
1999-11-12 dnovillo * init.c (init_init_processing): Re-instated Nov 11...
1999-11-12 dnovilloUndo patch from Nov/11/99 to init.c regarding misalignm...
1999-11-11 dnovillo * gcc/cp/init.c (init_init_processing): Header informa...
1999-11-07 mmitchel * cp-tree.h (begin_new_placement): Remove.
1999-10-28 mmitchel * cp-tree.h (make_temp_vec): Remove.
1999-10-06 mmitchel * cp-tree.h (CLASSTYPE_VFIELD): Remove.
next