]> git.ipfire.org Git - thirdparty/gcc.git/commit
Make debug_tree() print the length of a TREE_VEC
authorPatrick Palka <ppalka@gcc.gnu.org>
Sat, 27 Jun 2015 18:43:11 +0000 (18:43 +0000)
committerPatrick Palka <ppalka@gcc.gnu.org>
Sat, 27 Jun 2015 18:43:11 +0000 (18:43 +0000)
commite8bfc7f817c91d941f4b1ad9e38f7c8534ab8994
treef9c92dd168588772d3dbd6091a38d430116c2ce4
parentb55b02ead474ab1f68fa066a65a3896664d83412
Make debug_tree() print the length of a TREE_VEC

gcc/ChangeLog:

* print-tree.c (print_node) [TREE_VEC]: Print its length.

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