Always print attributes when dumping tree
authorAndi Kleen <ak@linux.intel.com>
Sun, 2 Jul 2017 00:18:37 +0000 (00:18 +0000)
committerAndi Kleen <ak@gcc.gnu.org>
Sun, 2 Jul 2017 00:18:37 +0000 (00:18 +0000)
commit86ae8a3d6664c957337af20d2b56c461152696bd
treeaa318ce9bf8ae7f42e3ef47fca5d7407ad44392a
parent01be4b2d157c65c2f5b09047b3ab1c1ce22a03d6
Always print attributes when dumping tree

A tree type dump currently doesn't print the attributes. Since we have
so many now and they do many interesting things dumping them can be
useful. So dump them by default for tree type dumps.

gcc/:

2017-07-01  Andi Kleen  <ak@linux.intel.com>

        * print-tree.c (print_node): Print all attributes.

From-SVN: r249877
gcc/ChangeLog
gcc/print-tree.c