]> gcc.gnu.org Git - gcc.git/history - gcc/cp
Makefile.in (resource.o): Depend on except.h.
[gcc.git] / gcc / cp /
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.
2000-05-12 Nathan Sidwelltinfo.cc: Revert my 2000-05-08 and 2000-05-07 changes.
2000-05-11 Jason Merrillpedwarn
2000-05-11 Jason Merrillclass.c (check_field_decls): Complain about non-static...
2000-05-10 Jason Merrilldecl.c (grokdeclarator): Allow non-static data members...
2000-05-09 Zack Weinbergtop level:
2000-05-08 Nathan Sidwelltinfo.cc (__dynamic_cast): Use a reinterpret_cast.
2000-05-07 Nathan Sidwellcxxabi.h: Use __SIZE_TYPE_ and __PTRDIFF_TYPE__ in...
2000-05-06 Richard Hendersontypeck.c (build_c_cast): Don't warn integer->pointer...
2000-05-06 Nathan Sidwellrtti.c (ptmd_initializer): Set non-public, if class...
2000-05-05 Mark Mitchellcp-tree.h (DELTA_FROM_VTABLE_ENTRY): Remove.
2000-05-04 Kaveh R. Ghaziclass.c (update_vtable_entry_for_fn): Prototype.
2000-05-04 Mark Mitchellcp-tree.h (special_function_kind): Add various kinds...
2000-05-03 Jason MerrillMakefile.in (WARN_CFLAGS): Add -pedantic -Wno-long...
2000-05-03 Mark Mitchellcp-tree.def (THUNK_DECL): Remove.
2000-05-03 Jason Merrillspelling tweak
2000-05-02 Jason Merrill* tree.c (walk_tree): Set lineno.
2000-05-02 Mark Mitchellexception.cc: Update license notice.
2000-05-01 Jason Merrilltree.c (build_target_expr_with_type): If we already...
2000-05-01 Mark Mitchellcp-tree.h (same_type_ignoring_top_level_qualifiers_p...
2000-05-01 Scott Snyderdecl.c (finish_destructor_body): Use the base destructo...
2000-05-01 Mark Mitchellexpr.c (cplus_expand_expr): Preserve temporaries when...
2000-05-01 Mark Mitchell* decl2.c (finish_file): Fix typo in comment.
2000-04-30 Mark Mitchell* method.c (emit_thunk): Don't try to return a `void...
2000-04-30 Mark Mitchelloptimize.c (initialize_inlined_parameters): If the...
2000-04-29 Jason Merrillrevert
2000-04-28 Cosmin Truta* decl.c (grok_op_properties): Add an extra check of...
2000-04-28 Jason Merrilltree.c (get_callee_fndecl): Extract the initial value...
2000-04-28 Mark Mitchelloptimize.c (copy_body_r): Use STRIP_TYPE_NOPS when...
2000-04-28 Alex SamuelMakefile.in (OBJS): Add timevar.o.
2000-04-26 Mark Mitchellcp-tree.h (TREE_READONLY_DECL_P): Use DECL_P.
2000-04-26 Jason Merrilldwarf2out.c (add_bound_info): Don't crash on an unexpan...
2000-04-25 Jason Merrillcorrect comment
2000-04-25 Gabriel Dos Reisir.texi: Correct typo.
2000-04-25 Martin v. Löwis* decl.c (grokdeclarator): Reject VLAs as members.
2000-04-25 Gabriel Dos Reiscall.c (standard_conversion): Accept conversion between...
2000-04-24 Zack Weinbergdecl2.c (finish_file): Remove double setup for accounti...
2000-04-24 Robert LipeRespective ChangeLogs for common, cp/, java/
2000-04-24 Benjamin Kosniknew.cc (set_new_handler): Needs to be in std::.
2000-04-24 Mark Mitchellcp-tree.h (lang_decl): Remove pretty_function_p.
2000-04-23 Richard Hendersontypeck.c (c_expand_asm_operands): Restore the original...
2000-04-22 Gabriel Dos Reisir.texi: Document complex number representation.
2000-04-20 Nathan Sidwellrtti.c (init_rtti_processing): Set tinfo_var_id in...
2000-04-20 Jason Merrillfix last change
2000-04-20 Jason Merrilltypeck.c (build_x_function_call): Resolve an OFFSET_REF.
2000-04-20 Jason Merrilltypo
2000-04-18 Zack Weinbergcccp.c, [...]: Removed.
2000-04-18 Mark Mitchellcp-tree.h (lang_decl_flags): Remove const_memfunc and...
2000-04-18 Mark Mitchelldecl2.c (grokfield): Issue error on illegal data member...
2000-04-17 Mark Mitchell* method.c (make_thunk): Set DECL_CONTEXT for a THUNK_DECL.
2000-04-17 Mark Mitchellclass.c (build_vtable_entry): Don't build thunks for...
2000-04-17 Jason Merrilldecl.c (decls_match): Allow a redeclaration of a builti...
2000-04-16 Mark MitchellFix typo
2000-04-16 Mark Mitchellcp-tree.def (THUNK_DECL): Add to documentation.
2000-04-15 Richard KennerMakefile.in (ggc-page.o): Now includes toplev.h.
2000-04-13 Nathan Sidwellclass.c (build_base_field): Reformat comment.
2000-04-12 Mark MitchellFix typo
2000-04-12 Mark MitchellFix typo
2000-04-12 Mark Mitchellcp-tree.h (IDENTIFIER_CTOR_OR_DTOR_P): New macro.
2000-04-11 Mark Mitchellcp-tree.h (cp_tree_index): Add CPTI_DTOR_IDENTIFIER.
2000-04-11 Mark Mitchelloptimize.c (remap_decl): Avoid sharing structure for...
2000-04-11 Mark Mitchellcp-tree.h (lang_decl_flags): Rename constructor_for_vba...
2000-04-11 Mark Mitchellcp-tre.h (finish_function): Change prototype.
2000-04-11 Mark Mitchellcp-tree.h (lang_type): Remove has_nonpublic_ctor and...
2000-04-11 Martin v. Löwisextend.texi (-fthis-is-variable): Undocument.
2000-04-11 Jason Merrillclass.c (instantiate_type): Handle object-relative...
2000-04-10 Nathan Sidwellcxxabi.h (__pointer_type_info): Add restrict and incomp...
2000-04-10 Martin v. Löwisinvoke.texi (-ansi): Remove -foperator-names from list...
2000-04-10 Martin v. Löwisinvoke.texi (-fno-gnu-keywords): Remove classof, headof...
2000-04-10 Mark Mitchellcp-tree.h (struct lang_decl): Remove main_decl_variant.
next
This page took 2.101299 seconds and 8 git commands to generate.