1. 24 Nov, 1998 17 commits
    • reload1.c (reload): Remove unused variable. · 5828374f
              * reload1.c (reload): Remove unused variable.
              (reload_reg_free_for_value_p): Add missing parameter definition.
              * jump.c (jump_optimize): Remove unused variable.
      
      From-SVN: r23839
      Graham Stott committed
    • * Makefile.in (graph.o): Depend on $(RTL_H), not rtl.h. · 0c3a267b
      From-SVN: r23838
      Jeffrey A Law committed
    • cse.c (fold_rtx): Make autoincrement addressing mode tests be runtime selectable. · 940da324
              * cse.c (fold_rtx): Make autoincrement addressing mode tests be
              runtime selectable.
              * expr.c (move_by_pieces): Similarly.
              (move_by_pieces_1, clear_by_pieces, clear_by_pieces_1): Similarly.
              * flow.c (find_auto_inc): Similarly.
              (try_pre_increment): Similarly.
              * loop.c (strength_reduce): Similarly.
              * regclass.c (auto_inc_dec_reg_p): Similarly.
              * regmove.c (try_auto_increment): Similarly.
              (fixup_match_1): Similarly.
              * rtl.h (HAVE_PRE_INCREMENT): Define if not already defined.
              (HAVE_PRE_DECREMENT): Similarly.
              (HAVE_POST_INCREMENT, HAVE_POST_DECREMENT): Similarly.
              sponding changes to all target header files.
      
      From-SVN: r23837
      Jeffrey A Law committed
    • lex.c (handle_generic_pragma): Use token_buffer. · 83f660b7
      	* lex.c (handle_generic_pragma): Use token_buffer.
      	* decl.c (check_tag_decl): Don't complain about null friend decl.
      	* Make-lang.in (DEMANGLER_PROG): Move the output argumnts to the
      	first position.
      	* lex.c (check_newline): Use ISALPHA.
      	(readescape): Use ISGRAPH.
      	(yyerror): Use ISGRAPH.
      	* search.c (get_abstract_virtuals): Do not use initial
      	CLASSTYPE_ABSTRACT_VIRTUALS.
      	* typeck2.c (abstract_virtuals_error): Show location of abstract
      	declaration.
      	* call.c (build_new_method_call): Use
      	CLASSTYPE_ABSTRACT_VIRTUAL, rather than recalculate.
      	* class.c (finish_struct_bits): Don't bother working out whether
      	get_abstract_virtuals will do anything, just do it.
      
      From-SVN: r23836
      Jason Merrill committed
    • Add m68k-elf port from Cygnus gcc sources. · d1be3be3
      	* configure.in (m68020-*-elf*, m68k-*-elf*): New targets.
      	* configure: Rebuild.
      	* config/elfos.h: New file.
      	* config/m68k/m68020-elf.h, config/m68k/m68kelf.h,
      	config/m68k/t-m68kelf: New file.
      
      From-SVN: r23835
      Jim Wilson committed
    • [multiple changes] · 23a79c61
      Tue Nov 24 17:06:38 1998  Per Bothner  <bothner@cygnus.com>
      	* (generate_classfile): Always write class access flag with
       	ACC_SUPER set.
      Tue Nov 24 16:34:33 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
      	* class.c (maybe_layout_super_class): New function.
      	(layout_class): Reorganized. Loop on class methods dispatched into
       	a new function. Call maybe_layout_super_class.
      	(layout_class_methods, layout_class_method): New functions.
      	* expr.c (expand_java_NEW): Call layout_class_methods on loaded
       	class.
      	(expand_invoke): Likewise.
      	* java-tree.h (all_class_list): New global variable declared.
      	(layout_class_methods, layout_class_method): New function
       	prototypes.
      	(LAYOUT_SEEN_CLASS_METHODS): New macro.
      	* jcf-parse.c (all_class_list): New global variable.
      	(load_class): Extended what class_or_name can be. Use parser
       	context mechanism to save globals before calling jcf_parse.
      	(jcf_parse_source): Don't parse twice if HAS_BEEN_ALREADY_PARSED_P
       	is set on the file name.
      	(jcf_parse): Layout class methods when Object is loaded, otherwise
       	record class in all_class_list for delayed method layout.
      	(parse_class_file): Use LAYOUT_SEEN_CLASS_METHODS.
      	* lang.c (put_decl_node): Decode <init> into the decl context
       	class name.
      	* lex.c (java_allocate_new_line): Use xmalloc.
      	* parse.h (INCOMPLETE_TYPE_P): Redefined to work with incomplete
       	pointers, not TREE_LIST elements.
      	(struct parser_ctxt): Fixed comment indentations, added comments
       	and reordered some fields.
      	(java_check_methods): Function prototype removed.
      	* parse.y (java_push_parser_context): Use xmalloc.
      	(java_parser_context_restore_global): Pop extra pushed ctxp only
       	when there's nothing next.
      	(maybe_create_class_interface_decl): Fixed comment, add new
       	created class decl to all_class_list.
      	(method_header): Use GET_REAL_TYPE on argument's types.
      	(method_declarator): Use GET_REAL_TYPE, change type to the real
       	type in TREE_LIST dependency node. Build argument list with the
       	real type.
      	(create_jdep_list): Use xmalloc. Removed allocation error message.
      	(obtain_incomplete_type): Fixed leading comment. Broadened
       	incoming argument meaning.
      	(register_incomplete_type): Use xmalloc. Removed allocation error
       	message.
      	(safe_layout_class): Fixed leading comment.
      	(jdep_resolve_class): Reversed if statement condition and switch
       	if and else bodies.
      	(resolve_and_layout): Fixed leading comment. Broadened incoming
       	argument meaning.
      	(complete_class_report_errors): New local variable name, for
       	clarity. purify_type_name used for all error cases.
      	(java_get_real_method_name): Stricter check on constructors.
      	(java_check_regular_methods): Reverse methods list only if not
       	already laid out. Layout artificial constructor.
      	(java_check_methods): Deleted.
      	(source_start_java_method): Obtain incomplete type for patchable
       	method arguments.
      	(java_layout_classes): Fixed leading comment. Use
       	LAYOUT_SEEN_CLASS_METHODS, use a loop to check methods. Added else
       	statement to layout operation, reuse LAYOUT_SEEN_CLASS_METHODS
       	before returning. Fixed comments.
      	(java_expand_classes): Check for errors up front.
      	(patch_method_invocation): Class to search is resolved and laid
       	out.
      A step forward truly mixing .class and .java during package
      compilation. Includes a Per's patch.
      
      From-SVN: r23834
      Alexandre Petit-Bianco committed
    • typeck.c (build_component_ref): Remove unused statement. · 333a9f0a
      	* typeck.c (build_component_ref): Remove unused statement.
      	* class.c (add_method): Catch invalid overloads.
      Fixes Sec13/1/E13097.C.
      
      From-SVN: r23833
      Jason Merrill committed
    • expr.c (java_lang_expand_expr): Add missing emit_queue. · 818347b4
      �
      	* expr.c (java_lang_expand_expr):  Add missing emit_queue.
      	* javaop.h (int8):  Removed - not used.
      	(jbyte):  Redefine portably with correct signedness.
      
      From-SVN: r23832
      Per Bothner committed
    • jcf-write.c (generate_bytecode_insns): Don't free sw_state.cases. · 6466fce8
      �
      	* jcf-write.c (generate_bytecode_insns):  Don't free sw_state.cases.
      	* jcf-write.c (generate_bytecode_insns):  Fix typo
      	OPCODE_getstatic to OPCODE_getfield.
      
      From-SVN: r23831
      Per Bothner committed
    • java-tree.def (CASE_EXPR, [...]): Kind is 'x', not '1'. · 10100cc7
      �
      	* java-tree.def (CASE_EXPR, DEFAULT_EXPR):  Kind is 'x', not '1'.
      	* parse.y (java_complete_tree):  For CASE_EXPR and DEFAULT_EXPR,
      	set TREE_SIDE_EFFECTS (otherwise expand_expr may skip them).
      
      From-SVN: r23830
      Per Bothner committed
    • java-tree.def (CASE_EXPR, [...]): Kind is 'x', not '1'. · 58630174
      �
      	* java-tree.def (CASE_EXPR, DEFAULT_EXPR):  Kind is 'x', not '1'.
      	* parse.y (java_complete_tree):  For CASE_EXPR and DEFAULT_EXPR,
      	set TREE_SIDE_EFFECTS (otherwise expand_expr may skip them).
      
      From-SVN: r23829
      Per Bothner committed
    • Makefile.in (HOST_AR): Define. · f6c2a93c
      �
              * Makefile.in (HOST_AR): Define.
              (HOST_AR_FLAGS, HOST_RANLIB, HOST_RANLIB_TEST): Similarly.
              (libcpp.a): Use the host tools explicitly.
              (STAGESTUFF): Add libcpp.a.
      
      From-SVN: r23828
      Jeffrey A Law committed
    • Describe changes made to source and destination registers. · 6970d948
      From-SVN: r23827
      Nick Clifton committed
    • Makefile.in (lex.c): Do not depend on hash.h. · 0d797e77
              * Makefile.in (lex.c): Do not depend on hash.h.
              (lex.o): Depend on hash.h.
      
      From-SVN: r23826
      Jeffrey A Law committed
    • new · 08a209d4
      From-SVN: r23823
      Jason Merrill committed
    • class.c (add_method): Build up OVERLOADs properly for conversion ops. · 37b6eb34
      	* class.c (add_method): Build up OVERLOADs properly for conversion ops.
      	* search.c (lookup_conversions): Handle getting real OVERLOADs.
      	(add_conversions): Likewise.  Revert last change.
      	* call.c (add_conv_candidate): Pass totype to add_candidate instead
      	of fn.  Don't add a new candidate if the last one was for the same
      	type.
      	(print_z_candidates): Handle getting a type as a function.
      	(joust): If we got two conversion candidates to the same type,
      	just pick one.
      	(build_object_call): Lose 'templates'.
      	(build_user_type_conversion_1): Handle getting real OVERLOADs.
      Fixes g++.jason/overload7.C.
      
      From-SVN: r23822
      Jason Merrill committed
    • Daily bump. · 52e1eb53
      From-SVN: r23821
      Jeff Law committed
  2. 23 Nov, 1998 23 commits