1. 08 Aug, 2002 6 commits
    • class.c (convert_to_base): Correct check for error_mark_node. · 5bfc90de
      	* class.c (convert_to_base): Correct check for error_mark_node.
      	(create_vtable_ptr): Remove unused VFUNS_P parm
      
      From-SVN: r56127
      Nathan Sidwell committed
    • configure.in (enable_coverage): New enable switch. · 22aa533e
      	* configure.in (enable_coverage): New enable switch.
      	* configure: Rebuilt.
      	* Makefile.in (COVERAGE_FLAGS, coverageexts): New variables.
      	(INTERNAL_CFLAGS): Append COVERAGE_FLAGS.
      	(ALL_FLAGS): Reorder so INTERNAL_CFLAGS comes after CFLAGS.
      	(mostlyclean): Remove coverage files.
      	* doc/install.texi: Document enable_coverage.
      
      	* cp/Make-lang.in (c++.mostlyclean): Remove coverage files.
      	* ada/Make-lang.in (ada.mostlyclean): Remove coverage files.
      	* f/Make-lang.in (f.mostlyclean): Remove coverage files.
      	* java/Make-lang.in (java.mostlyclean): Remove coverage files.
      	* objc/Make-lang.in (objc.mostlyclean): Remove coverage files.
      	* treelang/Make-lang.in (treelang.mostlyclean): Remove coverage
      	files.
      
      From-SVN: r56126
      Nathan Sidwell committed
    • Daily bump. · 90a589aa
      From-SVN: r56125
      GCC Administrator committed
    • c-opts.c (cpp_opts): New. · 18bdccaa
      	* c-opts.c (cpp_opts): New.
      	(COMMAND_LINE_OPTIONS): Add switches from cppinit.c.
      	(c_common_decode_options): Handle cpplib switches.
      	(c_common_init_options): Set cpp_opts.
      	* cppinit.c (COMMAND_LINE_OPTIONS): Move some switches to c-opts.c.
      	(cpp_handle_option): Similarly.
      
      From-SVN: r56119
      Neil Booth committed
    • Rework build_component_ref. · 50ad9642
      	* call.c (build_vfield_ref): Do not go through build_component_ref.
      	(build_field_call): Use build_class_member_access_expr.
      	(build_user_type_conversion_1): Use BASELINK_FUNCTIONS.
      	(build_object_call): Likewise.
      	* class.c (convert_to_base): New function.
      	(type_requires_array_cookie): Use BASELINK_FUNCTIONS.
      	(instantiate_type): Handle BASELINKs.
      	* cp-tree.def (BASELINK): New tree code.
      	* cp-tree.h (BASELINK_P): Reimplement.
      	(SET_BASELINK_P): Remove.
      	(BASELINK_BINFO): Reimplement.
      	(BASELINK_FUNCTIONS): Likewise.
      	(BASELINK_ACCESS_BINFO): Likewise.
      	(BASELINK_OPTYPE): Likewise.
      	(convert_to_base): New function.
      	(name_p): Likewise.
      	(build_object_ref): Remove.
      	(build_component_ref_1): Likewise.
      	(build_component_ref): Likewise.
      	(build_x_component_ref): Likewise.
      	(build_class_member_access_expr): New function.
      	(finish_class_member_access_expr): Likewise.
      	(build_ptrmemfunc_access_expr): Likewise.
      	* decl.c (grokdeclarator): Handle BASELINKs.
      	* decl2. (build_expr_from_tree): Handle COMPONENT_REFs by using
      	finish_class_member_access_expr.
      	(arg_assoc): Handle BASELINKs.
      	(do_class_using_decl): Likewise.
      	* error.c (dump_decl): Likewise.
      	(dump_expr): Use build_ptrmemfunc_access_expr.
      	* except.c (dtor_nothrow): Use CLASSTYPE_DESTRUCTORS to find
      	destructors.
      	(build_throw): Use BASELINK_FUNCTIONS.
      	* init.c (perform_member_init): Use
      	build_class_member_access_expr.
      	(build_offset_ref): Handle BASELINKs.  Use
      	build_class_member_access_expr.
      	* method.c (hack_identifier): Likewise.
      	* parse.y (do_id): Use BASELINK, not TREE_LIST.
      	(primary): Remove uses of build_object_ref.
      	* pt.c (lookup_template_function): Handle BASELINKs.
      	(resolve_overloaded_unification): Likewise.
      	* search.c (build_baselink): Build a BASELINK, not a TREE_LIST.
      	(lookup_field): Use BASELINK, not TREE_LIST.
      	(lookup_fnfiels): Likewise.
      	(setup_class_bindings): Likewise.
      	* semantics.c (finish_object_call_expr): Do not use
      	build_method_call when we already know what function is being
      	called.
      	* spew.c (identifier_type): Use BASELINK, not TREE_LIST.
      	* tree.c (really_overloaded_fn): Use OVL_CHAIN for OVERLOADs, not
      	TREE_CHAIN.
      	(name_p): New function.
      	* typeck.c (build_object_ref): Remove.
      	(build_component_ref_1): Likewise.
      	(build_x_component_ref): Likewise.
      	(build_class_member_access_expr): New function.
      	(finish_class_member_access_expr): Likewise.
      	(build_ptrmemfunc_access_expr): Likewise.
      	(get_member_function_from_ptrfunc): Use
      	build_ptrmemfunc_access_expr.
      	(build_binary_op): Likewise.
      	(build_unary_op): Likewise.
      	(build_ptrmemfunc): Likewise.
      	(pfn_from_ptrmemfunc): Likewise.
      	* typeck2.c (build_m_component_ref): Adjust comment.
      
      	* g++.dg/abi/offsetof.C: Tweak error messages.
      	* g++.old-deja/g++.mike/p10769a.C: Likewise.
      
      From-SVN: r56117
      Mark Mitchell committed
    • aix.h (TARGET_ALTIVEC): Define to 0. · 774b5662
              * config/rs6000/aix.h (TARGET_ALTIVEC): Define to 0.
              (TARGET_ALTIVEC_ABI): Same.
              (TARGET_ALTIVEC_VRSAVE): Same.
      
              * config/rs6000/rs6000.c (rs6000_expand_ternop_builtin): Check
              icode not CODE_FOR_nothing.  Change switch to if.
      
      From-SVN: r56115
      David Edelsohn committed
  2. 07 Aug, 2002 19 commits
  3. 06 Aug, 2002 14 commits
  4. 05 Aug, 2002 1 commit