1. 12 Oct, 1998 6 commits
  2. 11 Oct, 1998 17 commits
  3. 10 Oct, 1998 11 commits
  4. 09 Oct, 1998 6 commits
    • * g++.old-deja/g++.ns/extern1.C: fix XFAIL mark · 4acf6064
      From-SVN: r22968
      Alexandre Oliva committed
    • Warning fixes: · a0a190d4
              * fp-bit.c (SFtype): Don't implicitly use int in declaration.
              (DFtype): Likewise.
              (_fpdiv_parts): Remove unused parameter `tmp', all callers changed.
              (divide): Remove unused variable `tmp'.
              (si_to_float): Cast numeric constant to (SItype) before comparing
              it against one.
      
      From-SVN: r22967
      Kaveh R. Ghazi committed
    • 920521-1.c: Fix bogus test. · 1a34b7b3
      8
              * gcc.c-torture/special/920521-1.c: Fix bogus test.
      
      From-SVN: r22966
      Jeff Law committed
    • 920521-1.c: Fix bogus test. · bb0f4c31
      �
              * gcc.c-torture/special/920521-1.c: Fix bogus test.
      
      From-SVN: r22965
      Jeff Law committed
    • flow.c (print_rtl_with_bb): Changed type of in_bb_p to match use. · 2a92c071
      Fri Oct  9 16:03:19 1998  Graham  <grahams@rcp.co.uk>
              * flow.c (print_rtl_with_bb): Changed type of in_bb_p to match use.
              * gcc.c (add_preprocessor_option): Correct typo when allocating
              memory, sizeof() argument had one too many `*'.
              (add_assembler_option): Likewise.
              (add_linker_option): Likewise.
              * gcov.c (output_data): Likewise.
              * local-alloc.c (memref_used_between_p): Likewise.
              (update_equiv_regs): Likewise.
              * loop.c (strength_reduce): Likewise.
              * reg-stack.c (record_asm_reg_life): Likewise.
              (subst_asm_stack_reg): Likewise.
              * reorg.c (dbr_schedule): Likewise.
      
      From-SVN: r22964
      Graham Stott committed
    • flow.c (life_analysis_1): Break out some functions. · dc2ede84
      Fri Oct  9 15:57:51 1998  Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>
              * flow.c (life_analysis_1): Break out some functions.
              (find_basic_blocks_1): Likewise.  Also move some variables out and
              make them static.
              Rename NONLOCAL_LABEL_LIST arg to NONLOCAL_LABELS and initialize
              new static var nonlocal_label_list with it.
              (active_eh_region, nested_eh_region, label_value_list,
              nonlocal_label_list): New static variables.
              (make_edges, delete_unreachable_blocks, delete_block): New static
              functions, broken out of find_basic_blocks_1.
              (record_volatile_insns, mark_regs_live_at_end, set_noop_p,
              noop_move_p): New static functions, broken out of life_analysis_1.
      
      From-SVN: r22963
      Bernd Schmidt committed