gcc/libiberty/testsuite
Paolo Carlini 8b415b271e re PR bootstrap/58386 (libstdc++.so.6: undefined symbol: htab_hash_pointer)
2013-09-10  Paolo Carlini  <paolo.carlini@oracle.com>

	PR bootstrap/58386
	Revert:

	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: r202480
2013-09-10 18:45:29 +00:00
..
demangle-expected re PR bootstrap/58386 (libstdc++.so.6: undefined symbol: htab_hash_pointer) 2013-09-10 18:45:29 +00:00
Makefile.in re PR other/12618 (core not cleaned up by 'make distclean') 2008-02-19 14:23:15 +11:00
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