From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5BA483858C78; Mon, 17 Apr 2023 04:01:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5BA483858C78 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1681704066; bh=c324rmX3CeyCH6daJ1y0AShv2do8XJQKn5VdNe3GWZo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=hiJI1lF0TRHxFIxhCeaMQ6K8LSALN7j7JmhsxNh4As4c4iNPwJjv5LZa/6Sp4X7ij UN83sDvviBGt06jPSHyrji8V8fHVc9ftbyptuWI6HR6KBaM8ih9HM8GFvF8oIUofZz CUuSHrx/LxJCaG1b5+Ry+Hv00O2YR8zA+y+0SSMk= From: "sjames at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/109531] Checking ICE with hash table checking failed: equal operator returns true for a pair of values with a different hash value Date: Mon, 17 Apr 2023 04:01:06 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: ice-checking, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: sjames at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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=3D109531 --- Comment #1 from Sam James --- Created attachment 54873 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D54873&action=3Dedit invalid_reduction.ii meh, the reduction cvise just finished with is invalid, but it does trigger= the ICE still. I'll include it and try refine it now.=