call.c (build_conditional_expr): Always use a TARGET_EXPR for class rvalues again.
[gcc.git] / gcc / cp / ChangeLog
1999-09-13 Jason Merrillcall.c (build_conditional_expr): Always use a TARGET_EX...
1999-09-13 Kaveh R. GhaziMakefile.in (gcc.o, [...]): Depend on gcc.h.
1999-09-13 Mark Mitchellcall.c (implicit_conversion): Robustify.
1999-09-12 Mark Mitchelldecl.c (add_decl_to_level): Remove TREE_PERMANENT asser...
1999-09-12 Bernd Schmidtdefine_function cleanup
1999-09-12 Mark Mitchellcp-tree.def (CLEANUP_STMT): New node.
1999-09-10 Mark MitchellFix missing ChangeLog entry
1999-09-10 Bernd SchmidtMove declarations and building code for common tree...
1999-09-10 Mark Mitchellcp-tree.h (language_function): Rename expanding_p to...
1999-09-10 Mark Mitchellcp-tree.h (FN_TRY_BLOCK_P): New macro.
1999-09-10 Mark Mitchellcp-tree.h (finish_function): Adjust prototype.
1999-09-10 Mark Mitchellcp-tree.h (CPTI_ATEXIT): New macro.
1999-09-10 Mark Mitchellrtti.c (get_tinfo_var): These should always be global
1999-09-10 Mark Mitchellsemantics.c (RECHAIN_STMTS): Remove `last' parameter.
1999-09-10 Mark Mitchell* parse.y (simple_stmt): Fix typo in last change.
1999-09-09 Mark Mitchellcp-tree.h (EXPR_STMT_ASSIGNS_THIS): New macro.
1999-09-09 Mark Mitchellcp-tree.h (begin_switch_stmt): Adjust prototype.
1999-09-09 Mark Mitchelldump.c (dequeue_and_dump): Dump types for constants.
1999-09-09 Mark Mitchelldecl.c (lang_mark_tree): Mark TYPE_LANG_SPECIFIC.
1999-09-09 Mark MitchellReorganize per-function data.
1999-09-09 Mark Mitchellcp-tree.h (scratch_tree_cons): Remove.
1999-09-09 Nathan Sidwellextend.texi (Volatiles): New node.
1999-09-09 Mark Mitchellcp-tree.h (lang_decl_flags): Remove permanent_attr.
1999-09-09 Mark Mitchellcp-tree.h (saved_scope): Remove old_binding_level and...
1999-09-09 Mark Mitchelldecl.c (layout_var_decl): Change prototype.
1999-09-08 Mark Mitchelldecl.c (start_function): Clear last_dtor_insn and last_...
1999-09-08 Mark Mitchellcp-tree.h (copy_to_permanent): Remove.
1999-09-08 Mark Mitchelldecl.c (ggc_p): Set it to 1.
1999-09-08 Richard Hendersonc-typeck.c (type_lists_compatible_p): Use simple_type_p...
1999-09-08 Jason Merrillsearch.c (binfo_for_vtable): Use CLASSTYPE_VFIELD_PARENT.
1999-09-07 Mark MitchellMakefile.in (tree.o): Depend on ggc.h.
1999-09-07 Mark MitchellMakefile.in (tree.o): Depend on ggc.h.
1999-09-06 Mark MitchellFix typo in last change.
1999-09-06 Mark MitchellGet ready for garbage collection.
1999-09-05 Richard HendersonMakefile.in (parse.o): Depend on ggc.h.
1999-09-05 Mark Mitchelldecl.c (init_decl_processing): Set mark_lang_status.
1999-09-05 Mark MitchellMake-lang.in (f771): Depend on ggc-callbacks.o.
1999-09-04 Mark MitchellMake-lang.in (cc1plus): Depend on $(GGC).
1999-09-04 Mark MitchellMakefile.in (CXX_TREE_H): Include function.h.
1999-09-04 Mark Mitchelldecl.c (expand_static_init): Tweak handling of static...
1999-09-03 Nathan Sidwelltypeck.c (build_indirect_ref): Reject dereference of...
1999-09-02 Mark Mitchellcp-tree.h (cp_function): Move here, from decl.c.
1999-09-02 Alex Samueldecl2.c (arg_assoc_template_arg): New prototype.
1999-09-02 Nathan Sidwellcall.c (build_conditional_expr): Warn on enum mismatches.
1999-09-02 Kaveh R. Ghazigxx.gperf (hash, [...]): Add prototypes.
1999-09-01 Mark Mitchellcp-tree.h (lang_type): Move align into type_flags.
1999-08-31 Kaveh R. Ghazic-parse.in (language_string): Constify.
1999-08-31 Kaveh R. Ghazirepo.c (getpwd): Don't prototype.
1999-08-31 Kaveh R. GhaziMakefile.in (LIBS, LIBDEPS): Link with & depend on...
1999-08-30 Jason Merrill* cp-tree.h (IS_AGGR_TYPE_2): Fix typo.
1999-08-30 Mark Mitchellcp-tree.h (begin_init_stmts): Declare.
1999-08-30 Mark Mitchellcp-tree.h (start_handler_parms): New function.
1999-08-30 Alex Samuelpt.c (push_template_decl_real): Use template declaratio...
1999-08-29 Mark Mitchellcp-tree.h (TYPE_NEEDS_CONSTRUCTING): Remove #if 0'd...
1999-08-29 Kaveh R. Ghazicp-tree.h (fndecl_as_string, [...]): Constify a char*.
1999-08-29 Mark Mitchellcp-tree.h (strip_array_types): New function.
1999-08-29 Richard Henderson* decl2.c (arg_assoc_class): Bail if the class is a...
1999-08-29 Mark MitchellFix typo in ChangeLog entry
1999-08-28 Mark Mitchellcp-tree.def (LABEL_STMT): New tree node.
1999-08-27 Mark Mitchelldecl.c (lookup_label): Build labels on the permanent...
1999-08-27 Mark Mitchellcp-tree.h (AGGR_INIT_VIA_CTOR_P): New macro.
1999-08-27 Mark Mitchellcp-tree.h (AGGR_INIT_VIA_CTOR_P): New macro.
1999-08-27 Mark Mitchelldecl.c (store_parm_decls): Reset immediate_size_expand.
1999-08-27 Mark Mitchelltree.c (store_parm_decls): Reset immediate_size_expand.
1999-08-27 Mark Mitchelltree.c (cplus_unsave_expr_now): Don't return a value.
1999-08-26 Mark Mitchell* semantics.c (do_poplevel): Always initialize the...
1999-08-26 Gavin Romig-KochFor gcc:
1999-08-26 Mark Mitchelldecl.c (grokdeclarator): Amend comment.
1999-08-26 Jason Merrilltree.c (cp_build_qualified_type_real): If we're asking...
1999-08-25 Mark Mitchellcp-tree.def (SUBOBJECT): New tree node.
1999-08-25 Mark Mitchell* dump.c (dequeue_and_dump): Dump TARGET_EXPRs.
1999-08-25 Nathan Sidwelldecl2.c (handle_class_head): Be graceful about addition...
1999-08-24 Jason Merrillcall.c (build_conditional_expr): Fix typo.
1999-08-24 Mumit Khan* g++spec.c (lang_specific_driver): Add room for NULL...
1999-08-24 Jason Merrillexception.cc (__cplus_type_matcher): Call __throw_type_...
1999-08-23 Paul Burchard* decl.c (check_default_argument): Fix typo.
1999-08-22 Mark Mitchellcp-tree.def (STMT_EXPR): Fix typo in node name.
1999-08-20 Mark Mitchellsemantics.c (finish_stmt_expr): Fix typo in comment.
1999-08-20 Andrew Haleymethod.c (process_overload_item): Call build_mangled_C9...
1999-08-20 Mark Mitchellpt.c (redeclare_class_template): Merge default template...
1999-08-19 Jason Merrillcp-tree.h: Declare flag_use_repository.
1999-08-19 Mark Mitchellcp-tree.def (PSEUDO_DTOR_EXPR): New tree code.
1999-08-18 Mark Mitchellsearch.c (setup_class_bindings): Robustify.
1999-08-18 Mark Mitchellcp-tree.h (build_lang_field_decl): Remove.
1999-08-18 Richard Hendersontree.c (search_tree): Handle TRUTH_{AND,OR,XOR}_EXPR...
1999-08-17 Mark Mitchellcp-tree.h (back_end_hook): New variable.
1999-08-17 Mark Mitchelldecl.c (add_decl_to_level): New function.
1999-08-17 Mark Mitchellcp-tree.h (CALL_DECLARATOR_PARMS): New macro.
1999-08-16 Mark Mitchellcp-tree.h (CAN_HAVE_FULL_LANG_DECL_P): New macro.
1999-08-16 Mark Mitchellcp-tree.def (STMT_EXPR): New tree node.
1999-08-15 Mark Mitchellpt.c (check_default_tmpl_args): Don't check in local...
1999-08-14 Jason MerrillSpeed up Koenig lookup.
1999-08-14 Mark Mitchellcp-tree.def (DECL_STMT): Make it smaller.
1999-08-13 Mark MitchellFix incorrect commit on previous change.
1999-08-13 Gavin Romig-KochFor gcc:
1999-08-12 Jason Merrilllang-options.h: Add -fms-extensions.
1999-08-12 Mark Mitchellcp-tree.h (minimal_parse_mode): Remove.
1999-08-11 Mark Mitchelldump.c (queue): Be careful when computing bitmasks.
1999-08-11 Martin v. Loewis* lex.c (do_identifier): Remove unnecessary lookup...
1999-08-10 Martin v. Loewisdecl2.c (set_decl_namespace): Do not complain about...
next