OSDN Git Service

* tree.c (mapcar): Handle LVALUE_EXPR.
[pf3gnuchains/gcc-fork.git] / gcc / cp / ChangeLog
1999-05-22 mmitchel * tree.c (mapcar): Handle LVALUE_EXPR.
1999-05-22 mmitchel * cp-tree.h (cplus_expand_constant): Declare.
1999-05-21 mmitchel * Make-lang.in (cc1plus): Make it depend on gxx.gperf.
1999-05-21 mmitchel * typeck.c (build_ptrmemfunc): Handle PTRMEM_CSTs...
1999-05-21 mmitchel * pt.c (tsubst): Don't issue error messages when we...
1999-05-20 jason * class.c (instantiate_type): Downgrade errors for...
1999-05-20 mmitchel * decl.c (grokdeclarator): Don't treat [] as indicating a
1999-05-20 mmitchel * call.c (build_object_call): Don't look at DECL_NAME...
1999-05-20 mmitchel * pt.c (for_each_template_parm): Rework to match...
1999-05-20 jason * class.c (finish_struct_1): Still check for ANON_AGGR...
1999-05-20 jason * tree.c (lvalue_p_1): A NOP_EXPR can be an lvalue.
1999-05-20 mmitchel * cp-tree.h (make_ptrmem_cst): New function.
1999-05-19 mmitchel * pt.c (build_template_decl): Copy DECL_NONCONVERTING_P.
1999-05-19 mmitchel * decl2.c (start_static_storage_duration_function...
1999-05-19 jason Implement anonymous structs.
1999-05-19 mmitchel * tree.c (cp_build_qualified_type): Don't allow qualif...
1999-05-19 law * gxxint.texi: Fix typo.
1999-05-19 jason * call.c (find_scoped_type, resolve_scope_to_name...
1999-05-18 jason * call.c (joust): Compare the types of the conv ops...
1999-05-17 lawFix ChangeLog entry.
1999-05-17 law * lang-specs.h: Define __GNU_CC and __GNUC_MINO...
1999-05-17 mmitchel * cp-tree.def (TEMPLATE_ID_EXPR): Update documentation.
1999-05-17 mmitchel * call.c (build_over_call): Don't throw away
1999-05-16 mmitchel * decl2.c (build_expr_from_tree): Handle COMPONENT_REF...
1999-05-16 jasonrevert
1999-05-16 jason * init.c (build_new_1): suspend_momentary while calcul...
1999-05-16 jason * decl2.c (finish_objects): Don't use .?tors.* if...
1999-05-16 mmitchel * cp-tree.h (permanent_p): New function.
1999-05-13 bothnerFix typo.
1999-05-13 bothner
1999-05-10 brolley1999-05-10 18:21 -0400 Zack Weinberg <zack@rabi.phys...
1999-05-10 jason * init.c (build_offset_ref): Wrap baselinks in OFFSET_...
1999-05-07 jason * init.c (resolve_offset_ref): Don't return a raw...
1999-05-06 nathan * call.c (build_new_method_call): Use TYPE_MAIN_VARIAN...
1999-05-05 mmitchel * decl2.c (start_objects): Don't let static constructo...
1999-05-03 loewis * typeck.c (string_conv_p): Use same_type_p to check...
1999-05-03 mmitchel * search.c (lookup_field_r): Set the TREE_TYPE of...
1999-05-03 mmitchel * typeck.c (build_const_cast): Tighten checks for...
1999-05-03 loewis * init.c (build_member_call): Lookup names...
1999-05-03 jimb* gxxint.texi: Add documentation for 'I'.
1999-05-02 loewis * tinfo.cc (operator==): Qualify type_info with std::.
1999-05-02 mmitchel * cp-tree.h (lang_decl_flags): Remove comdat. Updated...
1999-05-01 mmitchel * decl.c (wrapup_globals_for_namespace): Fix thinko...
1999-04-30 mmitchel * class.c (build_vtable): Use build_lang_decl when...
1999-04-30 mmitchel * typeck.c (build_const_cast): Tweak last change to...
1999-04-30 mmitchel * typeck.c (build_const_cast): Disallow use of const_c...
1999-04-30 nathan * decl.c (cp_finish_decl): Don't permit arrays of...
1999-04-29 mmitchel * decl2.c (do_static_destruction): Remove obsolete...
1999-04-29 rth * decl2.c (do_static_initialization): Call...
1999-04-29 nathan * cp-tree.h (TYPE_NOTHROW_P): New macro.
1999-04-28 nathan * cp-tree.h (build_component_addr): Remove prototype.
1999-04-28 schwab * search.c (binfo_for_vtable): Initialize bfvi.var.
1999-04-27 olivaFixed some old ChangeLog entries I wrote before becomin...
1999-04-27 nathan * rtti.c (build_x_typeid): Check rtti is enabled.
1999-04-27 mmitchel * search.c (is_subobject_of_p): Make sure we're lookin...
1999-04-26 jason * Make-lang.in (cplib2.ready): Don't depend on phony...
1999-04-23 mmitchel * decl2.c (finish_file): Tweak handling of extern...
1999-04-23 mmitchel * search.c (is_subobject_of_p): Handle TEMPLATE_TYPE_P...
1999-04-22 jason * tree.c (build_exception_variant): Fix typo: use...
1999-04-22 mmitchel * cp-tree.h (lang_decl_flags): Remove returns_first_ar...
1999-04-22 mmitchel * gxx.gperf (RETURN): Rename to RETURN_KEYWORD to...
1999-04-22 mmitchel * decl.c (make_typename_type): Tighten error-checking.
1999-04-20 mmitchel * cp-tree.h (build_binary_op): Remove unneeded parameter.
1999-04-20 jason * decl.c (grokfndecl): Always call cplus_decl_attributes.
1999-04-19 mmitchel * cp-tree.h (finish_static_data_member_decl): New...
1999-04-18 mmitchel * cp-tree.h (finish_class_definition): Add parameter.
1999-04-17 mmitchel * decl.c (xref_tag): Revise handling of nested template
1999-04-16 mmitchel * class.c (finish_struct): Remove unused variable.
1999-04-16 mmitchel * cp-tree.h (TREE_NONLOCAL_FLAG): Remove.
1999-04-16 mmitchel * decl.c (warn_about_implicit_typename_lookup): New...
1999-04-15 mmitchel * cp-tree.h (lookup_nested_field): Remove.
1999-04-15 mmitchel * cp-tree.h (lang_type): Add documentation.
1999-04-15 jasonremove conflict indicators
1999-04-15 jason * parse.y (after_type_declarator_intern): New nonterminal.
1999-04-14 mmitchel * cp-tree.h (popclass): Change declaration.
1999-04-14 jasonremove change bars
1999-04-14 jason * typeck.c (build_unary_op): Handle taking the address...
1999-04-14 loewis * extend.texi (Deprecated Features): New node.
1999-04-14 jason * decl2.c (setup_initp): Compare DECL_ASSEMBLER_NAME...
1999-04-13 mrsFix spelling and formatting.
1999-04-13 jason * pt.c (tsubst_function_type): Copy attributes over.
1999-04-13 jason * tree.c (cp_valid_lang_attribute): New fn. Handle...
1999-04-13 mmitchel * class.c (finish_struct_1): Look at the const-ness...
1999-04-13 mrsFix up spelling and formatting.
1999-04-13 mrs * decl2.c (import_export_decl): Because vtables always...
1999-04-13 jason * cp-tree.h (struct lang_type): Add com_interface.
1999-04-13 jason * cp-tree.h (COMPARE_NO_ATTRIBUTES): New macro.
1999-04-13 jason * decl.c (xref_tag): Only complain once about using...
1999-04-12 jason * parse.y (absdcl_intern): New nonterminal.
1999-04-12 jason * pt.c (lookup_template_class): Look through implict...
1999-04-11 mmitchel * friend.c (add_friend): Deal gracefully with error_ma...
1999-04-11 mmitchel * decl.c (push_binding): Fix typo in comment.
1999-04-10 mmitchel * error.c (dump_type_real): If a typename is a templat...
1999-04-09 mmitchel * decl.c (make_typename_type): Complain if we don...
1999-04-09 jason * decl.c (start_decl): Pass attributes to grokdeclarator.
1999-04-08 mmitchel * error.c (dump_expr): Don't crash on INDIRECT_REFs...
1999-04-08 mmitchel * search.c (template_self_reference_p): Tweak.
1999-04-06 mmitchel * cp-tree.h (BASELINK_P): New macro.
1999-04-05 mmitchel * decl.c (lookup_name_current_level): Tweak, and improve
1999-04-05 mmitchel * class.c (maybe_fixup_vptrs): Remove declaration.
next