tree-pretty-print.c (dump_generic_node, [...]): Use access functions for lower bound...
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>
Thu, 1 Jul 2004 19:32:27 +0000 (19:32 +0000)
committerRichard Kenner <kenner@gcc.gnu.org>
Thu, 1 Jul 2004 19:32:27 +0000 (15:32 -0400)
commit8e6b96d398270fe98716792740ac2d50d2a464c4
tree2c0c104908c11178291f6e0b65211456f1d8da76
parent695e0fbfe0257a0659880d0a05a2c754660e713f
tree-pretty-print.c (dump_generic_node, [...]): Use access functions for lower bound and element size and only output if...

* tree-pretty-print.c (dump_generic_node, case ARRAY_REF): Use
access functions for lower bound and element size and only output
if lower bound nonzero or element size not same as that of type.
(dump_generic_node, case COMPONENT_REF): Use access func. for offset.

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