gengenrtl.c (special_rtx): Fix typo in comment.
[gcc.git] / gcc / cp / ChangeLog
2000-06-25 Theodore Papadopoulogengenrtl.c (special_rtx): Fix typo in comment.
2000-06-24 Jason Merrilldecl.c (pushdecl): Don't set DECL_CONTEXT from current_...
2000-06-23 Kriang Lerdsuwanakijparse.y (template_arg): Convert TEMPLATE_DECL that...
2000-06-23 Alex Samuelin include/ChangeLog:
2000-06-23 Mark Mitchellcp-tree.h (BV_USE_VCALL_INDEX_P): New macro.
2000-06-22 Jason Merrillpt.c (tsubst_decl, [...]): Clear DECL_SAVED_TREE.
2000-06-22 Nathan Sidwellcall.c (build_x_va_arg): Check if in a template decl.
2000-06-21 Alexandre Petit... class.c (push_lang_context): TYPE_NAME gets you to...
2000-06-21 Jason Merrillpt.c (tsubst_decl, [...]): Fix test for TYPE_DECLs...
2000-06-21 Nathan Sidwellparse.y (program): Always call finish_translation_unit.
2000-06-20 Zack Weinbergcpplex.c (parse_name): Don't warn about $ in identifier...
2000-06-20 Nathan Sidwell* rtti.c (get_base_offset): Cope when vbase field is...
2000-06-20 Nathan Sidwellcall.c (build_conditional_expr): Use VOID_TYPE_P.
2000-06-19 Ben Chelfc-common.h (IF_COND): Added documentation.
2000-06-17 Benjamin Chelfc-common.c (c_tree_code_type): New array.
2000-06-16 Mark Mitchellcp-tree.h (finish_mem_initializers): Declare.
2000-06-16 Mark Mitchellcp-tree.h (struct language_function): Remove x_base_ini...
2000-06-15 Jason Merrilltree.c (count_trees): New debugging function.
2000-06-15 Mark Mitchell* cp-tree.h (DECL_PENDING_INLINE_P): Relax checking.
2000-06-14 Benjamin Chelfc-common.h (IF_COND): Moved here from cp/cp-tree.h.
2000-06-14 Mark Mitchellcp-tree.h (BINFO_OVERRIDE_ALONG_VIRTUAL_PATH): New...
2000-06-14 Jakub Jelinektree.h (TYPE_USER_ALIGN, [...]): Define.
2000-06-13 Maciej W. RozyckiMake-lang.in (c++.install-common): Install g++-cross...
2000-06-12 Mark Mitchellclass.c (vcall_offset_data_s): Add last_init and fns.
2000-06-12 Mark Mitchelloptimize.c (expand_call_inline): Don't recurse into...
2000-06-12 Mark Mitchellmangle.c (NESTED_TEMPLATE_MATCH): Fix typo in comment.
2000-06-11 Kaveh R. GhaziWarning fixes:
2000-06-11 Mark Mitchelldecl.c (add_binding): Handle duplicate declarations...
2000-06-11 Chip Salzenbergmangle.c (write_number): Take an unsigned HOST_WIDE_INT...
2000-06-09 Zack Weinbergggc-none.c, [...] (ggc_alloc_obj): Rename it ggc_alloc...
2000-06-09 Mark MitchellRevert last patch
2000-06-09 Mark Mitchellcp-tree.h (cp_tree_index): Remove Java types.
2000-06-09 Jason Merrillrevert mangling patch
2000-06-09 Jason Merrilltimevar.def: Add TV_EXPAND.
2000-06-09 Gabriel Dos Reislex.c (DEF_OPERATOR): Say `operator@' -not- `operator...
2000-06-08 Mark Mitchellinvoke.texi: Remove documentation for -fsquangle and...
2000-06-08 Jakub Jelinek* method.c (make_thunk): Clear DECL_VTT_PARM in thunk.
2000-06-07 Mark Mitchelldecl.c (pushdecl): Look up functions by DECL_NAME,...
2000-06-06 Mark Mitchellc-common.h (c_language_kind): New type.
2000-06-06 Gabriel Dos Reisdiagnostic.c (output_maximum_width): Remove.
2000-06-06 Mark Mitchelldecl.c (redeclaration_error_message): If two TEMPLATE_D...
2000-06-06 Nathan Sidwelleh-common.h (EH_ALLOC_SIZE, [...]): New #defines.
2000-06-06 Jason Merrillsearch.c (maybe_suppress_debug_info): Don't check CLASS...
2000-06-05 Mark Mitchellclass.c (indirect_primary_base_p): New function.
2000-06-05 Nathan SidwellUpdate new-abi dynamic cast algorithm.
2000-06-05 Richard Kenneralias.c (get_alias_set): If compnent is addressable...
2000-06-05 Mark Mitchellir.texi: Correct typo.
2000-06-04 Alex SamuelMake-lang.in (CXX_SRCS): Add mangle.c.
2000-06-03 Mark Mitchellcp-tree.h (TMPL_ARGS_LEVEL): Clarify comment.
2000-06-03 Jason Merrillexception.cc (__cp_pop_exception): If we aren't popping...
2000-06-03 Richard Kenneralias.c (struct alias_set_entry): New field has_zero_child.
2000-06-03 Richard Hendersonalias.c (lang_get_alias_set): Remove.
2000-06-02 Jason Merrill* decl.c (store_return_init): Call put_var_into_stack.
2000-06-02 Mark Mitchellcp-tree.h (lang_decl_flags): Add anticipated_p.
2000-06-01 Richard Henderson* decl.c (init_decl_processing): Set lang_get_alias_set...
2000-06-01 Richard Hendersondecl2.c (unsupported_options): Fix typo, make const.
2000-06-01 Mark Mitchellinit.c (resolve_offset_ref): Remove check for TREE_ADDR...
2000-06-01 Richard Kennercp-tree.h (c_get_alias_set): Deleted.
2000-05-31 Mark Mitchellinvoke.texi: Remove documentation for -fguiding-decls.
2000-05-31 Richard KennerMakefile.in (c-decl.o): Depend on rtl.h and expr.h.
2000-05-31 Mark Mitchelldecl.c (build_cp_library_fn): Set DECL_CONTEXT.
2000-05-31 Jason Merrill* decl.c (grok_reference_init): Pass LOOKUP_ONLYCONVERTING.
2000-05-31 Mark Mitchellcall.c (add_template_candidate_real): Handle member...
2000-05-30 Mark Mitchell* call.c (joust): Fix handling of overloaded builtin...
2000-05-30 Zack Weinbergcp-tree.h (DECL_ANTICIPATED): New macro.
2000-05-29 Mark Mitchellcp-tree.h (CLASSTYPE_ALIGN_UNIT): New macro.
2000-05-28 Gabriel Dos Reistoplev.h (skip_leading_substring): New macro.
2000-05-28 Alexandre Olivaoperators.def (<?): Duplicated, should have been...
2000-05-28 Alex Samuelcp-tree.h (ansi_opname): Make it a macro.
2000-05-27 Zack Weinberg* Make-lang.in (cplib2.ready): Eradicate.
2000-05-27 Richard Kennertree.h (TREE_CODE_LENGTH): New macro.
2000-05-26 Mark Mitchelltree.h (struct record_layout_info): Rename to (struct...
2000-05-26 Jason MerrillFix goto checking.
2000-05-26 Mark Mitchellclass.c (build_vtable_entry_ref): Correct usage of...
2000-05-26 Mark Mitchelldecl2.c (grokclassfn): Set DECL_LANGUAGE here.
2000-05-26 Nathan Sidwellcp-tree.h (CPTI_PTMD_DESC_TYPE): Rename to ...
2000-05-25 Mark MitchellFinish implementation of VTTs.
2000-05-25 Nathan Sidwellcxxabi.h (__pbase_type_info): Define, based on __pointe...
2000-05-25 Nathan Sidwelltinfo.h (__user_type_info::contained_virtual_p): New...
2000-05-24 Mark Mitchellcp-tree.h (build_delete): Change prototype.
2000-05-24 Donald LindsayMake g++ struct packing attribute sensitive to -fpack...
2000-05-24 Mark Mitchellinit.c (sort_member_init): Fix typo in error message...
2000-05-24 Nathan SidwellUpdate new-abi upcast algorithm.
2000-05-24 Mark Mitchellcp-tree.h (lang_decl_flags): Rename mutable_flag to...
2000-05-24 Mark Mitchelldecl2.c (maybe_retrofit_in_chrg): Don't create in-charg...
2000-05-23 Mark Mitchellclass.c (build_ctor_vtbl_group): Set inits.
2000-05-22 Mark Mitchellcp-tree.h (IDENTIFIER_TYPENAME_P): Use a flag, not...
2000-05-22 Martin v. Löwisdecl2.c (qualified_lookup_using_namespace): Look throug...
2000-05-22 Mark Mitchellcp-tree.h (SET_BINFO_NEW_VTABLE_MARKED): Add sanity...
2000-05-21 Mark Mitchellcp-tree.h (struct lang_type): Remove search_slot.
2000-05-20 Zack Weinbergtop level:
2000-05-20 H.J. Lu* Make-lang.in (cplib2.ready): Also depend on cc1plus...
2000-05-19 Mark MitchellDon't create a separate copy of virtual bases for the...
2000-05-17 Mark Mitchelldecl2.c (finish_anon_union): Generalize error messages...
2000-05-17 Andrew CagneyAdd options -Wunused-variable, -Wunused-function, ...
2000-05-16 Mark Mitchellcp-treeh (BINFO_NEW_VTABLE_MARKED): Update documentation.
2000-05-16 Mark Mitchellclass.c (copy_virtuals): New function.
2000-05-15 Gabriel Dos Reisdecl2.c (lang_decode_option): Fix thinko.
2000-05-15 Jason Merrillexcept.c (check_handlers): New fn.
2000-05-14 Gabriel Dos Reisdiagnostic.h (DIAGNOSTICS_SHOW_PREFIX_ONCE): New macro.
next