1. 24 Mar, 2000 13 commits
  2. 23 Mar, 2000 17 commits
    • Clobber DP reg in case address needs to be loaded out of memory. · cf92d7df
      	* config/c4x/c4x.md (load_immed_address):  Add DP reg clobber.
      
      From-SVN: r32717
      Michael Hayes committed
    • calls.c (expand_call): If TARGET is passed by reference and is readonly, write a CLOBBER. · 25a1fcb4
      	* calls.c (expand_call): If TARGET is passed by reference and
      	is readonly, write a CLOBBER.
      
      From-SVN: r32716
      Richard Kenner committed
    • builtins.c (expand_builtin): Handle bcmp. · 4b2a62db
      	* builtins.c (expand_builtin): Handle bcmp.
      
      	* builtins.def: Add BUILT_IN_BCMP.
      
      	* c-common.c (c_common_nodes_and_builtins): Provide builtin
      	prototype & function for bcmp.
      
      From-SVN: r32715
      Kaveh R. Ghazi committed
    • Fix misscheduling of epilogue predicate register restore. · d4daa0b4
      	* config/ia64/ia64.c (rtx_needs_barrier, case UNSPEC): Move case 6...
      	(rtx_needs_barrier, case UNSPEC_VOLATILE): to here.
      	* config/ia64/ia64.md (pr_restore): Change UNSPEC to UNSPEC_VOLATILE.
      
      From-SVN: r32714
      Jim Wilson committed
    • mips.md (movdf_internal1a): Delete (set 'f', 'F') alternative when using -fp64 -gp32. · fc5b7cda
      Thu Mar 23 16:04:40 2000  Andrew Haley  <aph@cygnus.com>
      
              * config/mips/mips.md (movdf_internal1a): Delete (set 'f', 'F')
              alternative when using -fp64 -gp32.
      
      From-SVN: r32707
      Andrew Haley committed
    • Thread_Wait.java: New file. · e8904f65
      2000-03-23  Bryce McKinlay  <bryce@albatross.co.nz>
      
              * libjava.lang/Thread_Wait.java: New file.
              * libjava.lang/Thread_Sleep.java: New file.
              * libjava.lang/Thread_Monitor.java: New file.
              * libjava.lang/Thread_Wait.out: New file.
              * libjava.lang/Thread_Sleep.out: New file.
              * libjava.lang/Thread_Monitor.out: New file.
              * libjava.lang/Thread_Interrupt.java: New file.
              * libjava.lang/Thread_Wait_2.java: New file.
              * libjava.lang/Thread_Wait_2.out: New file.
              * libjava.lang/Thread_Wait_Interrupt.java: New file.
              * libjava.lang/Thread_Wait_Interrupt.out: New file.
              * libjava.lang/Thread_Interrupt.out: New file.
              * libjava.lang/Thread_Join.java: New file.
              * libjava.lang/Thread_Join.out: New file.
              * libjava.lang/Thread_Alive.java: New file.
              * libjava.lang/Thread_Alive.out: New file.
      
      From-SVN: r32706
      Bryce McKinlay committed
    • rs6000.h (DWARF_FRAME_RETURN_COLUMN): Define. · 8034da37
              * config/rs6000/rs6000.h (DWARF_FRAME_RETURN_COLUMN): Define.
              * config/alpha/alpha.h (DWARF_FRAME_RETURN_COLUMN): Define.
              * config/sparc/sparc.h (DWARF_FRAME_RETURN_COLUMN): Define.
      
              * frame.h (frame_state): Revert last change.
              * frame.c (execute_cfa_insn): Just don't record the save of a CFA reg.
              * libgcc2.c (throw_helper): Revert last change.
      
      From-SVN: r32705
      Jason Merrill committed
    • Fix explanation to match the post patch behaviour · e77a2b02
      From-SVN: r32704
      Nathan Sidwell committed
    • * g++.old-deja/g++.ext/array4.C: New test. · c9bb76b9
      From-SVN: r32703
      Nathan Sidwell committed
    • Daily bump. · 8be5bd36
      From-SVN: r32702
      Jeff Law committed
    • [multiple changes] · 165f37bc
      2000-03-22  Alexandre Petit-Bianco  <apbianco@cygnus.com>
      
      	* parse.y (check_abstract_method_definitions): New local
      	`end_type_reached'. Make sure we also consider `end_type'.
      	(java_check_abstract_method_definitions): Make sure we also
      	eventually consider `java.lang.Object'.
      	(maybe_use_access_method): Don't use access method if not a pure
      	inner class or if the method's context is right.
      	(find_applicable_accessible_methods_list): New static
      	`object_done'. Don't search abstract classes as interfaces. Fixed
      	indentation. Fixed the `java.lang.Object' only search. Search class'
      	interface(s) first, fully search enclosing contexts.
      	(find_most_specific_methods_list): Pick closest candidates when
      	they're all abstract.
      
      2000-03-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
      
      	* parse.y (check_method_types_complete): New function.
      	(create_class): Reset anonymous class counter only when seeing an
      	non inner classe.
      	(java_complete_class): JDEP_METHOD: Don't recompute signature
      	if incomplete.
      
      2000-03-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
      
      	* class.c (build_static_ref): Fixed indentation in comment.
      	* java-tree.def (TRY_EXPR): Fixed typo in name.
      	(CLASS_LITERAL): Likewise.
      	* java-tree.h: (TYPE_DOT_CLASS): New macro.
      	(struct lang_type): New field `dot_class'.
      	* jcf-write.c (generate_bytecode_insns): Fixed error message.
      	(generate_classfile): Method `class$' is synthetic.
      	* parse.y (build_do_class_method): New function.
      	(build_dot_class_method_invocation): Likewise.
      	(java_complete_expand_methods): Expand TYPE_DOT_CLASS if necessary.
      	(resolve_qualified_expression_name): Handle CLASS_LITERAL.
      	(qualify_ambiguous_name): Likewise.
      	(patch_incomplete_class_ref): Invoke synthetic method if necessary.
      	(build_try_statement): Fixed leading comment.
      
      2000-03-15  Alexandre Petit-Bianco  <apbianco@cygnus.com>
      
      	* parse.h (INNER_ENCLOSING_SCOPE_CHECK): Disregard anonymous
      	classes.
      	* parse.y (patch_method_invocation): Handle anonymous classes
      	creation in static context.
      
      2000-03-15  Alexandre Petit-Bianco  <apbianco@cygnus.com>
      
      	* parse.h (INNER_ENCLOSING_SCOPE_CHECK): New macro.
      	* parse.y (resolve_qualified_expression_name): Use it.
      	(patch_method_invocation): Likewise.
      
      2000-03-15  Alexandre Petit-Bianco  <apbianco@cygnus.com>
      
      	* parse.y (register_incomplete_type): JDEP_ENCLOSING set
      	depending on the type of dependency which dictates what the
      	current class is.
      	(unresolved_type_p): Resolved types limited to the current class.
      
      (For details, see: http://gcc.gnu.org/ml/gcc-patches/2000-03/msg00790.html)
      
      From-SVN: r32701
      Alexandre Petit-Bianco committed
    • New test execute/ieee/20000320-1.c. · e4a3c2f6
      From-SVN: r32700
      Geoff Keating committed
    • 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
  3. 22 Mar, 2000 10 commits