This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r242820 - in /trunk/gcc: ChangeLog print-tree.c...


Author: marxin
Date: Thu Nov 24 09:42:18 2016
New Revision: 242820

URL: https://gcc.gnu.org/viewcvs?rev=242820&root=gcc&view=rev
Log:
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.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/print-tree.c
    trunk/gcc/print-tree.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]