OSDN Git Service

* decl2.c (validate_nonmember_using_decl): Allow using templates
[pf3gnuchains/gcc-fork.git] / gcc / cp / ChangeLog
1998-11-21 loewis * decl2.c (validate_nonmember_using_decl): Allow using...
1998-11-21 jason Handle specifying template args to member function...
1998-11-19 manfredgcc/ChangeLog:
1998-11-19 jason * semantics.c (begin_class_definition): Call
1998-11-18 mmitchel * cp-tree.h (PTRMEM_CST_CLASS): Fix typo.
1998-11-18 jason * decl.c (cplus_expand_expr_stmt): Always complain...
1998-11-18 mmitchel * Make-lang.in (cc1plus): Add dependency on hash.o.
1998-11-18 jason * search.c (get_abstract_virtuals): Complain about...
1998-11-17 mmitchel * cp-tree.h (TYPE_ALIAS_SET): Document language-depend...
1998-11-17 jason * pt.c (tsubst): Add diagnostics for invalid array...
1998-11-16 jason * typeck2.c (my_friendly_abort): Don't fatal twice...
1998-11-16 mmitchel * cp-tree.h (DECL_TEMPLATE_INSTANTIATED): New macro.
1998-11-16 jason * decl.c (cplus_expand_expr_stmt): Promote warning...
1998-11-15 jason * decl.c (struct cp_function): Add named_label_uses.
1998-11-13 mmitchel * except.c (expand_throw): Make sure first argument to
1998-11-11 jason * pt.c (try_one_overload): Take orig_targs again....
1998-11-08 mmitchel * method.c (build_overload_value): Handle REFERENCE_TYPE.
1998-11-08 loewis * decl.c (grokdeclarator): Allow namespace-scoped...
1998-11-08 jason * pt.c (tsubst_decl): Don't mess with the global value...
1998-11-07 ghazi * cp-tree.h: Don't include gansidecl.h.
1998-11-06 mmitchel * cp-tree.h (lang_decl_flags): Add defined_in_class...
1998-11-04 mmitchel * cp-tree.h (CP_TYPE_CONST_P): Make {0,1}-valued.
1998-11-03 mmitchel * pt.c (tsubst): Use build_index_type, not build_index...
1998-11-03 jason * class.c (instantiate_type): Be more helpful.
1998-11-02 mmitchel * init.c (expand_vec_init): Fix off-by-one error.
1998-11-01 oliva * parse.y (apparent_template_type): new type
1998-11-01 mmitchel * cp-tree.h (COMPARE_STRICT): New macro.
1998-10-31 jason * rtti.c (build_dynamic_cast_1): Fix cut-and-paste...
1998-10-30 mmitchel * decl2.c (delete_sanity): Pass integer_zero_node...
1998-10-29 jason * decl.c (lookup_name_real): Simplify suggested fix.
1998-10-29 jason * decl.c (lookup_name_real): OK, only warn if not...
1998-10-29 jason * cp-tree.h (IDENTIFIER_MARKED): New macro.
1998-10-29 brolley1998-10-28 Zack Weinberg <zack@rabi.phys.columbia...
1998-10-29 jason * pt.c (push_template_decl_real): Generalize check...
1998-10-28 rth * Makefile.in (cc1plus): Put CXX_OBJS, and...
1998-10-28 jason * class.c (instantiate_type): Don't consider templates...
1998-10-28 jason * class.c (finish_struct_1): Don't complain about...
1998-10-28 jasonRevert
1998-10-28 jason * init.c (build_delete): Reset TYPE_HAS_DESTRUCTOR...
1998-10-28 jason * pt.c (push_template_decl_real): Complain about defau...
1998-10-28 jason * call.c (add_function_candidate): Treat conversion...
1998-10-27 jason * lex.c (do_identifier): Also generate LOOKUP_EXPR...
1998-10-27 mmitchel * decl.c (grokdeclarator): Use type_quals, rather...
1998-10-27 jason * call.c (standard_conversion): instantiate_type here.
1998-10-26 mmitchel * error.c (dump_decl): Deal with TEMPLATE_DECLs that are
1998-10-26 jason * decl.c (grokdeclarator): Complain about a variable...
1998-10-26 brendan * decl.c (grokdeclarator): Disallow `explicit' in...
1998-10-26 jason * typeck2.c (process_init_constructor): Only skip...
1998-10-26 jason * cp-tree.def (TYPEOF_TYPE): New code.
1998-10-26 jason * typeck2.c (check_for_new_type): Only depend on pedan...
1998-10-26 manfred
1998-10-26 jason * typeck.c (convert_arguments): Don't handle pmf refer...
1998-10-25 mmitchel * decl.c (grokdeclarator): Set DECL_NONCONVERTING_P...
1998-10-24 loewis * gxxint.texi: Correct documentation for n, N, Q,...
1998-10-24 loewis * parse.y (condition): Convert VAR_DECL from reference...
1998-10-23 amacleod1998-10-23 Andrew MacLeod <amacleod@cygnus.com>
1998-10-23 mmitchel * cplus-dem.c (work_stuff): Replace const_type and...
1998-10-23 jason * cp-tree.h (CP_TYPE_READONLY): New macro to handle...
1998-10-22 loewis * parse.y (named_class_head): Push into class while...
1998-10-22 loewis * init.c (build_new_1): Delay cleanup until...
1998-10-21 jason * typeck.c (build_component_ref): Use of a type here...
1998-10-19 jason Revamp references to member functions.
1998-10-18 loewis * decl2.c (validate_nonmember_using_decl):...
1998-10-18 jason * decl.c (grokvardecl): Fix thinko.
1998-10-18 jason * decl.c (grokdeclarator): Embedded attrs bind to...
1998-10-18 jason * parse.y (fn.def2): Fix 'attrs' format.
1998-10-17 jason * decl.c (grokfndecl): Set DECL_CONTEXT to namespace...
1998-10-17 ghaziWarning fixes:
1998-10-16 mmitchel * decl.c (lookup_name_real): Handle template parameter...
1998-10-16 mmitchel * decl.c (expand_static_init): Build cleanups before...
1998-10-16 mmitchel * pt.c (for_each_template_parm): Don't examine uninsta...
1998-10-16 brolley1998-10-16 Dave Brolley <brolley@cygnus.com>
1998-10-16 mmitchel * class.c (add_method): Fix documentation to reflect...
1998-10-16 jason * typeck.c (build_indirect_ref): Complain about a...
1998-10-16 jason * decl.c (grokfndecl): Also check ctype when checking...
1998-10-15 jason * decl.c (grokfndecl): ::main and __builtin_* get...
1998-10-15 mmitchel * class.c (maybe_warn_about_overly_private_class)...
1998-10-14 bkoz~
1998-10-14 mmitchel * pt.c (lookup_template_class): Add comment.
1998-10-14 jason * decl.c (grokfndecl): Fix my thinko.
1998-10-13 jason * tinfo2.cc (fast_compare): Remove.
1998-10-13 mmitchel * cp-tree.h (specializations_of_same_template_p):...
1998-10-12 jason * tinfo.cc (operator==): Always compare names.
1998-10-12 jason * decl.c (start_function): Fix cut-and-paste error.
1998-10-12 mmitchelInstall ChangeLog entry that got left out
1998-10-12 jason * i386/t-cygwin32 (TARGET_LIBGCC2_CFLAGS): Define.
1998-10-12 jason * typeck2.c (my_friendly_abort): Add URL.
1998-10-10 manfred
1998-10-09 mmitchel * search.c (expand_upcast_fixups): Tweak to match...
1998-10-09 mmitchel * cvt.c (ocp_convert): Avoid infinite recursion caused by
1998-10-09 jason * pt.c (resolve_overloaded_unification): New fn.
1998-10-08 green * semantics.c (finish_asm_stmt): Revert my 1998-09-28
1998-10-08 law * typeck.c (unsigned_type): Only return TItype...
1998-10-07 ghaziWarning fixes:
1998-10-07 mmitchel * class.c (finish_struct_1): Add commentary on prevous...
1998-10-07 mmitchel * cp-tree.h (vtbl_ptr_type_node): New variable.
1998-10-06 mmitchel * cp-tree.def (PTRMEM_CST): New tree node.
1998-10-06 mmitchel * call.c (resolve_args): Resolve template specializati...
1998-10-06 ghaziWarning fixes:
1998-10-05 jason * pt.c (instantiate_decl): Do save and restore file...
next