]> gcc.gnu.org Git - gcc.git/commit
varasm.c (immed_double_const): Add casts to HOST_WIDE_INT where necessary.
authorDavid S. Miller <davem@tanya.rutgers.edu>
Sat, 17 Jan 1998 22:50:40 +0000 (22:50 +0000)
committerJeff Law <law@gcc.gnu.org>
Sat, 17 Jan 1998 22:50:40 +0000 (15:50 -0700)
commit7bcac048fddfb4217b6457f61050f0499929a6c5
treee743d2ca1fcb604f39a4230fab8087c5f6870b63
parentc9ec4f99bcd101ef4266f5476498187f270859fa
varasm.c (immed_double_const): Add casts to HOST_WIDE_INT where necessary.

        * varasm.c (immed_double_const): Add casts to HOST_WIDE_INT where
        necessary.
        (const_hash): Hash val is unsigned long.
        (SYMHASH): Likewise.
        * tree.c (TYPE_HASH): Type of hash val is unsigned long.
        * print-tree.c (print_node_brief): HOST_PTR_PRINTF format wants a
        char pointer, not HOST_WIDE_INT.
        (print_node): Likewise.  Also hash is unsigned long not
        HOST_WIDE_INT.
        * cse.c (canon_hash): Hash is unsigned long not HOST_WIDE_INT.

From-SVN: r17403
gcc/ChangeLog
gcc/cse.c
gcc/print-tree.c
gcc/tree.c
gcc/varasm.c
This page took 0.06191 seconds and 5 git commands to generate.