Never change BINFO_INHERITANCE_CHAIN.
[gcc.git] / gcc / cp / ChangeLog
1998-08-27 Jason MerrillNever change BINFO_INHERITANCE_CHAIN.
1998-08-27 Mark Mitchellclass.c (build_vbase_path): Use reverse_path.
1998-08-27 Jason Merrillclass.c: #if 0 complete_type_p.
1998-08-27 Jason MerrillStop sharing binfos for indirect virtual bases.
1998-08-27 Mark Mitchelldecl.c (build_enumerator): Set DECL_CONTEXT for the...
1998-08-26 Mark Mitchellcp-tree.h (finish_enum): Change prototype.
1998-08-26 Mark Mitchell* lex.c (do_identifier): Fix typo in comment.
1998-08-26 Kaveh R. Ghazisystem.h: Include stdarg.h/varargs.h...
1998-08-25 Brendan Kehoept.c (tsubst_copy): Only do typename overloading on...
1998-08-25 Jason Merrilltypeck.c (comp_cv_target_types): Split out...
1998-08-25 Mark Mitchellsearch.c (dependent_base_p): Don't compare a binfo...
1998-08-25 Mark Mitchell* cp-tree.h (CLASS_TYPE_P): Revise definition.
1998-08-25 Jason Merrilldecl.c (duplicate_decls): Don't complain about differen...
1998-08-25 Jason Merrilltypeck.c (convert_for_assignment): Converting from...
1998-08-24 Mark Mitchellpt.c (tsubst_decl): Move special case code for dealing...
1998-08-24 Jason Merrilldecl.c (start_decl): Remove redundant linkage check.
1998-08-24 Mark Mitchell* pt.c (process_template_parm): Undo previous change.
1998-08-24 Mark Mitchellcp-tree.h (CLASS_TYPE_P): New macro.
1998-08-24 Benjamin Kosnikcp-tree.h: Declare.
1998-08-24 Jason Merrill* parse.y (primary): Fix up the type of string constants.
1998-08-24 Mark Mitchelltypeck.c (convert_for_initialization): Move check for...
1998-08-24 Jason Merrillc-common.c (combine_strings): Also set TREE_READONLY.
1998-08-24 Martin v. Löwis* search.c (my_tree_cons): Reimplement.
1998-08-24 Jason Merrilllex.c (real_yylex): Don't warn about long long constant...
1998-08-23 Mark Mitchelldecl.c (grokdeclarator): Complain about in-class initia...
1998-08-23 Mark Mitchelliomanip.h: Use __extension__ for `extern' explicit...
1998-08-20 Jason Merrilltree.c (search_tree, [...]): New fn.
1998-08-20 Per BothnerUse new ChangeLog style.
1998-08-20 Per BothnerHandle new'ing of Java classes.
1998-08-20 Per Bothnerdecl2.c (import_export_vtable): Suppress vtables for...
1998-08-20 Mark Mitchelldecl.c (duplicate_decls): Always merge the old and...
1998-08-20 Jeffrey A Lawinit.c (build_builtin_delete_call): Add missing assembl...
1998-08-20 Jason Merrill* parse.y (notype_unqualified_id): Also accept ~A<int>.
1998-08-19 Mark Mitchelltypeck.c (build_binary_op_nodefault): Warn on use of...
1998-08-19 Mark Mitchellcp-tree.h (ansi_null_node): New variable.
1998-08-17 Mark Mitchellcp-tree.h (enter_scope_of): New function.
1998-08-17 Jason Merrill* decl.c (grokparms): No, here.
1998-08-17 Jason Merrilldecl.c (grokdeclarator): Catch parm with pointer to...
1998-08-17 Jason Merrill* class.c (finish_struct_bits): Also set TYPE_SIZE_UNIT.
1998-08-17 Jason Merrillgxxint.texi: Remove obsolete documentation of overloadi...
1998-08-17 Jason Merrillinit.c (build_offset_ref): Don't mess with error_mark_node.
1998-08-17 Benjamin Kosnikdecl.c (grokdeclarator): Allow anonymous types to be...
1998-08-17 Jeffrey A Lawcp-tree.h (set_identifier_local_value): Provide prototype.
1998-08-14 Nick CliftonRename BBISON to BISON
1998-08-13 Jason Merrilltree.h: De-conditionalize init_priority code.
1998-08-13 Jason Merrillpt.c (tsubst_copy): Hush warning.
1998-08-12 Mark Mitchellpt.c (print_template_context): Don't abort when instant...
1998-08-12 Mark Mitchelldecl.c (grokdeclarator): Issue errors on namespace...
1998-08-09 Mark Mitchellpt.c (check_explicit_specialization): Don't abort on...
1998-08-07 Mark Mitchelltypeck.c (require_complete_type): Use complete_type_or_...
1998-08-07 Mark Mitchellcvt.c (cp_convert_to_pointer): Handle NULL pointer...
1998-08-06 Mark Mitchellcp-tree.h (ENUM_TEMPLATE_INFO): New macro.
1998-08-04 Mark Mitchelldecl.c (pushtag): Don't mangle the name of a TYPE_DECL...
1998-08-03 Jason Merrillmethod.c (set_mangled_name_for_decl): Change return...
1998-08-03 Mark Mitchelldecl2.c (grokfield): Don't mangle the name of a TYPE_DE...
1998-08-02 Mark Mitchellcp-tree.def (LOOKUP_EXPR): Document.
1998-08-01 Jason Merrillinit.c (init_init_processing): Remove BI* handling.
1998-07-31 Mark Mitchellcp-tree.h (PROCESSING_REAL_TEMPLATE_DECL_P): New macro.
1998-07-29 Jason Merrilldecl.c (push_overloaded_decl): Use current_namespace...
1998-07-29 Jason Merrill* decl.c (lookup_name_real): Fix typo.
1998-07-28 Mark Mitchellfriend.c (is_friend): Be lenient with member functions...
1998-07-28 Jason Merrillclass.c (finish_struct_1): Convert integer_zero_node...
1998-07-28 Mark Mitchellcp-tree.h (TI_USES_TEMPLATE_PARMS): Remove.
1998-07-27 Jason Merrill* typeck2.c (build_functional_cast): Handle default...
1998-07-27 Jason Merrill* call.c (build_over_call): Pass 1 to popclass.
1998-07-27 Jason Merrillparse.y (direct_notype_declarator): Add precedence...
1998-07-27 Dave Brolleyc-lex.c (yylex): Fix boundary conditions in character...
1998-07-25 Jason Merrilldecl.c (lookup_name_real): OK, do return the from_obj...
1998-07-24 Jason Merrill* parse.y (nested_name_specifier_1): Pull out the TYPE_...
1998-07-24 Jason Merrill* pt.c (coerce_template_parms): Also complain about...
1998-07-24 Jason Merrillcp-tree.h: Add prototype for set_identifier_local_value.
1998-07-23 Jason Merrillexcept.c (process_start_catch_block_old): Call start_de...
1998-07-23 Jason Merrilldecl2.c (import_export_template): Fold in...
1998-07-23 Jason Merrillclass.c (build_vtable): Pass at_eof to import_export_vt...
1998-07-22 Jason Merrillexception: Change terminate and unexpected to ().
1998-07-21 Jason Merrilltree.c (canonical_type_variant): New fn to handle arrays.
1998-07-20 Dave Brolleylex.c (mbchar.h): #include it.
1998-07-19 Jason Merrilllex.c (do_identifier): Look for class value even if...
1998-07-19 Mark Mitchelldecl.c (pushtag): Revert previous change.
1998-07-19 Mark Mitchelldecl.c (pushtag): Don't put out debugging information...
1998-07-19 Mark Mitchellerror.c (dump_type_real): Don't crash when presented...
1998-07-19 Mark Mitchellsemantics.c (finish_translation_unit): Fix spelling...
1998-07-18 Jason Merrilldecl.c (lookup_name_real): Pull out single function...
1998-07-17 Jason Merrill* decl.c (qualify_lookup): Tweak again.
1998-07-17 Jason Merrillpt.c (lookup_template_class): Don't mess with the conte...
1998-07-17 Jason Merrillpt.c (tsubst, [...]): Fix getting complete args for...
1998-07-17 Jason Merrillparse.y (primary): Use notype_unqualified_id instead...
1998-07-16 Mark Mitchellsemantics.c (finish_object_call_expr): Revert previous...
1998-07-16 Jason Merrilldecl.c (qualify_lookup): Handle templates.
1998-07-16 Jason Merrillinit.c (build_offset_ref): Don't call mark_used on...
1998-07-16 Jason Merrilldecl.c (qualify_lookup): New fn.
1998-07-16 Jason Merrill* typeck.c (convert_for_assignment): Use comptypes.
1998-07-16 Mark Mitchellsemantics.c (finish_object_call_expr): Move test for...
1998-07-16 Jason Merrilldecl2.c (arg_assoc_class): Also look at template argume...
1998-07-15 Martin v. Löwisdecl2.c (add_using_namespace): Iterate over namespaces...
1998-07-15 Jason Merrilldecl2.c (arg_assoc_type): Handle METHOD_TYPE like FUNCT...
1998-07-15 Jason Merrillpt.c (complete_template_args): Don't look at the contex...
1998-07-15 Jason Merrillmethod.c (build_decl_overload_real): Fix namespace...
1998-07-14 Martin v. Löwisdecl2.c (add_function): Move error message ...
1998-07-14 Jason Merrillparse.y (namespace_qualifier): Fix multiple level handling.
next