From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8566B3858004; Mon, 17 Apr 2023 05:24:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8566B3858004 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1681709064; bh=cPaFzpprCGeJud/6ZIOM9IRTVjIEHS1OFCjgPdoTSQs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=JAitafx6oXCOpdLrHf2f6DV5eAPP0lAuOy7+fjibGO8jVlF/LhDgB7PjCQ3c0UfvZ IoKNbPg+4ftxvoUO9dfTtwciw8gU2jGu3kbM0jy9OppoeaoC12gY/Trodb1XdeeQbB tjWQT9P84MVvaB2O1luPgtS8pmlSGHk5r2NDPUYI= From: "pinskia 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 05:24:20 +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: pinskia 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: 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 #4 from Andrew Pinski --- Anyways I am trying to reduce this using delta with a script which tests if= it passes no options (except -Wfatal-errors to speed up the testing); that sho= uld reduce it to a valid testcase I hope.=