OSDN Git Service

* gcov.c (output_data): Use HOST_WIDEST_INT_PRINT_DEC to output
authoraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 16 Jul 2001 09:16:04 +0000 (09:16 +0000)
committeraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 16 Jul 2001 09:16:04 +0000 (09:16 +0000)
commit87e97de6e42a3b00713ce8f634524c31e9016650
treee4dcc2ea6ccc61dc1c0096e4977098b476823584
parenta9aab7ae8dfc7ebaf222950590640c860d40577f
* gcov.c (output_data): Use HOST_WIDEST_INT_PRINT_DEC to output
variables of type HOST_WIDEST_INT.

* libgcc2.c (__bb_exit_func): Handle gcov_type as long long.
(__bb_exit_func): Correct type of count_max to avoid overflow.
(num_digits): Handle long long argument.

* combine.c (gen_lowpart_for_combine): Remove unused variable.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44033 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/combine.c
gcc/gcov.c
gcc/libgcc2.c