OSDN Git Service

* typeck2.c (process_init_constructor): Don't strip cv-qualifiers
[pf3gnuchains/gcc-fork.git] / gcc / cp / ChangeLog
1998-04-17 jason * typeck2.c (process_init_constructor): Don't strip...
1998-04-17 jason * decl.c (duplicate_decls): Fix check for when it...
1998-04-16 law
1998-04-16 law
1998-04-15 brolleyWed Apr 15 15:34:44 1998 Dave Brolley <brolley@cygnus...
1998-04-15 law * errfn.c: Rework to avoid problems when HOST_W...
1998-04-13 bkoz
1998-04-10 jason * sig.c (build_signature_pointer_constructor): Don...
1998-04-09 bkoza
1998-04-08 law * lex.c (finput): New variable.
1998-04-07 jason * call.c (build_call): Still evaluate the actual argument.
1998-04-05 jason * tree.c (avoid_overlap): Return a value.
1998-04-04 law * method.c (check_btype): Add missing argument...
1998-04-04 law * Check in merge from gcc2. See ChangeLog...
1998-04-03 jason Implement empty base optimization.
1998-04-03 jason * decl.c (cplus_expand_expr_stmt): Strip unused INDIRE...
1998-04-03 jason Re-implement allocation of base class subobjects.
1998-04-02 jason * cp-tree.h: Lose CLASSTYPE_VBASE_SIZE, some unused...
1998-04-01 law * class.c, Make sure system.h is included just...
1998-04-01 jason * friend.c (is_friend): Fix access control for local...
1998-04-01 mmitchel * call.c (build_over_call): Do name resolution for...
1998-03-31 law * call.c: Include system.h. Remove includes...
1998-03-30 mmitchel * pt.c (fn_type_unification): Allow incomplete unific...
1998-03-30 jason * tree.c (member_p): New fn.
1998-03-30 jason * call.c (build_method_call): Handle non-scoped destru...
1998-03-29 jason * friend.c (is_friend): Local classes have the same...
1998-03-29 law * typeck.c (expand_target_expr): Delete dead...
1998-03-29 law * search.c: Put various prototypes inside ...
1998-03-29 law * method.c (thunk_printable_name): Delete dead...
1998-03-29 law * lex.c (yynextch): Delete dead function.
1998-03-29 law * expr.c (tree_extract_aggr_init): #if 0 out.
1998-03-29 law * except.c (do_unwind): Delete dead function.
1998-03-29 law * cvt.c (build_conversion_type_1): Delete dead...
1998-03-29 law * cp-tree.h (push_expression_obstack): Declare.
1998-03-29 lawi * call.c (source_type): #if 0 out.
1998-03-28 law * class.c (alter_access): Remove unused label...
1998-03-28 mmitchel * pt.c (tsubst): Clear TREE_USED for new FUNCTION_DECLs.
1998-03-27 mmitchel * error.c (dump_decl): Be a bit more explicit with...
1998-03-27 jason * inc/exception: Reorder closing braces.
1998-03-27 mmitchel * pt.c (redeclare_class_template): New function.
1998-03-26 jason * call.c (build_over_call): Check IS_AGGR_TYPE, not
1998-03-26 jason * decl.c (grokdeclarator): Remove const and volatile...
1998-03-26 mmitchelThu Mar 26 10:25:52 1998 Mark Mitchell <mmitchell...
1998-03-26 mmitchel * call.c (build_object_call): Complain about ambiguous...
1998-03-26 mmitchel * cvt.c (perform_qualification_conversions): Use comp_...
1998-03-25 mmitchelWed Mar 25 16:10:50 1998 Mark Mitchell <mmitchell...
1998-03-25 jason * cp-tree.h: Fix typo.
1998-03-25 jason * expr.c (cplus_expand_expr): Only do PCC_STATIC_STRUC...
1998-03-25 jason * decl2.c (constructor_name_full): Handle TYPENAME_TYPE.
1998-03-24 mmitchel
1998-03-24 bkoz
1998-03-24 mmitchel * cplus-dem.c (optable): Add sizeof.
1998-03-23 jason * pt.c (complete_template_args): Initialize skip properly.
1998-03-23 jason * decl.c (make_typename_type): Revert.
1998-03-21 law * Makefile.in: Various fixes for building cygwi...
1998-03-20 jason * pt.c (tsubst, TEMPLATE_TEMPLATE_PARM): Simplify.
1998-03-20 jason * decl.c (make_implicit_typename): Rewrite removed...
1998-03-20 jason * pt.c (complete_template_args): Rewrite.
1998-03-19 mmitchel * pt.c (tsubst): Clear DECL_PENDING_INLINE_INFO for new
1998-03-19 jason * decl.c (make_implicit_typename): Lose useless code.
1998-03-19 jason * call.c (standard_conversion): Handle A* -> const...
1998-03-19 jason * pt.c (get_bindings_real): Rename from get_bindings...
1998-03-19 mmitchel * pt.c (check_explicit_specialization): When reverting...
1998-03-19 jason * pt.c (tsubst_copy, CONST_DECL): Don't bother tsubsting
1998-03-19 jason * decl.c (store_bindings): Use free_binding_vecs.
1998-03-18 jason * decl.c (make_implicit_typename): Only change the...
1998-03-18 mmitchel * semantics.c: New file, containing routines to perfor...
1998-03-18 jason * pt.c (push_template_decl): Only check primary templates.
1998-03-18 jason * pt.c (check_explicit_specialization): Complain about...
1998-03-18 jason * parse.y (nomods_initdcl0): Also call cp_finish_decl...
1998-03-17 mmitchel * typeck2.c (build_x_arrow): Don't crash when an aggre...
1998-03-17 jason * pt.c (push_template_decl): Complain about template...
1998-03-17 jason * class.c (pushclass): Only use the mi_matrix stuff...
1998-03-16 mmitchell * parse.y: Deal with CONSTRUCTORS in new_initializers.
1998-03-16 mmitchell * pt.c (tsubst_copy): Deal with BIND_EXPR in a way...
1998-03-15 jason * cp-tree.h (TEMPLATE_PARMS_FOR_INLINE): New macro.
1998-03-15 mmitchell * pt.c (tsubst): Clear TYPE_REFERENCE_TO when creating a
1998-03-15 manfred
1998-03-12 manfredd
1998-03-12 manfredd
1998-03-12 manfreda
1998-03-12 manfredd
1998-03-11 mmitchell * pt.c (tsubst): Clear TYPE_REFERENCE_TO when creating a
1998-03-11 mmitchell * parse.y (new_initializer): Make sure all initializer...
1998-03-10 mmitchellTue Mar 10 07:32:36 1998 Mark Mitchell <mmitchell...
1998-03-06 lawFix typo.
1998-03-06 ghaziGrr, ChangeLog entry for last change.
1998-03-04 law
1998-03-04 jason * rtti.c (get_tinfo_fn_dynamic): If this function...
1998-03-04 jason * typeck.c (unary_complex_lvalue): &D::i has type...
1998-03-04 mmitchell * pt.c (finish_member_template_decl): Deal more gracef...
1998-03-03 jason * call.c, class.c, cp-tree.h, cvt.c, decl.c, init...
1998-03-03 jason * pt.c (unify): Don't allow reduced cv-quals when...
1998-03-03 jason * call.c, class.c, pt.c, cp-tree.h: Remove nsubsts...
1998-03-02 jason * parse.y (explicit_template_type): Remove TEMPLATE...
1998-03-02 jason * decl.c (start_function): Don't call temporary_alloca...
1998-03-01 jason * pt.c (instantiate_class_template): Don't mess with...
1998-02-28 jason * parse.y (nested_name_specifier): Use explicit_templa...
1998-02-28 jason * cp-tree.h (TYPENAME_TYPE_FULLNAME): New macro.
1998-02-27 jason * pt.c (add_to_template_args): Fix thinko.
next