pt.c (mabybe_get_template_decl_from_type_decl): New function.
[gcc.git] / gcc / cp / ChangeLog
1998-04-26 Mark Mitchellpt.c (mabybe_get_template_decl_from_type_decl): New...
1998-04-26 Mark Mitchellpt.c (check_explicit_specialization): Handle overloaded...
1998-04-23 Jason Merrillcp-tree.def: Add WRAPPER.
1998-04-23 Mark Mitchell* pt.c (unify): Fix typo in previous change.
1998-04-23 Jason Merrill* error.c (dump_type_real): Declare canonical_name.
1998-04-23 Jason Merrill* typeck.c (comp_target_types): Fix PMFs.
1998-04-22 Mark Mitchellpt.c (tsubst): Decrease the template-level of TEMPLATE_...
1998-04-22 Mark Mitchellclass.c (finish_struct): Set TREE_PRIVATE and TREE_PROT...
1998-04-21 Mark Mitchell* decl2.c (grokfield): Remangle the name of a member...
1998-04-21 Mark Mitchelldecl2.c (check_member_template): Set DECL_IGNORED for...
1998-04-21 Mark Mitchell* errfn.c (cp_thing): Use xrealloc, not xmalloc, to...
1998-04-21 Benjamin Kosnikdecl.c (duplicate_decls): Only check DECL_FRIEND_P...
1998-04-21 Jason Merrill* typeck.c (convert_for_assignment): Fix handling of...
1998-04-21 Jeffrey A Lawcp-tree.h (intTI_type_node, [...]): Declare.
1998-04-18 Jim WilsonPatches to give useful error when no files specified.
1998-04-17 Mark Mitchellcp-tree.h (type_as_string_real): New function.
1998-04-17 Jason Merrilldecl2.c (lang_decode_option): -fnew-abi implies -fvtabl...
1998-04-17 Andreas SchwabMake-lang.in (c++.all.build): Don't depend on $(DEMANGL...
1998-04-17 Jeffrey A Lawtree.c (avoid_overlap): Add prototype.
1998-04-17 Jason Merrill* decl2.c (build_expr_from_tree): Just return a PMF.
1998-04-17 Mark Mitchelltypeck2.c (process_init_constructor): Don't strip cv...
1998-04-17 Jason Merrilldecl.c (duplicate_decls): Fix check for when it's safe...
1998-04-16 Jeff Lawpt.c (build_template_parm_index): Add prototype.
1998-04-16 Jeff Lawsearch.c (my_tree_cons): Don't clear words outside...
1998-04-15 Dave Brolleylex.c (init_parse): Now returns char* containing the...
1998-04-15 John Carrerrfn.c: Rework to avoid problems when HOST_WIDE_INT...
1998-04-13 Benjamin Kosnikdecl.c (duplicate_decls): Don't warn for redundant...
1998-04-10 Jason Merrillsig.c (build_signature_pointer_constructor): Don't...
1998-04-09 Benjamin Kosnikcp-tree.h (start_decl): Update prototype.
1998-04-08 Dave Brolleylex.c (finput): New variable.
1998-04-07 Jason Merrillcall.c (build_call): Still evaluate the actual argument.
1998-04-05 Jason Merrill* tree.c (avoid_overlap): Return a value.
1998-04-04 Jeffrey A Lawmethod.c (check_btype): Add missing argument to xrealloc.
1998-04-04 Jeff Law* Check in merge from gcc2. See ChangeLog.11 and Chang...
1998-04-03 Jason MerrillImplement empty base optimization.
1998-04-03 Jason Merrill* decl.c (cplus_expand_expr_stmt): Strip unused INDIREC...
1998-04-03 Jason MerrillRe-implement allocation of base class subobjects.
1998-04-02 Jason Merrillcp-tree.h: Lose CLASSTYPE_VBASE_SIZE, some unused stuff.
1998-04-01 Jeffrey A Law* class.c, Make sure system.h is included just after...
1998-04-01 Jason Merrillfriend.c (is_friend): Fix access control for local...
1998-04-01 Mark Mitchellcall.c (build_over_call): Do name resolution for defaul...
1998-03-31 Jeffrey A Lawcall.c: Include system.h.
1998-03-30 Mark Mitchellpt.c (fn_type_unification): Allow incomplete unificatio...
1998-03-30 Jason Merrilltree.c (member_p): New fn.
1998-03-30 Jason Merrillcall.c (build_method_call): Handle non-scoped destructo...
1998-03-29 Jason Merrillfriend.c (is_friend): Local classes have the same acces...
1998-03-29 Jeffrey A Law* typeck.c (expand_target_expr): Delete dead function.
1998-03-29 Jeffrey A Law* search.c: Put various prototypes inside #ifdef MI_MATRIX.
1998-03-29 Jeffrey A Law* method.c (thunk_printable_name): Delete dead function.
1998-03-29 Jeffrey A Law* lex.c (yynextch): Delete dead function.
1998-03-29 Jeffrey A Law* expr.c (tree_extract_aggr_init): #if 0 out.
1998-03-29 Jeffrey A Lawexcept.c (do_unwind): Delete dead function.
1998-03-29 Jeffrey A Law* cvt.c (build_conversion_type_1): Delete dead function.
1998-03-29 Jeffrey A Law* cp-tree.h (push_expression_obstack): Declare.
1998-03-29 Jeffrey A Lawi * call.c (source_type): #if 0 out.
1998-03-28 Jeffrey A Lawclass.c (alter_access): Remove unused label.
1998-03-28 Mark Mitchellpt.c (tsubst): Clear TREE_USED for new FUNCTION_DECLs.
1998-03-27 Mark Mitchellerror.c (dump_decl): Be a bit more explicit with templa...
1998-03-27 Jason Merrill* inc/exception: Reorder closing braces.
1998-03-27 Mark Mitchellpt.c (redeclare_class_template): New function.
1998-03-26 Jason Merrillcall.c (build_over_call): Check IS_AGGR_TYPE, not TYPE_...
1998-03-26 Jason Merrilldecl.c (grokdeclarator): Remove const and volatile...
1998-03-26 Mark Mitchellpt.c (convert_nontype_argument): STRIP_NOPS where appro...
1998-03-26 Mark Mitchellcall.c (build_object_call): Complain about ambiguous...
1998-03-26 Mark Mitchellcvt.c (perform_qualification_conversions): Use comp_tar...
1998-03-25 Mark Mitchellcp-tree.h (enforce_access): Declare.
1998-03-25 Kriang Lerdsuwanakij* cp-tree.h: Fix typo.
1998-03-25 Jason Merrillexpr.c (cplus_expand_expr): Only do PCC_STATIC_STRUCT_R...
1998-03-25 Jason Merrill* decl2.c (constructor_name_full): Handle TYPENAME_TYPE.
1998-03-24 Mark Mitchelltree.c (mapcar): When dealing with a DECL, use it's...
1998-03-24 Benjamin Kosnikdecl.c (init_decl_processing): Set TYPE_PRECISON for...
1998-03-24 Mark Mitchellcplus-dem.c (optable): Add sizeof.
1998-03-23 Jason Merrill* pt.c (complete_template_args): Initialize skip properly.
1998-03-23 Jason Merrilldecl.c (make_typename_type): Revert.
1998-03-21 Nick CliftonMakefile.in: Various fixes for building cygwin32 native...
1998-03-20 Kriang Lerdsuwanakij* pt.c (tsubst, TEMPLATE_TEMPLATE_PARM): Simplify.
1998-03-20 Jason Merrilldecl.c (make_implicit_typename): Rewrite removed code.
1998-03-20 Jason Merrillpt.c (complete_template_args): Rewrite.
1998-03-19 Mark Mitchellpt.c (tsubst): Clear DECL_PENDING_INLINE_INFO for new...
1998-03-19 Jason Merrill* decl.c (make_implicit_typename): Lose useless code.
1998-03-19 Jason Merrill* call.c (standard_conversion): Handle A* -> const...
1998-03-19 Jason Merrillpt.c (get_bindings_real): Rename from get_bindings.
1998-03-19 Mark Mitchellpt.c (check_explicit_specialization): When reverting...
1998-03-19 Jason Merrillpt.c (tsubst_copy, CONST_DECL): Don't bother tsubsting...
1998-03-19 Jason Merrilldecl.c (store_bindings): Use free_binding_vecs.
1998-03-18 Jason Merrilldecl.c (make_implicit_typename): Only change the type...
1998-03-18 Mark Mitchellsemantics.c: New file, containing routines to perform...
1998-03-18 Jason Merrill* pt.c (push_template_decl): Only check primary templates.
1998-03-18 Jason Merrillpt.c (check_explicit_specialization): Complain about...
1998-03-18 Jason Merrillparse.y (nomods_initdcl0): Also call cp_finish_decl...
1998-03-17 Mark Mitchelltypeck2.c (build_x_arrow): Don't crash when an aggregat...
1998-03-17 Jason Merrillpt.c (push_template_decl): Complain about template...
1998-03-17 Jason Merrillclass.c (pushclass): Only use the mi_matrix stuff ...
1998-03-16 Mark Mitchell* parse.y: Deal with CONSTRUCTORS in new_initializers.
1998-03-16 Mark Mitchellpt.c (tsubst_copy): Deal with BIND_EXPR in a way that...
1998-03-15 Jason Merrillcp-tree.h (TEMPLATE_PARMS_FOR_INLINE): New macro.
1998-03-15 Mark Mitchellpt.c (tsubst): Clear TYPE_REFERENCE_TO when creating...
1998-03-15 Manfred Hollsteincp-tree.h (struct lang_decl_flags): Add needs_final_ove...
1998-03-12 Manfred Hollsteind
1998-03-12 Manfred Hollsteind
next