1. 22 Jun, 1998 3 commits
    • Warning fixes: · e016950d
              * reload1.c (reload_cse_regs): Cast first arg of `bzero' to char *.
              * sdbout.c: Include output.h and toplev.h.
              (PUT_SDB_INT_VAL): Use HOST_WIDE_INT_PRINT_DEV to print argument
              `a'.  Cast `a' to HOST_WIDE_INT to force it to always be so.
              (PUT_SDB_SIZE): Likewise.
              * sdbout.h (sdbout_mark_begin_function): Add prototype.
              * stmt.c (check_for_full_enumeration_handling): Cast argument of
              `warning' to long and use %ld specifier.
              * toplev.c (main): Likewise for `fprintf'.
              * toplev.h (output_file_directive): Add prototype.
              * unroll.c (unroll_loop): Use HOST_WIDE_INT_PRINT_DEC specifier in
              call to `fprintf'.
              (precondition_loop_p): Likewise.
              * varasm.c Include sdbout.h.
              (assemble_static_space): Move sometimes-unused variable `rounded'
              into the scope in which it is used.
      
      From-SVN: r20651
      Kaveh R. Ghazi committed
    • Warning fixes: · 296433e1
              * Makefile.in (varasm.o): Depend on sdbout.h.
              (sdbout.o): Depend on toplev.h.
              * collect2.c (scan_prog_file): Cast fprintf argument to `long' and
              use %ld specifier.
              * final.c (shorten_branches): Cast first arg of `bzero' to char *.
              * genextract.c (main): When creating insn-extract.c, mark variable
              `i' with ATTRIBUTE_UNUSED.
              * genpeep.c (main): When creating insn-peep.c, mark variables
              `insn', `x' and `pat' with ATTRIBUTE_UNUSED.
              * objc/init.c (__objc_tree_print): Wrap function definition in
              macro `DEBUG'.
              * objc/objc-act.c (encode_array): Cast sprintf argument to `long'
              and use %ld specifier.
              (adorn_decl): Likewise, twice.
      
      From-SVN: r20650
      Kaveh R. Ghazi committed
    • Daily bump. · 9aea9eec
      From-SVN: r20649
      Jeff Law committed
  2. 21 Jun, 1998 16 commits
  3. 20 Jun, 1998 4 commits
  4. 19 Jun, 1998 17 commits