r269695 - in /trunk: gcc/ChangeLog gcc/hash-map...

jakub@gcc.gnu.org jakub@gcc.gnu.org
Thu Mar 14 22:47:00 GMT 2019


Author: jakub
Date: Thu Mar 14 22:47:01 2019
New Revision: 269695

URL: https://gcc.gnu.org/viewcvs?rev=269695&root=gcc&view=rev
Log:
	* hash-table.h (remove_elt_with_hash): Return if slot is NULL rather
	than if is_empty (*slot).
	* hash-set-tests.c (test_set_of_strings): Add tests for addition of
	existing elt and for elt removal.
	* hash-map-tests.c (test_map_of_strings_to_int): Add test for removal
	of already removed elt.

	* hashtab.c (htab_remove_elt_with_hash): Return if slot is NULL rather
	than if *slot is HTAB_EMPTY_ENTRY.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/hash-map-tests.c
    trunk/gcc/hash-set-tests.c
    trunk/gcc/hash-table.h
    trunk/libiberty/ChangeLog
    trunk/libiberty/hashtab.c



More information about the Gcc-cvs mailing list