Re: [PATCH] hash: do not insert deleted value to a hash_set

2023-01-09 Thread Richard Biener via Gcc-patches
On Mon, Jan 9, 2023 at 11:53 AM Martin Liška wrote: > > Hi. > > After the new hash_set checking code, we face an issue where deleted value > is added to a hash_set. Fix it. > > Patch can bootstrap on x86_64-linux-gnu and survives regression tests. > > Ready to be installed? OK > Thanks, > Martin

[PATCH] hash: do not insert deleted value to a hash_set

2023-01-09 Thread Martin Liška
Hi. After the new hash_set checking code, we face an issue where deleted value is added to a hash_set. Fix it. Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Ready to be installed? Thanks, Martin PR lto/108330 gcc/ChangeLog: * lto-cgraph.cc (compute_lt