Re: [12/13] hash set: reject attempts to add empty values

2022-12-27 Thread Jeff Law via Gcc-patches
On 12/26/22 21:38, Alexandre Oliva via Gcc-patches wrote: Check, after adding a key to a hash set, that the entry does not look empty. Regstrapped on x86_64-linux-gnu. Ok to install? for gcc/ChangeLog * hash-set.h (add): Check that the inserted entry does not look empty.

[12/13] hash set: reject attempts to add empty values

2022-12-26 Thread Alexandre Oliva via Gcc-patches
Check, after adding a key to a hash set, that the entry does not look empty. Regstrapped on x86_64-linux-gnu. Ok to install? for gcc/ChangeLog * hash-set.h (add): Check that the inserted entry does not look empty. --- gcc/hash-set.h |6 +- 1 file changed, 5 insertio