https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108330
--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Martin Liska <mar...@gcc.gnu.org>: https://gcc.gnu.org/g:fb082e3293d45d928ae107d8f351b04be89d1bc2 commit r13-5065-gfb082e3293d45d928ae107d8f351b04be89d1bc2 Author: Martin Liska <mli...@suse.cz> Date: Mon Jan 9 09:51:01 2023 +0100 hash: do not insert deleted value to a hash_set PR lto/108330 gcc/ChangeLog: * lto-cgraph.cc (compute_ltrans_boundary): Do not insert NULL (deleleted value) to a hash_set. gcc/testsuite/ChangeLog: * g++.dg/ipa/pr108830.C: New test.