1. 30 Mar, 1999 4 commits
    • Warning fixes: · 04d87103
              * sta.c (ffesta_ffebad_1sp, ffesta_ffebad_1st, ffesta_ffebad_2st):
              Const-ify a char*.
              * sta.h (ffesta_ffebad_1sp, ffesta_ffebad_1st, ffesta_ffebad_2st):
              Likewise.
              * stb.c (ffestb_local_u_): Likewise.
              (ffestb_do, ffestb_dowhile, ffestb_else, ffestb_elsexyz,
              ffestb_else3_, ffestb_endxyz, ffestb_goto, ffestb_let,
              ffestb_type, ffestb_type1_, ffestb_varlist, ffestb_R423B,
              ffestb_R522, ffestb_R528, ffestb_R542, ffestb_R834, ffestb_R835,
              ffestb_R838, ffestb_R841, ffestb_R1102, ffestb_blockdata,
              ffestb_R1212, ffestb_R1228, ffestb_V009, ffestb_module,
              ffestb_R809, ffestb_R810, ffestb_R10014_, ffestb_R10015_,
              ffestb_R10018_, ffestb_R1107, ffestb_R1202, ffestb_R12026_,
              ffestb_S3P4, ffestb_V012, ffestb_V014, ffestb_V025, ffestb_V0255_,
              ffestb_V020, ffestb_dimlist, ffestb_dummy, ffestb_R524,
              ffestb_R547, ffestb_decl_chartype, ffestb_decl_dbltype,
              ffestb_decl_gentype, ffestb_decl_recursive, ffestb_decl_entsp_2_,
              ffestb_decl_func_, ffestb_V003, ffestb_V016, ffestb_V027,
              ffestb_decl_R539): Likewise.
              * stb.h (_ffestb_args_): Likewise.
              * stc.c (ffestc_subr_binsrch_, ffestc_subr_is_present_,
              ffestc_subr_speccmp_, ffestc_R904, ffestc_R907): Likewise.
              * std.c (ffestd_R1001dump_1005_1_, ffestd_R1001dump_1005_2_,
              ffestd_R1001dump_1005_3_, ffestd_R1001dump_1005_4_,
              ffestd_R1001dump_1005_5_, ffestd_R1001dump_1010_1_,
              ffestd_R1001dump_1010_2_, ffestd_R1001dump_1010_3_,
              ffestd_R1001dump_1010_4_, ffestd_R1001dump_1010_5_): Likewise.
              * ste.c (ffeste_begin_iterdo_, ffeste_subr_file_): Likewise.
              * sts.c (ffests_printf_1D, ffests_printf_1U, ffests_printf_1s,
              ffests_printf_2Us, ffests_puts, ffests_puttext): Likewise.
              * sts.h (ffests_printf_1D, ffests_printf_1U, ffests_printf_1s,
              ffests_printf_2Us, ffests_puts, ffests_puttext): Likewise.
              * stt.c (ffestt_exprlist_drive, ffestt_implist_drive,
              ffestt_tokenlist_drive): Add prototype arguments.
              * stt.h (ffestt_exprlist_drive, ffestt_implist_drive,
              ffestt_tokenlist_drive): Likewise.
              * stu.c (ffestu_dummies_transition_): Likewise.
              (ffestu_sym_end_transition): Const-ify a char*.
              * stw.c (ffestw_display_state, ffestw_new, ffestw_pop): Add
              prototype arguments.
              * stw.h (ffestw_display_state, ffestw_new, ffestw_pop): Likewise.
              * version.c (ffe_version_string): Const-ify a char*.
              * version.h (ffe_version_string): Likewise.
      
      From-SVN: r26064
      Kaveh R. Ghazi committed
    • fix typo in extend.texi · 24f98470
      From-SVN: r26063
      Craig Burley committed
    • Daily bump. · ca7eb288
      From-SVN: r26062
      Jeff Law committed
    • dwarf2out.c (output_line_info): Don't emit redundant info. · 2f22d404
      	* dwarf2out.c (output_line_info): Don't emit redundant info.
      	Do start a new row if the file changes and the line # doesn't.
      
      From-SVN: r26061
      Jason Merrill committed
  2. 29 Mar, 1999 13 commits
  3. 28 Mar, 1999 14 commits
  4. 27 Mar, 1999 9 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