Make 'gcc/hash-map-tests.c:test_map_of_type_with_ctor_and_dtor_expand' work on 32...
authorThomas Schwinge <thomas@codesourcery.com>
Wed, 18 Aug 2021 15:20:40 +0000 (17:20 +0200)
committerThomas Schwinge <thomas@codesourcery.com>
Wed, 18 Aug 2021 16:34:31 +0000 (18:34 +0200)
commitbb04a03c6f9bacc890118b9e12b657503093c2f8
tree0eb16ff89e7b6005794c516beaf4791824bcc165
parent640df4ef815aa35fedf1d724ab31d8eed8817f82
Make 'gcc/hash-map-tests.c:test_map_of_type_with_ctor_and_dtor_expand' work on 32-bit architectures [PR101959]

Bug fix for recent commit e4f16e9f357a38ec702fb69a0ffab9d292a6af9b
"Add more self-tests for 'hash_map' with Value type with non-trivial
constructor/destructor".

gcc/
PR bootstrap/101959
* hash-map-tests.c (test_map_of_type_with_ctor_and_dtor_expand):
Use an 'int_hash'.
gcc/hash-map-tests.c