]> gcc.gnu.org Git - gcc.git/history - gcc/cp/ChangeLog
except.c (do_unwind): Delete dead function.
[gcc.git] / gcc / cp / ChangeLog
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
1998-03-12 Manfred Hollsteini386.md (andsi): Add default case in enumeration switch.
1998-03-12 Manfred Hollsteinc-decl (finish_struct): Change type of min_align to...
1998-03-11 Mark Mitchellpt.c (tsubst): Clear TYPE_REFERENCE_TO when creating...
1998-03-11 Mark Mitchellparse.y (new_initializer): Make sure all initializers...
1998-03-10 Mark Mitchelldecl2.c (import_export_decl): Mark tinfo functions...
1998-03-06 Jeffrey A LawFix typo.
1998-03-06 Kaveh GhaziGrr, ChangeLog entry for last change.
1998-03-04 Andreas Schwablex.c (do_scoped_id): Fix parenthesizing.
1998-03-04 Michael Tiemannrtti.c (get_tinfo_fn_dynamic): If this function is...
1998-03-04 Jason Merrilltypeck.c (unary_complex_lvalue): &D::i has type B:...
1998-03-04 Mark Mitchellpt.c (finish_member_template_decl): Deal more gracefull...
1998-03-03 Jason Merrillcall.c, [...]: Remove support for -fno-ansi-overloading...
1998-03-03 Jason Merrill* pt.c (unify): Don't allow reduced cv-quals when strict.
1998-03-03 Jason Merrillcall.c, [...]: Remove nsubsts parm from *type_unificati...
1998-03-02 Jason Merrillparse.y (explicit_template_type): Remove TEMPLATE keyword.
1998-03-02 Jim Wilsondecl.c (start_function): Don't call temporary_allocatio...
1998-03-01 Jason Merrillpt.c (instantiate_class_template): Don't mess with...
1998-02-28 Jason Merrillparse.y (nested_name_specifier): Use explicit_template_...
1998-02-28 Jason Merrillcp-tree.h (TYPENAME_TYPE_FULLNAME): New macro.
1998-02-27 Jason Merrillpt.c (add_to_template_args): Fix thinko.
1998-02-27 Jason MerrillSupport partial specialization of member class templates.
1998-02-27 Jason Merrillpt.c (tsubst, [...]): Support member class templates.
1998-02-25 Jason Merrilltypeck.c (get_delta_difference): Give hard error for...
1998-02-25 Jason MerrillPartial implementation of namespaces.
1998-02-24 Brendan Kehoedecl.c (finish_function): Give a pedwarn for reaching...
1998-02-24 Brendan Kehoedecl.c (finish_function): Give a pedwarn for reaching...
1998-02-24 Jason Merrillpt.c (instantiate_class_template): Don't instantiate...
1998-02-24 Jason Merrill* typeck2.c (process_init_constructor): Fix labeled...
1998-02-23 Jason Merrilltweak
1998-02-23 Jason Merrillpt.c, [...]: Remove unused NARGS argument to tsubst...
1998-02-23 Jason Merrill* pt.c (tsubst, FUNCTION_DECL): Tidy.
1998-02-23 Jason MerrillSupport for friend templates.
1998-02-22 Jeffrey A Law* error.c: Include sys/types.h.
1998-02-19 Jeff Lawmethod.c (build_mangled_name): Start CPP directives...
1998-02-19 Jason Merrilltypeck2.c (process_init_constructor): Sorry about non...
1998-02-19 Kriang Lerdsuwanakij* pt.c (coerce_template_parms) Add a new parameter...
1998-02-19 Jason Merrillcvt.c (cp_convert_to_pointer): Preserve TREE_CONSTANT.
1998-02-19 Brendan Kehoetypeck.c (build_unary_op): Only warn about incr/decr...
1998-02-19 Kriang Lerdsuwanakij* pt.c (unify): Handle TEMPLATE_DECL.
1998-02-18 Brendan Kehoe* cp-tree.h (strip_attrs): Remove decl.
1998-02-18 Brendan Kehoetree.h (merge_machine_{type,decl}_attributes): Declare.
1998-02-17 Mark Mitchellparse.y (initdcl0_innards): New grammar symbol.
1998-02-17 Jason Merrill* parse.y (simple_stmt): Use getdecls() to check for...
1998-02-14 Manfred HollsteinMake-lang.in (DEMANGLER_INSTALL_NAME, [...]): New macros.
1998-02-14 Jason Merrill* call.c (standard_conversion): Fix multi-level ptr...
1998-02-13 Jason Merrill* pt.c (determine_specialization): Give better errors.
1998-02-13 Mike Stump* init.c (build_new): Propagate error_mark_node up.
1998-02-13 Jason Merrillparse.y (simple_stmt): If the condition isn't a declara...
1998-02-13 Andreas Schwabcall.c (build_over_call): Convert builtin abs, labs...
1998-02-13 Jason Merrill* call.c (standard_conversion): A BASE_CONV replaces...
1998-02-13 Jason Merrillcp-tree.h: Add access_protected_virtual_node.
next
This page took 0.713169 seconds and 108 git commands to generate.