From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 973B23858408; Mon, 9 Jan 2023 12:23:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 973B23858408 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1673266980; bh=mfLWwVhg61mRplMGd+4ZlTjhDf8wuqqr3zqdSBg7hTQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=JdbEfqNyXMMkMk1SPxKh86isyJXtfozJGPI0RIObnQchxJHxQ3iaG61DdHG/e3PD/ ons5B4PhpAaxcbsqQC+w1s6zlnWoLWFCiSxIlixQ4mD1JiW63pL/jsXpGP08UncMlI TkqiSx21m4Zsfauzwqt6iEZU4ft7IGBpsJrODUzc= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug lto/108330] [13 Regression] ICE in add, at hash-set.h:64 Date: Mon, 09 Jan 2023 12:23:00 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: lto X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: ice-on-valid-code, lto X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: marxin at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D108330 --- Comment #2 from CVS Commits --- The master branch has been updated by Martin Liska : https://gcc.gnu.org/g:fb082e3293d45d928ae107d8f351b04be89d1bc2 commit r13-5065-gfb082e3293d45d928ae107d8f351b04be89d1bc2 Author: Martin Liska 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.=