tree-pretty-print.c (dump_generic_node): Use HOST_WIDE_INT_PRINT to print high and...
authorAdam Nemet <anemet@caviumnetworks.com>
Wed, 1 Nov 2006 19:19:28 +0000 (19:19 +0000)
committerAdam Nemet <nemet@gcc.gnu.org>
Wed, 1 Nov 2006 19:19:28 +0000 (19:19 +0000)
commit38b97f4da2c0db6ffc7ce46d841ef1c01e4d062a
treeddacd48bf7ba273abd12a152dc8278ccbc186732
parentf03668f6ee1f4782e7957b0e59292d7239588616
tree-pretty-print.c (dump_generic_node): Use HOST_WIDE_INT_PRINT to print high and low parts.

* tree-pretty-print.c (dump_generic_node) <INTEGER_CST>: Use
HOST_WIDE_INT_PRINT to print high and low parts.  Use
HOST_BITS_PER_WIDE_INT for the width of HOST_WIDE_INT.  When
printing a hexadecimal number prefix it with 0x.

From-SVN: r118393
gcc/ChangeLog
gcc/tree-pretty-print.c