bitmap.c (bitmap_debug_file): HOST_PTR_PRINTF converts a pointer, not a HOST_WIDE_INT.
authorJohn Carr <jfc@mit.edu>
Sun, 8 Feb 1998 12:26:43 +0000 (12:26 +0000)
committerJeff Law <law@gcc.gnu.org>
Sun, 8 Feb 1998 12:26:43 +0000 (05:26 -0700)
commit2e0dd623cd843a28beb1a83d0e0307166b0600d5
treeb3a9e8a08c931be589091cd8e18d0a6bae74b887
parent7bf825d296e1551e8df8e214a810974315db7b02
bitmap.c (bitmap_debug_file): HOST_PTR_PRINTF converts a pointer, not a HOST_WIDE_INT.

* bitmap.c (bitmap_debug_file): HOST_PTR_PRINTF converts a pointer,
not a HOST_WIDE_INT.
* calls.c (expand_call): Change test of expand_inline_function
return value to stop compiler warning.
* genattrtab.c (RTL_HASH): Cast pointer to long, not HOST_WIDE_INT.

From-SVN: r17777
gcc/ChangeLog
gcc/bitmap.c
gcc/calls.c
gcc/genattrtab.c