* jump.c: Add prototype for mark_modified_reg.
commite725f8989692f8a2f09e4ca2c34df373f1f3b430
authoraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 30 Jul 2001 18:04:33 +0000 (30 18:04 +0000)
committeraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 30 Jul 2001 18:04:33 +0000 (30 18:04 +0000)
tree6f14be388d2d55c84523eb6739cdd6963a3f8f37
parent0d93d5085f406eea698993c990817e415dd20acc
    * jump.c: Add prototype for mark_modified_reg.

        * cse.c (set_live_p): Add unused attribute.

        * gcov.c (calculate_branch_probs): Use gcov_type to avoid
        overflow.
        (scan_for_source_files): Use long for count to avoid overflow.
        (output_data): Likewise.
        (output_data): Don't use string concatatenation to silence gcc
        -traditional.

        * predict.c: Fix typos and grammar.

        * gcse.c (insert_insn_end_bb): Remove unused variables.

For cp:
        * decl2.c: Remove unused var global_temp_name_counter.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44479 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/decl2.c
gcc/cse.c
gcc/gcov.c
gcc/gcse.c
gcc/jump.c
gcc/predict.c