]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix print_node for CONSTRUCTORs
authorMartin Liska <mliska@suse.cz>
Thu, 24 Nov 2016 09:42:18 +0000 (10:42 +0100)
committerMartin Liska <marxin@gcc.gnu.org>
Thu, 24 Nov 2016 09:42:18 +0000 (09:42 +0000)
commit47044ef2f54892a508c45cdb226da13062314818
tree6a5424eaba95faccded12402bfb30eb22ae695ea
parent665ad37b6ab1863ac1a4febbdb9aeb7a6d1b8168
Fix print_node for CONSTRUCTORs

* print-tree.c (struct bucket): Remove.
(print_node): Add new argument which drives whether a tree node
is printed briefly or not.
(debug_tree): Replace a custom hash table with hash_set<T>.
* print-tree.h (print_node): Add the argument.

From-SVN: r242820
gcc/ChangeLog
gcc/print-tree.c
gcc/print-tree.h