1. 23 Mar, 2000 4 commits
    • builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros. · 2f939d94
              * builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.
      	* c-common.c (decl_attributes,check_format_info,truthvalue_conversion,
      	  c_get_alias_set): Likewise.
      	* c-decl.c (duplicate_decls): Likewise.
      	* c-typeck.c (default_conversion,build_unary_op): Likewise.
      	* calls.c (initialize_argument_information): Likewise.
      	* dwarf2out.c (decl_class_context,add_abstract_origin_attribute):
      	Likewise.
      	* dwarfout.c (decl_class_context,output_type): Likewise.
      	* expr.c (get_inner_reference): Likewise.
      	* fold-const.c (simple_operand_p,fold): Likewise.
      	* function.c (aggregate_value_p): Likewise.
      	* stmt.c (expand_asm_operands): Likewise.
      	* varasm.c (named_section): Likewise.
      
      	* call.c (check_dtor_name,build_new_method_call): Likewise.
      	* decl.c (push_class_binding,poplevel,pushtag,lookup_namespace_name,
      	make_typename_type,check_initializer,cp_finish_decl,xref_tag): Likewise.
      	* decl2.c (grokfield,build_expr_from_tree,build_expr_from_tree,
      	decl_namespace,arg_assoc_template_arg,arg_assoc,
      	validate_nonmember_using_decl,do_class_using_decl): Likewise.
      	* error.c (dump_template_argument,dump_expr,cp_file_of,cp_line_of,
      	args_to_string): Likewise.
      	* friend.c (is_friend): Likewise.
      	* lex.c (note_got_semicolon,note_list_got_semicolon,is_global): Likewise.
      	* method.c (build_overload_nested_name,build_overload_value,
      	build_qualified_name,build_qualified_name,hack_identifier): Likewise.
      	* parse.y (typename_sub,typename_sub1): Likewise.
      	* pt.c (push_inline_template_parms_recursive,check_template_shadow,
      	process_partial_specialization,convert_template_argument,
      	template_args_equal,add_pending_template,lookup_template_class,
      	for_each_template_parm_r,maybe_fold_nontype_arg,
      	tsubst,instantiate_template,type_unification_real,unify,
      	instantiate_pending_templates,set_mangled_name_for_template_decl):
      	Likewise.
      	* repo.c (repo_get_id,repo_template_used): Likewise.
      	* search.c (lookup_field_1): Likewise.
      	* tree.c (walk_tree,get_type_decl,cp_tree_equal,member_p): Likewise.
      	* xref.c (classname): Likewise.
      
      From-SVN: r32698
      Theodore Papadopoulo committed
    • oops · a574f8e8
      From-SVN: r32697
      Jason Merrill committed
    • Implement dwarf2 exception handling for the ARM. · 2c849145
              * config/arm/arm.h (INCOMING_RETURN_ADDR_RTX): Define.
              (DWARF_FRAME_RETURN_COLUMN): Define.
              * config/arm/arm.c (emit_multi_reg_push): Return rtx.  Attach
              REG_FRAME_RELATED_EXPR note.
              (emit_sfm): Likewise.
              (arm_expand_prologue): Set RTX_FRAME_RELATED_P on everything.
              * dwarf2out.c (reg_save): Handle saving a register to itself.
              (dwarf2out_frame_debug_expr): Handle an intermediate cfa reg.
              * except.c (eh_regs): Don't use the static chain reg if it's
              callee-saved.
              * frame.h (frame_state): Add cfa_saved field.
              * frame.c (execute_cfa_insn): Set it.
              * libgcc2.c (throw_helper): Don't adjust sp if it's restored in
              the epilogue.
              * function.c (ARG_POINTER_CFA_OFFSET): Default to FIRST_PARM_OFFSET.
              Now takes a parm.
              (instantiate_virtual_regs): Adjust.
              * tm.texi: Adjust.
              * config/m68k/m68k.h (ARG_POINTER_CFA_OFFSET): Don't define.
              * config/ns32k/ns32k.h (ARG_POINTER_CFA_OFFSET): Don't define.
              * config/sparc/sparc.h (ARG_POINTER_CFA_OFFSET): Take a parm.
      
              * dwarf2out.c (reg_number): Refer to FIRST_PSEUDO_REGISTER.
              (initial_return_save): Use DWARF_FRAME_REGNUM, not reg_number.
      
      From-SVN: r32696
      Jason Merrill committed
    • builtins.def: New file. · cb1072f4
      	* builtins.def: New file.
      
      	* Makefile.in (TREE_H): Depend on builtins.def.
      
      	* builtins.c (built_in_names): Use builtins.def.
      
      	* tree.h (built_in_function): Likewise.
      
      From-SVN: r32695
      Kaveh R. Ghazi committed
  2. 22 Mar, 2000 16 commits
  3. 21 Mar, 2000 18 commits
    • class.c (build_base_field): Fix thinko in computation of binfo offsets. · 217f4eb9
      	* class.c (build_base_field): Fix thinko in computation of binfo
      	offsets.
      
      From-SVN: r32677
      Mark Mitchell committed
    • Event.java: Add all the event type constants. · 604de2bd
      2000-03-21  Bryce McKinlay  <bryce@albatross.co.nz>
      
              * java/awt/Event.java: Add all the event type constants.
              (Event): Implemented constructors.
              (controlDown): Implemented.
              (metaDown): Implemented.
              (paramString): Stubbed.
              (shiftDown): Implemented.
              (toString): Implemented.
              (translate): Implemented.
      
      From-SVN: r32676
      Bryce McKinlay committed
    • tree.c (mark_local_for_remap_p): Mark variables declared in TARGET_EXPRs as well. · ec47ccca
      	* tree.c (mark_local_for_remap_p): Mark variables declared in
      	TARGET_EXPRs as well.
      
      From-SVN: r32675
      Mark Mitchell committed
    • c-common.c (c_expand_expr_stmt): Use COMPLETE_TYPE_OR_VOID_P... · b8de2d02
      	* c-common.c (c_expand_expr_stmt): Use COMPLETE_TYPE_OR_VOID_P,
      	not COMPLETE_TYPE_P, to check the type of the expression.
      
      From-SVN: r32674
      Mark Mitchell committed
    • Another bogus case added · 485976a9
      From-SVN: r32673
      Kaveh Ghazi committed
    • Fix problems with -mno-fp-regs · 4287843d
      From-SVN: r32672
      Michael Meissner committed
    • tree.h (COMPLETE_TYPE_P): New macro. · d0f062fb
      gcc
      	* tree.h (COMPLETE_TYPE_P): New macro.
      	(COMPLETE_OR_VOID_TYPE_P): New macro.
      	(COMPLETE_OR_UNBOUND_ARRAY_TYPE_P): New macro.
      	* stor-layout.c (layout_type, case VOID_TYPE): Don't set TYPE_SIZE.
      	* c-aux-info.c (gen_type): Use them.
      	* c-common.c (c_expand_expr_stmt): Likewise.
      	* c-decl.c (poplevel, pushdecl, start_decl, finish_decl,
      	grokdeclarator, grokparms, finish_struct, start_function,
      	store_parm_decls, combine_parm_decls): Likewise.
      	* c-parse.y (cast_expr): Likewise.
      	* c-typeck.c (require_complete_type, c_sizeof, c_sizeof_nowarn,
      	c_size_in_bytes, c_alignof, build_component_ref,
      	build_indirect_ref, build_array_ref, convert_arguments,
      	build_binary_op, pointer_diff, build_unary_op, digest_init: Likewise.
      	* calls.c (initialize_argument_information): Likewise.
      	* convert.c (convert_to_integer): Likewise.
      	* dbxout.c (dbxout_typedefs, dbxout_type, dbxout_symbol): Likewise.
      	* dwarfout.c (location_or_const_value_attribute,
      	output_enumeration_type_die, output_structure_type_die,
      	output_union_type_die, output_type): Likewise.
      	* expr.c (safe_from_p, expand_expr): Likewise.
      	* function.c (assign_parms): Likewise.
      	* sdbout.c (sdbout_symbol, sdbout_one_type): Likewise.
      	* tree.c (build_array_type, build_function_type,
      	build_method_type, build_offset_type, build_complex_type): Likewise.
      	* c-parse.c, c-parse.h: Regenerated.
      gcc/cp
      	* typeck.c (require_complete_type, complete_type,
      	complete_type_or_else, c_sizeof, c_sizeof_nowarn,
      	build_array_ref, convert_arguments, pointer_diff,
      	build_x_unary_op, build_unary_op, build_c_cast,
      	build_modify_expr): Use COMPLETE_TYPE_P etc.
      	* call.c (is_complete, convert_like_real,
      	build_new_method_call): Likewise.
      	* class.c (build_vbase_pointer_fields, check_bases,
      	build_base_field, finish_struct_1, pushclass): Likewise.
      	* cvt.c (cp_convert_to_pointer, convert_to_void): Likewise.
      	* decl.c (maybe_process_template_type_declaration, pushtag,
      	pushdecl, redeclaration_error_message, start_decl, start_decl_1,
      	layout_var_decl, check_initializer, cp_finish_decl,
      	grokdeclarator, require_complete_types_for_parms,
      	grok_op_properties, xref_tag, xref_basetypes,
      	check_function_type): Likewise.
      	* decl2.c (check_classfn, reparse_absdcl_as_casts): Likewise.
      	* friend.c (do_friend): Likewise.
      	* init.c (build_offset_ref): Likewise.
      	* parse.y (structsp): Likewise.
      	* pt.c (maybe_process_partial_specialization,
      	tsubst_friend_function, instantiate_class_template, tsubst,
      	do_type_instantiation, instantiate_pending_templates): Likewise.
      	* repo.c (repo_get_id): Likewise.
      	* rtti.c (build_typeid, get_typeid, build_dynamic_cast_1,
      	synthesize_tinfo_var, emit_support_tinfos): Likewise.
      	* search.c (lookup_fnfields_1, lookup_conversions): Likewise.
      	* semantics.c (begin_class_definition): Likewise.
      	* tree.c (build_cplus_method_type): Likewise.
      	* typeck2.c (digest_init, build_functional_cast,
      	add_exception_specifier): Likewise.
      	* parse.h, parse.c: Regenerated.
      
      From-SVN: r32671
      Nathan Sidwell committed
    • cxxabi.h: New header file. · 2854d3c6
      	* inc/cxxabi.h: New header file. Define new-abi entry points.
      	(__pointer_type_info::target): Rename member to ...
      	(__pointer_type_info::type): ... here.
      	(__base_class_info::type): Rename member to ...
      	(__base_class_info::base): ... here.
      	* Make-lang.in (CXX_EXTRA_HEADERS): Add cxxabi.h
      	* cp-tree.h (CPTI_ABI): New global tree enumeration.
      	(abi_node): New global tree node.
      	* decl.c (abi_node): Document.
      	(init_decl_processing): Initialize abi_node.
      	* rtti.c (build_dynamic_cast_1): Use abi_node for new-abi.
      	(get_vmi_pseudo_type_info): Likewise.
      	(create_tinfo_types): Likewise.
      	(emit_support_tinfos): Likewise.
      	* tinfo.h (cxxabi.h): Include for new-abi.
      	Move rtti class definitions to new header file.
      	* tinfo.cc (abi): Use the namespace.
      	(std): Move new abi rtti classes from here ...
      	(__cxxabiv1): ... to here.
      	* tinfo2.cc (cxxabi.h): Include for new-abi.
      	Move rtti class definitions to new header file.
      	(std): Move new abi rtti classes from here ...
      	(__cxxabiv1): ... to here.
      	* inc/typeinfo (__class_type_info): Move into __cxxabiv1
      	namespace.
      
      From-SVN: r32669
      Nathan Sidwell committed
    • Daily bump. · b8731430
      From-SVN: r32668
      Jeff Law committed
    • * config/c4x/rtems.h: Include config/rtems.h. · 7d6e6314
      From-SVN: r32667
      Michael Hayes committed
    • avr.c (encode_section_info): sets SYMBOL_REF_FLAG if decl is a FUNCTION_DECL · 8053f393
              * config/avr/avr.c (encode_section_info): sets SYMBOL_REF_FLAG if
              decl is a FUNCTION_DECL
      
      From-SVN: r32666
      Denis Chertykov committed
    • natClass.cc (isInstance): Use _Jv_IsAssignableFrom(), not Class.isAssignableFrom(). · afccdd1d
              * java/lang/natClass.cc (isInstance): Use _Jv_IsAssignableFrom(),
              not Class.isAssignableFrom().
      
      From-SVN: r32664
      Bryce McKinlay committed
    • natClass.cc (isInstance): Initialize `this'. · a162f9d8
      2000-03-21  Bryce McKinlay  <bryce@albatross.co.nz>
      
              * java/lang/natClass.cc (isInstance): Initialize `this'.
              (isAssignableFrom): Initialize `this' and `klass'.
              (_Jv_IsAssignableFrom): If an interface has no idt, it is not
              implemented by any loaded class, so return false.
      
      From-SVN: r32663
      Bryce McKinlay committed
    • Test case for PR libgcj/179: · 2ca2f317
      2000-03-21  Bryce McKinlay  <bryce@albatross.co.nz>
      
              Test case for PR libgcj/179:
              * libjava.lang/pr179.java: New file.
              * libjava.lang/pr179.out: New file.
      
      From-SVN: r32662
      Bryce McKinlay committed
    • Minor performance improvements. Minor EH/unwind bug fix. · 1ff5b671
      	* config/ia64/ia64.c (ia64_expand_prologue): Don't abort if leaf
      	function uses output registers.  Don't save RP for leaf functions.
      	Do save RP even if no epilogue.
      	* config/ia64/ia64.h (FIXED_REGISTERS): Unmark in/out registers.
      	(CALL_USED_REGISTERS): Unmark in registers.
      	(REG_ALLOC_ORDER): Move out regs up, to near the top.  Move in regs up,
      	to near the middle.
      
      From-SVN: r32661
      Jim Wilson committed
    • * Makefile.in: Hand edit for java_raw_api.lo. · c1f63902
      From-SVN: r32660
      Tom Tromey committed
  4. 20 Mar, 2000 2 commits
    • Add ia64 support. · d60c4c11
      	* f/target.h (FFETARGET_32bit_longs): New.  Define for alpha, sparc64,
      	and ia64.
      	(ffetargetInteger1, ffetargetLogical1, ffetargetReal1, ffetargetReal2,
      	ffetarget_integerdefault_is_magical): Use FFETARGET_32bit_longs.
      
      From-SVN: r32658
      Jim Wilson committed
    • rs6000.md (bunordered): New expander. · 1c882ea4
      * config/rs6000/rs6000.md (bunordered): New expander.
      (bordered): New expander.
      (buneq): New expander.
      (bunge): New expander.
      (bungt): New expander.
      (bunle): New expander.
      (bunlt): New expander.
      (bltgt): New expander.
      
      * config/rs6000/rs6000.c (ccr_bit): Handle unordered comparisons.
      (ccr_bit_negated_p): New function.
      (print_operand): For %C, generate appropriate cror for UNEQ,
      UNLT, UNGT, and LTGT.  For %T and %t, use ccr_bit_negated_p.
      
      From-SVN: r32657
      Geoffrey Keating committed