1. 29 Mar, 1999 2 commits
  2. 28 Mar, 1999 14 commits
  3. 27 Mar, 1999 17 commits
    • objc-torture.exp: Replace "77" with "Obj-C" in pattern matching strings. · 557ca192
              * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
              matching strings.
      
      From-SVN: r26030
      Jeffrey A Law committed
    • * gcc.cps, cpp.cps: Delete unwanted files. · 87b8bec5
      From-SVN: r26029
      Jeffrey A Law committed
    • Make-lang.in (CHILL.dvi): New target. · 919a1ded
              * Make-lang.in (CHILL.dvi): New target.
              (CHILL.mostlyclean): Remove remnants of old runtime library structure.
      
      From-SVN: r26028
      Jeffrey A Law committed
    • function.c (assign_parms): Undo change of June 9. · 0f11903b
              * function.c (assign_parms): Undo change of June 9.
      Brought over from the gcc2 tree.
      
      From-SVN: r26027
      Andreas Schwab committed
    • i386.md (movdicc+3, movdicc+4): Rewrite using split_di. · 94b596a7
      	* i386.md (movdicc+3, movdicc+4): Rewrite using split_di.
      	* i386.c (output_int_conditional_move): Delete unused code.
      
      From-SVN: r26026
      John Wehle committed
    • * rs6000/{aix41.h,aix43.h} (ASM_CPU_SPEC): Add 604e. · b9ae3471
      From-SVN: r26022
      David Edelsohn committed
    • cp-tree.h (add_friend): Declare. · 0c0aac2f
      	* cp-tree.h (add_friend): Declare.
      	(add_friends): Likewise.
      	* friend.c (add_friend): Make it global.  Don't add to
      	DECL_BEFRIENDING_CLASSES if the befriending class is a template.
      	(add_friends): Make it global.
      	(make_friend_class): Don't add to DECL_BEFRIENDING_CLASSES if the
      	befriending class is a template.
      	* parse.y (component_decl_1): Fix typo in comment.
      	* parse.c: Regenerated.
      	* pt.c (instantiate_class_template): Use add_friend and
      	add_friends rather that duplicating some of their functionality
      	here.
      
      From-SVN: r26020
      Mark Mitchell committed
    • [multiple changes] · f099f336
      Sat Mar 27 15:13:21 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
      	* parse.h (EXPR_WFL_GET_LINECOL): Set a line and column count
       	using a WFL compound value.
      	* parse.y (xref.h): Include.
      	(maybe_create_class_interface_decl): Set DECL_SOURCE_LINE to the
       	WFL compound value.
      	(register_fields): Set WFL compound value to lineno if doing
       	xrefs.
      	(java_complete_expand_method): Call expand_xref if flag_emit_xref
       	is set.
      	* xref.c (system.h, jcf.h, parse.h, obstack.h): Include.
      	* xref.h (expand_xref): Prototype renamed from xref_generate.
      Sat Mar 27 14:16:32 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
      	* parse.h (BLOCK_CHAIN_DECL): New use GET_CURRENT_BLOCK.
      	(GET_CURRENT_BLOCK): New macro.
      	* parse.y (current_static_block): New global variable.
      	(method_body:): Define action.
      	(complete_method_declaration): Set current_function_decl to NULL
       	when work on the current method is done.
      	(declare_local_variables): Use GET_CURRENT_BLOCK.
      	(java_method_add_stmt): Likewise.
      	(java_complete_expand_method): Disable the use of `this' when
       	expanding <clinit>.
      	(enter_a_block): If no current method exist, use
       	current_static_block to link static initializer blocks.
      	(exit_block): Rewritten to use current_static_block when no current
       	method decl exists.
      	(lookup_name_in_blocks): Use GET_CURRENT_BLOCK.
      	(patch_return): Forbid the use of `return' in static initializers.
      	(patch_throw_statement): Fixed indentation. Issue specific error
       	for uncaught thrown checked exception in static initializer
       	blocks. Removed FIXME.
      
      From-SVN: r26018
      Alexandre Petit-Bianco committed
    • parse.y (complete_loop_body): Rename to finish_loop_body. · f1b0c0d8
      �
      	* parse.y (complete_loop_body):  Rename to finish_loop_body.
       	(complete_labeled_statement):  Rename to finish_labeled_statement.
      	(complete_for_loop):  Rename to finish_for_loop.
      	(complete_method_declaration):  Rename to finish_method_declaration.
      	* java-tree.h (continue_identifier_node):  New global node.
      	* decl.c:  Define and initialize continue_identifier_node.
      	* parse.y (generate_labeled_block):  Remove - no longer needed.
      	(build_loop_body):  Use continue_identifier_node for continue block.
      	(finish_labeled_statement):  Also do pop_labeled_block actions.
      	(java_complete_lhs):  POP_LOOP even if error.
      	(build_labeled_block):  Special handling for continue_identifier_node.
      	(patch_loop_statement):  Re-organize.
      	(patch_bc_statement):  Re-write.
      
      From-SVN: r26017
      Per Bothner committed
    • *** empty log message *** · e85ac860
      From-SVN: r26016
      Per Bothner committed
    • parse.y (complete_loop_body): Rename to finish_loop_body. · b635eb2f
      d
      	* parse.y (complete_loop_body):  Rename to finish_loop_body.
       	(complete_labeled_statement):  Rename to finish_labeled_statement.
      	(complete_for_loop):  Rename to finish_for_loop.
      	(complete_method_declaration):  Rename to finish_method_declaration.
      	* java-tree.h (continue_identifier_node):  New global node.
      	* decl.c:  Define and initialize continue_identifier_node.
      	* parse.y (generate_labeled_block):  Remove - no longer needed.
      	(build_loop_body):  Use continue_identifier_node for continue block.
      	(finish_labeled_statement):  Also do pop_labeled_block actions.
      	(java_complete_lhs):  POP_LOOP even if error.
      	(build_labeled_block):  Special handling for continue_identifier_node.
      	(patch_loop_statement):  Re-organize.
      	(patch_bc_statement):  Re-write.
      
      From-SVN: r26015
      Per Bothner committed
    • * flow.c (mark_used_regs): Improve handling of ASMs. · 40b5a77c
      From-SVN: r26014
      Jeffrey A Law committed
    • Warning fixes: · 26f096f9
              * bad.c (_ffebad_message_, ffebad_string_, ffebad_message_,
              ffebad_bufputs_, ffebad_bufputs_, ffebad_start_, ffebad_string,
              ffebad_finish): Const-ify a char*.
              * bld.c (ffebld_op_string_, ffebld_op_string): Likewise.
              * bld.h (ffebld_op_string): Likewise.
              * com.c (ffecom_arglist_expr_, ffecom_build_f2c_string_,
              ffecom_debug_kludge_, ffecom_f2c_make_type_,
              ffecom_get_appended_identifier_, ffecom_get_identifier_,
              ffecom_gfrt_args_): Likewise.
              (ffecom_convert_narrow_, ffecom_convert_widen_): Add prototype.
              (builtin_function, ffecom_gfrt_name_, ffecom_gfrt_argstring_,
              ffecom_arglist_expr_, ffecom_build_f2c_string_,
              ffecom_debug_kludge_, ffecom_f2c_make_type_,
              ffecom_get_appended_identifier_, ffecom_get_external_identifier_,
              ffecom_get_identifier_, ffecom_decl_field,
              ffecom_get_invented_identifier, lang_print_error_function,
              skip_redundant_dir_prefix, read_name_map, print_containing_files):
              Const-ify a char*.
              (savestring): Remove, use `xstrdup' instead.
              * com.h (ffecom_decl_field, ffecom_get_invented_identifier):
              Const-ify a char*.
              * data.c (ffebld, ffedata_gather_): Make explicitly static.
              * expr.c (ffeexpr_isdigits_, ffeexpr_percent_,
              ffeexpr_reduced_concatenate_, ffeexpr_nil_real_,
              ffeexpr_nil_number_, ffeexpr_nil_number_period_,
              ffeexpr_nil_number_real_, ffeexpr_token_real_,
              ffeexpr_token_number_, ffeexpr_token_number_period_,
              ffeexpr_token_number_real_): Const-ify a char*.
              * fini.c (xspaces): Likewise.
              * global.c (ffeglobal_type_string_): Likewise.
              (ffeglobal_drive): Protoize.
              (ffeglobal_proc_def_arg): Const-ify a char*.
              * global.h (ffeglobal_drive): Protoize.
              (ffeglobal_proc_def_arg): Const-ify a char*.
              * implic.c (ffeimplic_none, ffeimplic_peek_symbol_type):
              Likewise.
              * implic.h (ffeimplic_peek_symbol_type): Likewise.
              * info.c (ffeinfo_basictype_string_, ffeinfo_kind_message_,
              ffeinfo_kind_string_, ffeinfo_kindtype_string_,
              ffeinfo_where_string_, ffeinfo_basictype_string,
              ffeinfo_kind_message, ffeinfo_kind_string,
              ffeinfo_kindtype_string, ffeinfo_where_string): Likewise.
              * info.h (ffeinfo_basictype_string, ffeinfo_kind_message,
              ffeinfo_kind_string, ffeinfo_kindtype_string,
              ffeinfo_where_string): Likewise.
              * intrin.c (_ffeintrin_name_, _ffeintrin_gen_, _ffeintrin_spec_,
              _ffeintrin_imp_, ffeintrin_check_, ffeintrin_cmp_name_,
              ffeintrin_fulfill_specific, ffeintrin_init_0,
              ffeintrin_is_actualarg, ffeintrin_is_intrinsic,
              ffeintrin_name_generic, ffeintrin_name_implementation,
              ffeintrin_name_specific): Likewise.
              * intrin.h (ffeintrin_is_intrinsic, ffeintrin_name_generic,
              ffeintrin_name_implementation, ffeintrin_name_specific): Likewise.
              * lex.c (ffelex_type_string_, ffelex_token_new_character,
              ffelex_token_new_name, ffelex_token_new_names,
              ffelex_token_new_number): Likewise.
              * lex.h (ffelex_token_new_character, ffelex_token_new_name,
              ffelex_token_new_names, ffelex_token_new_number): Likewise.
              * malloc.c (malloc_types_, malloc_pool_new, malloc_new_inpool_,
              malloc_new_zinpool_): Likewise.
              * malloc.h (malloc_new_inpool_, malloc_new_zinpool_,
              malloc_pool_new): Likewise.
              * name.c (ffename_space_drive_global, ffename_space_drive_symbol):
              Protoize.
              * name.h (ffename_space_drive_global, ffename_space_drive_symbol):
              Likewise.
              * symbol.c (ffesymbol_state_name_, ffesymbol_attr_name_,
              ffesymbol_attrs_string): Const-ify a char*.
              (ffesymbol_drive, ffesymbol_drive_sfnames): Protoize.
              (ffesymbol_state_string): Const-ify a char*.
              * symbol.h (ffesymbol_attrs_string): Likewise.
              (ffesymbol_drive, ffesymbol_drive_sfnames): Protoize.
              (ffesymbol_state_string): Const-ify a char*.
              * target.c (ffetarget_layout): Likewise.
              * target.h (ffetarget_layout): Likewise.
      
      From-SVN: r26013
      Kaveh R. Ghazi committed
    • call.c (build_field_call): Unify 'this' and non-'this' cases. · 90e734a8
      	* call.c (build_field_call): Unify 'this' and non-'this' cases.
      	* typeck.c (build_indirect_ref): Check for 'this' sooner.
      
      From-SVN: r26012
      Jason Merrill committed
    • new · 92a217ad
      From-SVN: r26011
      Jason Merrill committed
    • tweak · a3590d34
      From-SVN: r26010
      Jason Merrill committed
    • Daily bump. · 155c0080
      From-SVN: r26009
      Jeff Law committed
  4. 26 Mar, 1999 7 commits