(dbxout_type, case INTEGER_TYPE): Output bounds in octal if type wider than HOST_WIDE...
authorRichard Kenner <kenner@gcc.gnu.org>
Tue, 12 Oct 1993 19:37:18 +0000 (15:37 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Tue, 12 Oct 1993 19:37:18 +0000 (15:37 -0400)
commit581330672690361a796000190c5c728417688d9f
treeaf69e12051c14f97bb7fc8e9fb6f074408fc14d3
parent406b20508ffb78194875d7e9be57f5c50aa9a085
(dbxout_type, case INTEGER_TYPE): Output bounds in octal if type wider than HOST_WIDE_INT.

(dbxout_type, case INTEGER_TYPE): Output bounds in octal if type wider
than HOST_WIDE_INT.
(print_int_cst_octal): Trim bound by precision of its type.
Avoid warning on what may be shift into sign bit.

From-SVN: r5751
gcc/dbxout.c