aboutsummaryrefslogtreecommitdiff
path: root/gcc/hash-map-tests.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-482/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-09-17Fix 'hash_table::expand' to destruct stale Value objectsThomas Schwinge1-4/+6
2021-08-18Make 'gcc/hash-map-tests.c:test_map_of_type_with_ctor_and_dtor_expand' work o...Thomas Schwinge1-3/+14
2021-08-18Add more self-tests for 'hash_map' with Value type with non-trivial construct...Thomas Schwinge1-0/+152
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-01-14hash-table.h: support non-zero empty values in empty_slow (v2)David Malcolm1-0/+22
2020-01-08hash-map-tests.c: fix memory leakDavid Malcolm1-0/+2
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-19hash-map-tests.c: add a selftest involving int_hashDavid Malcolm1-0/+41
2019-12-09PR middle-end/92761 - hash_table::expand invokes assignment on invalid objectsMartin Sebor1-12/+13
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-1/+2
2019-07-01PR middle-end/90923 - hash_map destroys elements without constructing themMartin Sebor1-0/+134
2019-05-03Come up with is_empty for hash_{table,map,set}.Martin Liska1-1/+1
2019-03-14hash-table.h (remove_elt_with_hash): Return if slot is NULL rather than if is...Jason Merrill1-0/+4
2019-01-21hash-map-tests.c (test_map_of_strings_to_int): Show how to use string content...Michael Ploujnikov1-0/+20
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-07-02Reorganise machmode.h headersRichard Sandiford1-1/+0
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-06-06Selftest frameworkDavid Malcolm1-0/+93