error.c (dump_function_decl): Don't print the argument types for a function when...
[gcc.git] / gcc / cp / ChangeLog
1999-01-20 Mark Mitchellerror.c (dump_function_decl): Don't print the argument...
1999-01-19 Jason Merrilldecl2.c (finish_vtable_vardecl): Make vtables comdat...
1999-01-18 Jason Merrilltypeck.c (build_component_ref): Wrap an OVERLOAD around...
1999-01-18 Jason Merrilltree.c (copy_template_template_parm): Use permanent_obs...
1999-01-18 Jason Merrilltypeck.c (comp_ptr_ttypes_reinterpret): Per ANSI, tight...
1999-01-16 Jason Merrilldecl.c (grokdeclarator): Don't make 'main(){}' an error...
1999-01-16 Nathan Sidwellcp-tree.h (struct lang_type): Added has_mutable flag.
1999-01-15 Mark Mitchellpt.c (process_template_parm): Ignore top-level qualifie...
1999-01-14 Jason Merrillre PR other/18132 (Problem compiling gcc 3.4.2)
1999-01-13 Mark Mitchelldecl.c (grokdeclarator): Undo 1998-12-14 change.
1999-01-12 Richard Henderson* cp-tree.h (flag_permissive): Declare extern.
1999-01-06 Mark Mitchellcp-tree.h (IDENTIFIER_TYPENAME_P): Use OPERATOR_TYPENAM...
1999-01-06 Mark Elbrechtg++spec.c (LIBSTDCXX): Provide default definition.
1999-01-05 Kaveh R. Ghazi* Make-lang.in (g++.o): Depend on prefix.h.
1999-01-04 Jason Merrilltree.c (bound_pmf_p): New fn.
1999-01-04 Jason Merrill* decl.c (grok_op_properties): Use same_type_p.
1998-12-22 Kaveh R. GhaziWarning fixes:
1998-12-22 Mark Mitchellcp-tree.h (TYPE_RAISES_EXCEPTIONS): Improve documentation.
1998-12-18 DJ Deloriecvt.c (convert_to_reference): Check for both error_mark...
1998-12-18 Jason Merrillerror.c (interesting_scope_p): New fn.
1998-12-17 Mark Mitchellpt.c (push_inline_template_parms_recursive): Set it.
1998-12-16 Mark Mitchellclass.c (resolve_address_of_overloaded_function): Do...
1998-12-16 Dave Brolleylang-specs.h (default_compilers): Pass -MD, -MMD and...
1998-12-15 Mark Mitchelldecl.c (poplevel): Make sure ns_binding is initialized.
1998-12-15 Mark Mitchelldecl.c (finish_function): Undo inadvertant change in...
1998-12-14 Mark Mitchellclass.c (pushclass): Tweak handling of class-level...
1998-12-13 Mark Mitchellcp-tree.def (CPLUS_BINDING): Update documentation.
1998-12-12 Jason Merrilldecl.c (grokdeclarator): Allow field with same name...
1998-12-10 Mark Mitchelldecl.c (start_enum): Use push_obstacks, not end_tempora...
1998-12-10 Mark Mitchellclass.c (instantiate_type): Return error_mark_node...
1998-12-09 Mark Mitchellcp-tree.h (most_specialized_instantiation): New function.
1998-12-09 Dave Brolleylex.c (lang_init_options): Initialize cpplib.
1998-12-09 Mark Mitchelldecl.c (grokdeclarator): Update the name of the TEMPLAT...
1998-12-08 Andrew MacLeodSee ChangeLog..
1998-12-08 Jeffrey A Law* Make-lang.in (cxxmain.o): Depend on $(DEMANGLE_H...
1998-12-07 Mike Stumplex.c (check_newline): Add support for \ as `natural...
1998-12-07 Zack Weinbergdecl2.c: s/data/opts/ when initializing cpp_reader...
1998-12-07 Jason Merrilldecl.c (build_typename_type): Set DECL_ARTIFICIAL.
1998-12-06 Jason Merrilldecl2.c (coerce_new_type): Use same_type_p.
1998-12-04 Jason Merrilllex.c (handle_cp_pragma): Disable #pragma interface...
1998-12-04 Jason Merrillpt.c (check_template_shadow): New fn.
1998-12-03 Mark Mitchellclass.c (handle_using_decl): Fix comment.
1998-12-02 Mark Mitchelldecl2.c (validate_nonmember_using_decl): Complain about...
1998-11-29 Jason Merrilltypeck2.c (process_init_constructor): Use same_type_p.
1998-11-29 Jason Merrillpt.c (unify, [...]): Pass down 'strict' rather than...
1998-11-27 Kaveh R. Ghazi* g++spec.c: Don't prototype xmalloc.
1998-11-25 Jason Merrillexcept.c (expand_throw): Use TYPE_PTR_P to check for...
1998-11-25 Andreas Schwablex.c (make_lang_type): Clear the whole struct lang_typ...
1998-11-25 Jason Merrilldecl.c (start_decl): An explicit specialization of...
1998-11-25 Jason Merrillexcept.c (expand_throw): Use cp_finish_decl for the...
1998-11-24 Jason Merrilllex.c (handle_generic_pragma): Use token_buffer.
1998-11-24 Jason Merrilltypeck.c (build_component_ref): Remove unused statement.
1998-11-24 Jason Merrillclass.c (add_method): Build up OVERLOADs properly for...
1998-11-23 Jason Merrilltypeck2.c (process_init_constructor): If there are...
1998-11-23 Mark Mitchellpt.c (instantiate_class_template): Don't try to figure...
1998-11-23 Benjamin Kosnikmethod.c (process_overload_item): Add call to build_man...
1998-11-23 Jason Merrillparse.y (named_class_head): Update CLASSTYPE_DECLARED_C...
1998-11-23 Jason Merrillclass.c (finish_struct_1): Set things up for 0-width...
1998-11-22 Jason Merrilldecl.c: Lose warn_about_return_type.
1998-11-22 Jason Merrilldecl.c (tag_name): New fn.
1998-11-22 Mark Mitchelldecl.c (poplevel): Remove code to handle KEEP == 2.
1998-11-21 Jason Merrilldecl.c (require_complete_types_for_parms): Call layout_...
1998-11-21 Martin v. Löwisdecl2.c (validate_nonmember_using_decl): Allow using...
1998-11-21 Jason MerrillHandle specifying template args to member function...
1998-11-19 Manfred HollsteinMakefile.in (mandir): Set to @mandir@.
1998-11-19 Jason Merrillsemantics.c (begin_class_definition): Call maybe_proces...
1998-11-18 Mark Mitchellcp-tree.h (PTRMEM_CST_CLASS): Fix typo.
1998-11-18 Jason Merrilldecl.c (cplus_expand_expr_stmt): Always complain about...
1998-11-18 Mark Mitchell* Make-lang.in (cc1plus): Add dependency on hash.o.
1998-11-18 Jason Merrillsearch.c (get_abstract_virtuals): Complain about virtua...
1998-11-17 Mark Mitchellcp-tree.h (TYPE_ALIAS_SET): Document language-dependent...
1998-11-17 Jason Merrillpt.c (tsubst): Add diagnostics for invalid array, refer...
1998-11-16 Jason Merrilltypeck2.c (my_friendly_abort): Don't fatal twice in...
1998-11-16 Mark Mitchellcp-tree.h (DECL_TEMPLATE_INSTANTIATED): New macro.
1998-11-16 Jason Merrilldecl.c (cplus_expand_expr_stmt): Promote warning about...
1998-11-15 Jason Merrilldecl.c (struct cp_function): Add named_label_uses.
1998-11-13 Mark Mitchellexcept.c (expand_throw): Make sure first argument to...
1998-11-11 Jason Merrillpt.c (try_one_overload): Take orig_targs again.
1998-11-08 Mark Mitchell* method.c (build_overload_value): Handle REFERENCE_TYPE.
1998-11-08 Martin v. Löwisdecl.c (grokdeclarator): Allow namespace-scoped members...
1998-11-08 Jason Merrillpt.c (tsubst_decl): Don't mess with the global value...
1998-11-07 Kaveh R. Ghazicp-tree.h: Don't include gansidecl.h.
1998-11-06 Mark Mitchellcp-tree.h (lang_decl_flags): Add defined_in_class.
1998-11-04 Mark Mitchellcp-tree.h (CP_TYPE_CONST_P): Make {0,1}-valued.
1998-11-03 Mark Mitchell* pt.c (tsubst): Use build_index_type, not build_index_...
1998-11-03 Jason Merrillclass.c (instantiate_type): Be more helpful.
1998-11-02 Mark Mitchell* init.c (expand_vec_init): Fix off-by-one error.
1998-11-01 Alexandre Olivaparse.y (apparent_template_type): new type
1998-11-01 Mark Mitchellcp-tree.h (COMPARE_STRICT): New macro.
1998-10-31 Jason Merrill* rtti.c (build_dynamic_cast_1): Fix cut-and-paste...
1998-10-30 Mark Mitchelldecl2.c (delete_sanity): Pass integer_zero_node, not...
1998-10-29 Jason Merrill* decl.c (lookup_name_real): Simplify suggested fix.
1998-10-29 Jason Merrill* decl.c (lookup_name_real): OK, only warn if not lexing.
1998-10-29 Jason Merrillcp-tree.h (IDENTIFIER_MARKED): New macro.
1998-10-29 Zack Weinberglex.c: Call check_newline from lang_init always.
1998-10-29 Jason Merrillpt.c (push_template_decl_real): Generalize check for...
1998-10-28 Richard HendersonMakefile.in (cc1plus): Put CXX_OBJS, and thence @extra_...
1998-10-28 Jason Merrillclass.c (instantiate_type): Don't consider templates...
1998-10-28 Jason Merrillclass.c (finish_struct_1): Don't complain about non...
1998-10-28 Jason Merrillrevert: pt.c (convert_nontype_argument): Tell instantia...
next