OSDN Git Service

* method.c (make_thunk): Clear DECL_VTT_PARM in thunk.
[pf3gnuchains/gcc-fork.git] / gcc / cp / ChangeLog
2000-06-08 jakub * method.c (make_thunk): Clear DECL_VTT_PARM in thunk.
2000-06-07 mmitchel * decl.c (pushdecl): Look up functions by DECL_NAME...
2000-06-06 mmitchel * c-common.h (c_language_kind): New type.
2000-06-06 gdr2000-06-06 Gabriel Dos Reis <gdr@codesourcery.com>
2000-06-06 mmitchel2000-06-06 Mark Mitchell <mark@codesourcery.com>
2000-06-06 nathangcc:
2000-06-06 jason * search.c (maybe_suppress_debug_info): Don...
2000-06-05 mmitchel * class.c (indirect_primary_base_p): New function.
2000-06-05 nathan Update new-abi dynamic cast algorithm.
2000-06-05 kenner * alias.c (get_alias_set): If compnent is addressable...
2000-06-05 mmitchel * ir.texi: Correct typo.
2000-06-04 mmitchel * Make-lang.in (CXX_SRCS): Add mangle.c.
2000-06-03 mmitchel * cp-tree.h (TMPL_ARGS_LEVEL): Clarify comment.
2000-06-03 jason * exception.cc (__cp_pop_exception): If we...
2000-06-03 kenner * alias.c (struct alias_set_entry): New field has_zero...
2000-06-03 rthgcc/
2000-06-02 jason * decl.c (store_return_init): Call put_var_into...
2000-06-02 mmitchel * cp-tree.h (lang_decl_flags): Add anticipated_p.
2000-06-01 rth * decl.c (init_decl_processing): Set lang_get_a...
2000-06-01 rth * decl2.c (unsupported_options): Fix typo,...
2000-06-01 mmitchel * init.c (resolve_offset_ref): Remove check for TREE_A...
2000-06-01 kenner * cp-tree.h (c_get_alias_set): Deleted.
2000-05-31 mmitchel * invoke.texi: Remove documentation for -fguiding...
2000-05-31 kenner * Makefile.in (c-decl.o): Depend on rtl.h and expr.h.
2000-05-31 mmitchel * decl.c (build_cp_library_fn): Set DECL_CONTEXT.
2000-05-31 jason * decl.c (grok_reference_init): Pass LOOKUP_ONL...
2000-05-31 mmitchel * call.c (add_template_candidate_real): Handle member...
2000-05-30 mmitchel * call.c (joust): Fix handling of overloaded builtin...
2000-05-30 zack * cp-tree.h (DECL_ANTICIPATED): New macro.
2000-05-29 mmitchel * cp-tree.h (CLASSTYPE_ALIGN_UNIT): New macro.
2000-05-28 gdr2000-05-28 Gabriel Dos Reis <gdr@codesourcery.com>
2000-05-28 aoliva* operators.def (<?): Duplicated, should have been...
2000-05-28 mmitchel2000-05-27 Alex Samuel <samuel@codesourcery.com>
2000-05-27 rth * Make-lang.in (cplib2.ready): Eradicate.
2000-05-27 kenner * tree.h (TREE_CODE_LENGTH): New macro.
2000-05-26 mmitchel * tree.h (struct record_layout_info): Rename to (struct
2000-05-26 jason Fix goto checking.
2000-05-26 mmitchel * class.c (build_vtable_entry_ref): Correct usage of
2000-05-26 mmitchel * decl2.c (grokclassfn): Set DECL_LANGUAGE here.
2000-05-26 nathan * cp-tree.h (CPTI_PTMD_DESC_TYPE): Rename to ...
2000-05-25 mmitchel Finish implementation of VTTs.
2000-05-25 nathan * inc/cxxabi.h (__pbase_type_info): Define, based on
2000-05-25 nathan * tinfo.h (__user_type_info::contained_virtual_p)...
2000-05-24 mmitchel * cp-tree.h (build_delete): Change prototype.
2000-05-24 dlindsayMake g++ struct packing attribute sensitive to -fpack...
2000-05-24 mmitchel * init.c (sort_member_init): Fix typo in error message...
2000-05-24 nathan Update new-abi upcast algorithm.
2000-05-24 mmitchel * cp-tree.h (lang_decl_flags): Rename mutable_flag...
2000-05-24 mmitchel * decl2.c (maybe_retrofit_in_chrg): Don't create in...
2000-05-23 mmitchel * class.c (build_ctor_vtbl_group): Set inits.
2000-05-22 mmitchel * cp-tree.h (IDENTIFIER_TYPENAME_P): Use a flag, not...
2000-05-22 loewis * decl2.c (qualified_lookup_using_namespace...
2000-05-22 mmitchel * cp-tree.h (SET_BINFO_NEW_VTABLE_MARKED): Add sanity...
2000-05-21 mmitchel * cp-tree.h (struct lang_type): Remove search_slot.
2000-05-20 zacktop level:
2000-05-20 aoliva* Make-lang.in (cplib2.ready): Also depend on cc1plus...
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-05-17 cagneyAdd options -Wunused-variable, -Wunused-function, ...
2000-05-16 mmitchel * cp-treeh (BINFO_NEW_VTABLE_MARKED): Update documenta...
2000-05-16 mmitchel * class.c (copy_virtuals): New function.
2000-05-15 gdr2000-05-15 Gabriel Dos Reis <gdr@codesourcery.com>
2000-05-15 jason * except.c (check_handlers): New fn.
2000-05-14 gdr2000-05-13 Gabriel Dos Reis <gdr@codesourcery.com>
2000-05-12 nathan * tinfo.cc: Revert my 2000-05-08 and 2000-05-07 changes.
2000-05-11 jason * class.c (check_field_decls): Complain about...
2000-05-10 jason * decl.c (grokdeclarator): Allow non-static...
2000-05-09 zacktop level:
2000-05-08 nathan * tinfo.cc (__dynamic_cast): Use a reinterpret_cast...
2000-05-07 nathan * inc/cxxabi.h: Use __SIZE_TYPE_ and __PTRDIFF_TYPE__...
2000-05-06 rth * typeck.c (build_c_cast): Don't warn integer...
2000-05-06 nathan * rtti.c (ptmd_initializer): Set non-public, if class is
2000-05-05 mmitchel * cp-tree.h (DELTA_FROM_VTABLE_ENTRY): Remove.
2000-05-04 ghazi * class.c (update_vtable_entry_for_fn): Prototype.
2000-05-04 mmitchel * cp-tree.h (special_function_kind): Add various kinds of
2000-05-03 mmitchel * cp-tree.def (THUNK_DECL): Remove.
2000-05-02 jason * tree.c (walk_tree): Set lineno.
2000-05-02 mmitchel * exception.cc: Update license notice.
2000-05-01 jason * tree.c (build_target_expr_with_type): If...
2000-05-01 mmitchel * cp-tree.h (same_type_ignoring_top_level_qualifiers_p...
2000-05-01 mmitchel * decl.c (finish_destructor_body): Use the base destru...
2000-05-01 mmitchel * expr.c (cplus_expand_expr): Preserve temporaries...
2000-05-01 mmitchel * decl2.c (finish_file): Fix typo in comment.
2000-04-30 mmitchel * method.c (emit_thunk): Don't try to return a `void...
2000-04-30 mmitchel * optimize.c (initialize_inlined_parameters): If the...
2000-04-29 jasonrevert
2000-04-28 jason * decl.c (grok_op_properties): Add an extra...
2000-04-28 jason * tree.c (get_callee_fndecl): Extract the initi...
2000-04-28 mmitchel * optimize.c (copy_body_r): Use STRIP_TYPE_NOPS when...
2000-04-28 samuelhangeLog:
2000-04-26 mmitchel * cp-tree.h (TREE_READONLY_DECL_P): Use DECL_P.
2000-04-26 jason * dwarf2out.c (add_bound_info): Don't crash...
2000-04-25 gdr2000-04-25 Gabriel Dos Reis <gdr@codesourcery.com>
2000-04-25 loewis * decl.c (grokdeclarator): Reject VLAs as members.
2000-04-25 gdr2000-04-24 Gabriel Dos Reis <gdr@codesourcery.com>
2000-04-24 zack * decl2.c (finish_file): Remove double setup for accou...
2000-04-24 robertlRespective ChangeLogs for common, cp/, java/
2000-04-24 bkoz2000-04-23 Benjamin Kosnik <bkoz@cygnus.com>
2000-04-24 mmitchel * cp-tree.h (lang_decl): Remove pretty_function_p.
2000-04-23 rth * typeck.c (c_expand_asm_operands): Restore...
next