r118393 - in /trunk/gcc: ChangeLog tree-pretty-...
nemet@gcc.gnu.org
nemet@gcc.gnu.org
Wed Nov 1 19:19:00 GMT 2006
Author: nemet
Date: Wed Nov 1 19:19:28 2006
New Revision: 118393
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118393
Log:
* 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.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/tree-pretty-print.c
More information about the Gcc-cvs
mailing list