OSDN Git Service

Grr, ChangeLog entry for last change.
[pf3gnuchains/gcc-fork.git] / gcc / cp / ChangeLog
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.
1998-02-27 jasonSupport partial specialization of member class templates.
1998-02-27 jason * pt.c (tsubst, TEMPLATE_DECL): Support member class...
1998-02-25 jason * typeck.c (get_delta_difference): Give hard error...
1998-02-25 jasonPartial implementation of namespaces.
1998-02-24 brendan * decl.c (finish_function): Give a pedwarn for reachin...
1998-02-24 brendan * decl.c (finish_function): Give a pedwarn...
1998-02-24 jason * pt.c (instantiate_class_template): Don't instantiate...
1998-02-24 jason * typeck2.c (process_init_constructor): Fix labeled...
1998-02-23 jasontweak
1998-02-23 jason * pt.c, call.c, decl.c, method.c, cp-tree.h: Remove...
1998-02-23 jason * pt.c (tsubst, FUNCTION_DECL): Tidy.
1998-02-23 jasonSupport for friend templates.
1998-02-22 law * error.c: Include sys/types.h.
1998-02-19 law * method.c (build_mangled_name): Start CPP...
1998-02-19 jason * typeck2.c (process_init_constructor): Sorry about...
1998-02-19 jason * pt.c (coerce_template_parms) Add a new parameter...
1998-02-19 jason * cvt.c (cp_convert_to_pointer): Preserve TREE_CONSTANT.
1998-02-19 brendan * typeck.c (build_unary_op): Only warn about incr...
1998-02-19 jason * pt.c (unify): Handle TEMPLATE_DECL.
1998-02-18 brendan * cp-tree.h (strip_attrs): Remove decl.
1998-02-18 brendan./ChangeLog:
1998-02-17 mmitchell * parse.y (initdcl0_innards): New grammar symbol.
1998-02-17 jason * parse.y (simple_stmt): Use getdecls() to check for...
1998-02-14 jason * Make-lang.in (DEMANGLER_INSTALL_NAME, DEMANGLER_CROS...
1998-02-14 jason * call.c (standard_conversion): Fix multi-level ptr...
1998-02-13 jason * pt.c (determine_specialization): Give better errors.
1998-02-13 jason * init.c (build_new): Propagate error_mark_node up.
1998-02-13 jason * parse.y (simple_stmt): If the condition isn't a...
1998-02-13 jason * call.c (build_over_call): Convert builtin abs, labs...
1998-02-13 jason * call.c (standard_conversion): A BASE_CONV replaces...
1998-02-13 jason * cp-tree.h: Add access_protected_virtual_node.
1998-02-12 bkoza
1998-02-11 mmitchell * tree.c (is_overloaded_fn): Use really_overloaded_fn.
1998-02-11 jason * cp-tree.h (push_template_decl): Return the decl...
1998-02-10 jason * pt.c (convert_nontype_argument): Fix typo.
1998-02-10 jason * pt.c (check_explicit_specialization): Allow old...
1998-02-10 jason * decl.c (grokdeclarator): Use DECL_USE_TEMPLATE instead
1998-02-10 amacleodAdd squangling support. (First cut at improved Name...
1998-02-08 law * method.c (make_thunk): Avoid name buffer...
1998-02-07 jason * pt.c (instantiate_decl): Call cp_finish_decl for...
1998-02-07 jason * parse.y (nomods_initdcl0): Add constructor_declarato...
1998-02-06 jason * tinfo2.cc: Add tinfo for signed char.
1998-02-05 jason * search.c (compute_access): Handle protected construc...
1998-02-04 jason * expr.c (cplus_expand_expr, PCC_STATIC_STRUCT_RETURN...
1998-02-03 jason * cvt.c (ocp_convert): Obtain the constant values...
1998-02-03 jason * decl.c: Lose arg_looking_for_template.
1998-02-03 jason * error.c (dump_decl): Fix type of default arguments...
1998-02-03 jason * lex.c (file_name_nondirectory): Also check for '/'.
1998-02-03 jason * parse.y (primary): Deal with statement-expressions in
1998-02-02 jason * call.c (add_template_candidate_real): Pass extra...
1998-02-02 jason * cp-tree.h (DECL_NONSTATIC_MEMBER_FUNCTION_P): New...
1998-02-02 lawVarious fixes for -Wall problems from Kaveh. See Chang...
1998-02-01 law * decl.c (init_decl_processing): Use set_sizetype.
1998-01-29 jason * pt.c (convert_nontype_argument): Move check for...
1998-01-29 jason * class.c (instantiate_type): Don't just return a...
1998-01-28 jason * cp-tree.h (grok_enum_decls): Remove type parameter.
1998-01-27 jason * call.c (add_template_candidate_real): New function.
1998-01-27 jason * expr.c (cplus_expand_expr, AGGR_INIT_EXPR): Don...
1998-01-27 jason * pt.c (type_unification_real): Just accept function...
1998-01-25 jason * decl.c (cp_finish_decl): When bailing on a comdat...
1998-01-25 jason * parse.y (typename_sub*): Fix std::.
1998-01-24 jason * error.c (dump_decl): Fix type default template args.
1998-01-23 jason * lex.c (DIR_SEPARATOR): Define to be '/' if not alrea...
1998-01-23 jasonrevert last change
1998-01-22 jason * decl2.c (grok_x_components): Always call grok_enum_d...
1998-01-22 jasonWed Jan 21 10:29:57 1998 Kriang Lerdsuwanakij <lerdsu...
1998-01-19 jason * decl.c (start_decl): Don't allow duplicate definitio...
1998-01-19 jason * cvt.c (build_up_reference): A TARGET_EXPR has side...
1998-01-16 jason * error.c (dump_decl): For enum tags, output...
1998-01-14 lawBring in final gcc-2.8.0 changes.
1998-01-13 brendan * decl.c (init_decl_processing): Only call...
1998-01-12 jason * init.c (build_new_1): Split out from build_new.
1998-01-08 jason * exception.cc (__eh_alloc, __eh_free): New fns.
1997-12-22 law * call.c (add_builtin_candidate): Add default...
1997-12-21 law * decl2.c (lang_decode_option): Add support...
1997-12-18 jason * pt.c (coerce_template_parms): Make sure to digest_in...
1997-12-18 jason * decl.c (duplicate_decls): Make the newdecl virtual...
1997-12-18 jason * typeck.c (unary_complex_lvalue): Ignore op0 when...
1997-12-18 jason * except.c: Remove register_exception_table{,_p}.
1997-12-18 bkoz* pt.c (instantiate_class_template): Don't do injection...
1997-12-17 law * pt.c (maybe_fold_nontype_arg): Add prototype.
1997-12-16 jason * tree.c (mapcar): Handle TRY_CATCH_EXPR et al.
1997-12-15 jason * typeck.c (build_function_call_real): Remove "inline...
1997-12-15 jason * cvt.c (cp_convert_to_pointer): Fix base conversion...
1997-12-15 lawChange from latest gcc-2.8 prerelease
1997-12-15 jason * call.c (implicit_conversion): Don't call
next