]> gcc.gnu.org Git - gcc.git/history - gcc/cp/ChangeLog
typeck.c (build_ptrmemfunc): Just reinterpret if there's no adjustment necessary.
[gcc.git] / gcc / cp / ChangeLog
2000-08-24 Jason Merrilltypeck.c (build_ptrmemfunc): Just reinterpret if there...
2000-08-24 Greg McGary* cp-tree.h (MAIN_NAME_P): Remove macro.
2000-08-24 Gabriel Dos Reisdiagnostic.c (finish_diagnostic): Define.
2000-08-24 Jason Merrilltypeck.c (build_ptrmemfunc): Save the input pmf.
2000-08-23 Mark Mitchellcp-tree.h (DECL_CLONED_FUNCTION_P): Check DECL_LANG_SPE...
2000-08-23 Gabriel Dos Reiserror.c (cp_print_error_function): Don't use embedded...
2000-08-23 Gabriel Dos Reisdecl.c (init_decl_processing): Remove bogus initialization.
2000-08-22 Theodore Papadopoulo* decl2.c (arg_assoc): Revert my 2000-08-11 change.
2000-08-22 Gabriel Dos ReisMakefile.in (error.o): Depends on diagnostic.h
2000-08-21 Nixlang-specs.h: Do not process -o or run the assembler...
2000-08-21 Joseph Myersc-tree.h (flag_hosted): Move declaration from here...
2000-08-21 Gabriel Dos Reisdiagnostic.c (context_as_prefix): Export.
2000-08-21 Mark Mitchellclass.c (build_vtbl_initializer): Clear the entire...
2000-08-18 Nathan Sidwelldecl.c (member_function_or_else): Use cp_error ...
2000-08-18 Nathan Sidwelldecl2.c (grokfield): Set CLASSTYPE_GOT_SEMICOLON on...
2000-08-18 Nathan Sidwellcp-tree.h (PTRMEM_OK_P): New macro.
2000-08-18 Nathan Sidwell* decl2.c (arg_assoc_type): Cope with TYPENAME_TYPE.
2000-08-18 Nathan Sidwellcp-tree.h (enum_name_string): Remove prototype.
2000-08-17 Nathan Sidwellcxxabi.h (__cxa_vec_new2, [...]): Declare.
2000-08-17 Nathan Sidwellvec.cc (__cxa_vec_new): Set "C" linkage.
2000-08-17 Nathan Sidwellcvt.c (cp_convert_to_pointer): Pass itf_complain, not...
2000-08-17 Nathan Sidwellclass.c (instantiate_type): Reinstate local variable...
2000-08-17 Nathan Sidwellcp-tree.h (instantiate_type_flags): New enumeration.
2000-08-17 Nathan Sidwellfix the fibs in previous entry
2000-08-17 Nathan Sidwellcp-tree.h (CPTR_AGGR_TAG): New global tree node.
2000-08-14 Nathan Sidwellcvt.c (warn_ref_binding): New static function, broken...
2000-08-12 Kriang Lerdsuwanakijparse.y (template_arg): Add rule for template qualified...
2000-08-12 Theodore Papadopoulodecl2.c (add_function): Reorganize.
2000-08-12 Jason Merrilldecl.c (lookup_name_real): Don't forget the TYPENAME_TY...
2000-08-11 Nathan Sidwellcp-tree.h (resolve_scope_to_name): Remove unused prototype.
2000-08-11 Nathan Sidwellparse.y (named_complex_class_head_sans_basetype): Remov...
2000-08-11 Nathan Sidwelldecl2.c (build_expr_from_tree, [...]): Build explicit...
2000-08-11 Nathan Sidwelldecl.c (check_tag_decl): Diagnose typename's which...
2000-08-10 Nathan Sidwellinit.c (build_aggr_init): Reject bogus array initialize...
2000-08-09 Nathan Sidwellrtti.c (build_dynamic_cast_1): Set "C" linkage for...
2000-08-09 Nathan Sidwellcvt.c (convert_to_pointer_force): Fix error message...
2000-08-09 Jason Merrillpt.c (tsubst_aggr_type): Bail if creating the argvec...
2000-08-07 Kazu Hiratacp-tree.h (CLASSTYPE_HAS_PRIMARY_BASE_P): Fix a comment...
2000-08-05 Jeffrey Oldhamcxxabi.h (__pbase_type_info): Changed member names...
2000-08-05 Zack Weinberg[multiple changes]
2000-08-04 Mark Mitchellcp-tree.h (add_method): Change prototype.
2000-08-04 Joseph Myersc-common.h (flag_isoc94): Declare.
2000-08-04 Jason Merrillpt.c (do_type_instantiation): Add complain parm; don...
2000-08-03 Zack Weinbergdecl2.c: Silently ignore -Wstrict-prototypes; warn...
2000-08-02 Zack Weinberggcc.h (lang_specific_driver): Constify second argument.
2000-08-02 Zack Weinbergc-common.h: Prototype min_precision and c_build_qualifi...
2000-08-02 Mark Mitchell* cp-tree.h (DECL_NEEDED_P): Tweak.
2000-07-31 Jason Merrill* lang-specs.h: Use %i in rule for .ii files.
2000-07-31 Zack WeinbergMakefile.in: Rename cpp to cpp0, tradcpp to tradcpp0...
2000-07-31 Mark MitchellAllow indirect primary bases.
2000-07-30 Alex Samuelmangle.c (DECL_TEMPLATE_ID_P): Remove.
2000-07-28 Jason Merrilldecl.c (duplicate_decls): If common_type produces a...
2000-07-27 Mark Mitchellcp-tree.h (function_depth): Declare.
2000-07-27 Jason Merrilldwarf2out.c (gen_typedef_die): Abort if we get identica...
2000-07-27 Mark Mitchelldecl.c (start_cleanup_fn): Mark the function as `inline'.
2000-07-26 Marc Espie* parse.y: Add missing ';'.
2000-07-26 Mark Mitchellparse.y (empty_parms): Use `()', not `(...)', when...
2000-07-25 Nathan SidwellKill strict_prototype.
2000-07-25 Nathan Sidwelldecl.c (poplevel): Deal with anonymous variables at...
2000-07-25 Zack Weinbergtoplev.c (pipe_closed): Delete.
2000-07-23 Mark Mitchellc-semantics.c (make_rtl_for_local_static): Use TREE_ASM...
2000-07-21 Zack Weinbergcp-tree.h: Use __FUNCTION__ not __PRETTY_FUNCTION__.
2000-07-18 Nathan Sidwelltypeck.c (comp_target_parms): Remove obsolete parameter.
2000-07-18 Mark Mitchellcp-tree.h (THUNK_VCALL_OFFSET): Update documentation.
2000-07-17 Jason Merrilltypeck.c (mark_addressable): Never set TREE_USED.
2000-07-14 Zack Weinbergtop level:
2000-07-14 Mark Mitchellcvsignore: Add generated YACC files.
2000-07-13 Zack Weinberggcc.c (do_spec_1): Add new %B operator.
2000-07-12 Mark Mitchellgcc_update (files_and_dependencies): Remove generated...
2000-07-11 Mark Mitchellclass.c (layout_class_type): Add pointers to virtual...
2000-07-10 Benjamin Chelfc-common.h (build_stmt): Declare.
2000-07-10 Jakub Jelineksemantics.c (expand_body): Sync interface information...
2000-07-10 Jason Merrillinit.c (build_new_1): Bail early if the call to new...
2000-07-10 Mark Mitchelldecl.c (pushtag): Don't put local classes in template...
2000-07-10 Mark Mitchellcp-tree.h (char_type_p): New function.
2000-07-06 Nathan Sidwell* pt.c (tsubst): Don't layout type, if it's error_mark.
2000-07-06 Nathan Sidwell* pt.c (instantiate_pending_templates): Reset template...
2000-07-05 Jason Merrillcall.c (joust): Don't complain about `operator char...
2000-07-04 Jason Merrillrepo.c (repo_get_id): Handle the case where a class...
2000-07-03 Nathan Sidwell* decl2.c (push_decl_namespace): Push the original...
2000-07-03 Nathan Sidwellpt.c (instantiate_class_template): Set CLASSTYPE_VBASEC...
2000-07-03 Benjamin Chelfc-common.h (genrtl_begin_compound_stmt): Remove declara...
2000-07-02 Mark Mitchellmangle.c (canonicalize_for_substitution): Return the...
2000-07-02 Mark Mitchelldecl.c (duplicate_decls): Preserve DECL_ORIGINAL_TYPE...
2000-07-02 Ben ChelfMakefile.in (C_AND_OBJC_OBJS): Added c-semantics.o.
2000-07-02 Jason Merrillinit.c (init_init_processing): Go back to aligning...
2000-06-30 Mark Mitchellsemantics.c (genrtl_asm_stmt): Don't decay input operan...
2000-06-30 Mark MitchellMakefile.in (c-common.o): Don't depend on c-tree.h...
2000-06-30 Alex Samuelin libiberty/ChangeLog:
2000-06-30 Nathan Sidwellparse.y (expr_no_comma_rangle): New non-terminal.
2000-06-30 Mark Mitchellcp-tree.h (struct language_function): Remove temp_name_...
2000-06-30 Mark Mitchellc-common.c: Include c-common.h, not c-lex.h or c-tree.h.
2000-06-29 Nathan Sidwellcp-tree.h (SET_DECL_ARTIFICIAL): Remove.
2000-06-28 Mark Mitchellcp-tree.h (CLEAR_BINFO_NEW_VTABLE_MARKED): Remove.
2000-06-27 Mark Mitchell* decl.c (grokfndecl): Set DECL_CONTEXT for static...
2000-06-26 Nathan Sidwellsearch.c (hides): Remove.
2000-06-26 Nathan Sidwelldecl2.c (handle_class_head): Bash typedefs to the type...
2000-06-26 Mark Mitchellcp-tree.h (genrtl_begin_stmt_expr): Rename to ...
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_...
next
This page took 0.785826 seconds and 108 git commands to generate.