gcc/libiberty/testsuite
Gary Benson 669ea36c4a cp-demangle.c: Include hashtab.h.
2013-09-10  Gary Benson  <gbenson@redhat.com>

	* cp-demangle.c: Include hashtab.h.
	(struct d_print_info): New field saved_scopes.
	(d_print_init): Initialize the above.
	(d_print_free): New function.
	(cplus_demangle_print_callback): Call the above.
	(struct d_saved_scope): New structure.
	(d_store_scope): New function.
	(d_free_scope) Likewise.
	(d_restore_scope) Likewise.
	(d_hash_saved_scope) Likewise.
	(d_equal_saved_scope) Likewise.
	(d_print_comp): New variable saved_scope.
	[DEMANGLE_COMPONENT_REFERENCE,
	DEMANGLE_COMPONENT_RVALUE_REFERENCE]: Capture scope the first
	time the component is traversed, and use the captured scope for
	subsequent traversals.

From-SVN: r202442
2013-09-10 12:33:50 +00:00
..
demangle-expected cp-demangle.c: Include hashtab.h. 2013-09-10 12:33:50 +00:00
Makefile.in
test-demangle.c demangle.h (DMGL_RET_POSTFIX): Extend the comment. 2011-06-13 22:32:40 +00:00
test-expandargv.c test-expandargv.c (writeout_test): Check result of fwrite. 2011-08-06 19:38:04 +02:00
test-pexecute.c