8sa1-gcc/gcc/cp
Trevor Saunders b787e7a2c2 convert many uses of pointer_map to hash_map
gcc/c-family/

	* cilk.c: Use hash_map instead of pointer_map.

gcc/c/

	* c-typeck.c: Use hash_map instead of pointer_map.

gcc/cp/

	* optimize.c, semantics.c: Use hash_map instead of pointer_map.

gcc/

	* hash-map.h (default_hashmap_traits::mark_key_deleted):
	Fix cast.
	(hash_map::remove): New method.
(hash_map::traverse): New method.
	* cgraph.h, except.c, except.h, gimple-ssa-strength-reduction.c,
	ipa-utils.c, lto-cgraph.c, lto-streamer.h, omp-low.c, predict.c,
	tree-cfg.c, tree-cfgcleanup.c, tree-eh.c, tree-eh.h, tree-inline.c,
	tree-inline.h, tree-nested.c, tree-sra.c, tree-ssa-loop-im.c,
	tree-ssa-loop-ivopts.c, tree-ssa-reassoc.c, tree-ssa-structalias.c,
	tree-ssa.c, tree-ssa.h, var-tracking.c: Use hash_map instead of
 pointer_map.

From-SVN: r213517
2014-08-02 11:34:54 +00:00
..
call.c IPA C++ refactoring 1/N 2014-07-24 12:07:13 +00:00
cfns.gperf
cfns.h
ChangeLog convert many uses of pointer_map to hash_map 2014-08-02 11:34:54 +00:00
ChangeLog-1993
ChangeLog-1994
ChangeLog-1995
ChangeLog-1996
ChangeLog-1997
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
ChangeLog-2007
ChangeLog-2008 init.c (perform_member_init): Homogenize uninitialized diagnostics. 2014-04-01 23:14:04 +02:00
ChangeLog-2009
ChangeLog-2010 init.c (perform_member_init): Homogenize uninitialized diagnostics. 2014-04-01 23:14:04 +02:00
ChangeLog-2011 init.c (perform_member_init): Homogenize uninitialized diagnostics. 2014-04-01 23:14:04 +02:00
ChangeLog-2012 init.c (perform_member_init): Homogenize uninitialized diagnostics. 2014-04-01 23:14:04 +02:00
ChangeLog-2013
ChangeLog.ptr
ChangeLog.tree-ssa
class.c add a hash_set based on hash_table 2014-08-02 11:23:49 +00:00
config-lang.in
cp-array-notation.c cp-array-notation.c (expand_an_in_modify_expr): Fix the misprint in error output. 2014-08-01 17:23:40 +00:00
cp-cilkplus.c use templates instead of gengtype for typed allocation functions 2014-05-17 23:07:23 +00:00
cp-gimplify.c add a hash_set based on hash_table 2014-08-02 11:23:49 +00:00
cp-lang.c PR debug/16063. Add DW_AT_type to DW_TAG_enumeration. 2014-05-21 15:44:59 +00:00
cp-objcp-common.c tree.c (tree_code_size): Add TRANSLATION_UNIT_DECL, NAMESPACE_DECL, IMPORTED_DECL and NAMELIST_DECL... 2014-07-15 10:17:32 +00:00
cp-objcp-common.h
cp-tree.def DR 1351 Represent the unevaluated exception specification of an implicitly declared or deleted function with a simple placeholder... 2014-04-29 14:04:50 -04:00
cp-tree.h add a hash_set based on hash_table 2014-08-02 11:23:49 +00:00
cvt.c Support -Wabi warning about backward compatibility. 2014-06-12 16:47:21 -04:00
cxx-pretty-print.c tree.def (VOID_CST): New. 2014-05-21 11:00:35 +00:00
cxx-pretty-print.h
decl2.c add a hash_set based on hash_table 2014-08-02 11:23:49 +00:00
decl.c add a hash_set based on hash_table 2014-08-02 11:23:49 +00:00
decl.h
dump.c
error.c add a hash_set based on hash_table 2014-08-02 11:23:49 +00:00
except.c DR 1351 Represent the unevaluated exception specification of an implicitly declared or deleted function with a simple placeholder... 2014-04-29 14:04:50 -04:00
expr.c
friend.c re PR c++/59295 (useless warning: 'Bar' is already a friend of 'Foo' [enabled by default]) 2014-04-16 10:39:45 -07:00
g++spec.c
init.c re PR c++/60417 ([DR 1518] Bogus error on C++03 aggregate initialization) 2014-08-01 20:52:09 -04:00
lambda.c IPA C++ refactoring 1/N 2014-07-24 12:07:13 +00:00
lang-specs.h
lex.c use templates instead of gengtype for typed allocation functions 2014-05-17 23:07:23 +00:00
Make-lang.in re PR plugins/59335 (Plugin doesn't build on trunk) 2014-04-15 10:02:46 +02:00
mangle.c IPA C++ refactoring 2/N 2014-07-24 12:25:27 +00:00
method.c add a hash_set based on hash_table 2014-08-02 11:23:49 +00:00
name-lookup.c add a hash_set based on hash_table 2014-08-02 11:23:49 +00:00
name-lookup.h
NEWS
operators.def
optimize.c convert many uses of pointer_map to hash_map 2014-08-02 11:34:54 +00:00
parser.c re PR other/61963 (CilkPlus Array Notation ICE in build_array_notation_ref on malformed function arguments.) 2014-08-01 17:20:02 +00:00
parser.h DR 1351 Represent the unevaluated exception specification of an implicitly declared or deleted function with a simple placeholder... 2014-04-29 14:04:50 -04:00
pt.c add a hash_set based on hash_table 2014-08-02 11:23:49 +00:00
ptree.c
repo.c
rtti.c toplev.c (process_options): Reject -fabi-version=1. 2014-06-12 16:47:08 -04:00
search.c re PR c++/59483 (A nested lambda fails to find a protected name with qualified name) 2014-06-02 16:47:55 -04:00
semantics.c convert many uses of pointer_map to hash_map 2014-08-02 11:34:54 +00:00
tree.c add a hash_set based on hash_table 2014-08-02 11:23:49 +00:00
type-utils.h
typeck2.c re PR c++/60417 ([DR 1518] Bogus error on C++03 aggregate initialization) 2014-08-01 20:52:09 -04:00
typeck.c re PR c++/60517 (warning/error for taking address of member of a temporary object) 2014-07-31 09:33:58 +00:00
vtable-class-hierarchy.c IPA C++ refactoring 2/N 2014-07-24 12:25:27 +00:00