OSDN Git Service

* init.c (build_delete): Reset TYPE_HAS_DESTRUCTOR here.
[pf3gnuchains/gcc-fork.git] / gcc / cp / ChangeLog
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...
1998-10-05 ghazi * call.c (build_object_call): Move declaration...
1998-10-04 jason * errfn.c (cp_thing): Print buf as a string not as...
1998-10-04 jason * pt.c (pop_tinst_level): Call extract_interface_info.
1998-10-04 jason * decl.c (grokdeclarator): Remove redundant calls to
1998-10-04 mmitchel * call.c (build_over_call): Make pedwarns about droppe...
1998-10-04 mmitchel * search.c (expand_upcast_vtables): In addition to...
1998-10-03 mmitchel * class.c (current_class_ptr, current_class_ref):...
1998-10-03 jason * decl2.c (merge_functions): Remove duplicates.
1998-10-03 jason * typeck.c (build_conditional_expr): Only fold if...
1998-10-03 jason * decl2.c (finish_vtable_vardecl): Check DECL_INTERFAC...
1998-10-01 jason * cp-tree.h (FORMAT_VBASE_NAME): New macro.
1998-10-01 nickcReplace occurances of HANDLE_SYSV_PRAGMA with HANDLE_GE...
1998-10-01 nickcAdd invocation of SET_DEFAULT_DECL_ATTRIBUTES, if defined.
1998-09-28 green * semantics.c (finish_asm_stmt): Always permit volati...
1998-09-28 mmitchel * decl.c (grokdeclarator): Tighten checks for invalid
1998-09-25 jason * search.c (get_base_distance): Remove assert.
1998-09-25 loewis1998-09-24 Martin von L�wis <loewis@informatik.hu...
1998-09-25 ghaziWarning fixes:
1998-09-24 mmitchel * cp-tree.h (language_lvalue_valid): Remove.
1998-09-24 bkoz
1998-09-23 gerald * friend.c (do_friend): Make warning a full sentence.
1998-09-22 mmitchel * parse.y (component_decl_list): Improve error-recovery.
1998-09-22 bkoz
1998-09-22 mmitchel * decl.c (grokfndecl): Improve error-recovery.
1998-09-21 loewis1998-09-20 Martin von L�wis <loewis@informatik.hu...
1998-09-21 bothner
1998-09-21 law * lex.c (init_lex): Use getenv ("LANG"), not...
1998-09-20 mmitchel * class.c (maybe_warn_about_overly_private_class)...
1998-09-17 amacleodThu Sep 17 16:42:16 EDT 1998 Andrew MacLeod <amacleod...
1998-09-16 mmitchel * Make-lang.in (tinfo.o): Use CXXFLAGS when compiling.
1998-09-15 rth * tree.h (BUILT_IN_CALLER_RETURN_ADDRESS): Unused...
1998-09-15 oliva * call.c (build_field_call): handle static data member...
1998-09-15 oliva * typeck.c (comptypes): when comparing pointer types...
1998-09-15 mmitchel * cp-tree.h: Revert previous change.
1998-09-15 amacleodTue Sep 15 14:10:54 EDT 1998 Andrew MacLeod <amacleod...
1998-09-15 amacleodTue Sep 15 13:53:59 EDT 1998 Andrew MacLeod <amacleod...
1998-09-14 mmitchel * pt.c (check_specialization_scope): Fix spelling...
1998-09-10 mmitchel * decl.c (pushdecl): Don't copy types if the
next