1. 13 May, 1998 5 commits
    • flow.c (dump_flow_info): Also print number of sets and whether or not the pseudo… · 6fc4610b
      flow.c (dump_flow_info): Also print number of sets and whether or not the pseudo is a user variable.
      
              * flow.c (dump_flow_info): Also print number of sets and
              whether or not the pseudo is a user variable.
      
      From-SVN: r19710
      Michael Meissner committed
    • Reorganize last entry a little. · 21622caf
      From-SVN: r19709
      Jeff Law committed
    • acconfig.h (ENABLE_CHECKING): Undefine. · a494747c
              * acconfig.h (ENABLE_CHECKING): Undefine.
              * configure.in (--enable-checking): New option.
              * flow.c (reg_n_max): New global variable.
              * regclass.c (allocate_reg_info): Keep reg_n_max up to date.
              Delete regno_max variable.
              * regs.h (REG_N_CHECK): Define.
              (REG_N_REFS, REG_N_SETS, REG_N_DEATHS): Use REG_N_CHECK.
              (REG_N_CHANGES_SIZE, REG_N_CALLS_CROSSED, REG_LIVE_LENGTH): Likewise.
              (REGNO_FIRST_UID, REGNO_LAST_UID, REGNO_LAST_NOTE_UID): Likewise.
      
      Co-Authored-By: Martin v. Loewis <martin@mira.isdn.cs.tu-berlin.de>
      
      From-SVN: r19708
      Michael Meissner committed
    • Warning patches: · 7dee3f36
              * Makefile.in (lex.o): Depend on output.h.
              * call.c (add_function_candidate): Remove unused variable `cand'.
              (add_conv_candidate): Likewise.
              (build_builtin_candidate): Likewise.
              * cp-tree.h: Add prototype for `types_overlap_p'.
              * decl.c (signal_catch): Mark parameter `sig' with ATTRIBUTE_UNUSED.
              * decl2.c (merge_functions): Remove unused variables `tmp' and
              `tempn'.
              * error.c (expr_as_string): Mark parameter `v' with ATTRIBUTE_UNUSED.
              (code_as_string): Likewise.
              (language_as_string): Likewise.
              (parm_as_string): Likewise.
              (op_as_string): Likewise.
              (assop_as_string): Likewise.
              (cv_as_string): Likewise.
              * lex.c: Include output.h.
              * pt.c (type_unification): Cast first argument of `bzero' to a char*.
              * search.c (dfs_no_overlap_yet): Mark parameter `t' with
              ATTRIBUTE_UNUSED.
              * tinfo.cc (__class_type_info::dcast): Change the type of variable
              `i' from int to size_t.
              * typeck.c (language_lvalue_valid): Mark parameter `exp' with
              ATTRIBUTE_UNUSED.
      
      From-SVN: r19707
      Kaveh R. Ghazi committed
    • reload1.c (merge_assigned_reloads): Can merge RELOAD_FOR_INPUT_ADDRESS and… · d668e863
      reload1.c (merge_assigned_reloads): Can merge RELOAD_FOR_INPUT_ADDRESS and RELOAD_FOR_OTHER_ADDRESS even if...
      
      	* reload1.c (merge_assigned_reloads):  Can merge
      	RELOAD_FOR_INPUT_ADDRESS and RELOAD_FOR_OTHER_ADDRESS even
      	if RELOAD_FOR_INPUT with the same reload_reg_rtx is present.
      
      From-SVN: r19706
      J"orn Rennecke committed
  2. 12 May, 1998 12 commits
  3. 11 May, 1998 23 commits