lcm.c (compute_laterin): Cast bb->aux to size_t not int.
authorRichard Henderson <rth@cygnus.com>
Tue, 30 Nov 1999 22:28:43 +0000 (14:28 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 30 Nov 1999 22:28:43 +0000 (14:28 -0800)
commite5b7ca327d3df06a69998bd72ae2cccad3759d25
tree3f6d71943d76c090980cf6d0fdf0c35875a06b61
parente48addeebcc08efa9cd2a13fd2e70e2c92db26d8
lcm.c (compute_laterin): Cast bb->aux to size_t not int.

        * lcm.c (compute_laterin): Cast bb->aux to size_t not int.
        (compute_nearerout): Likewise.
        * ggc-page.c (ggc_page_print_statistics): Explicitly cast
        size_t to unsigned long for formatting.

From-SVN: r30728
gcc/ChangeLog
gcc/ggc-page.c
gcc/lcm.c