From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 120103858D39; Sat, 6 May 2023 22:10:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 120103858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683411033; bh=Aa/9Rj6gZVdFbYpSLa2kwhDrl7hC4EtDkRGNbUqq8lo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=BuVIFbmiLxkXf8gvE5ChRIdLfmBvaCRVaEv8k6VEYN34hl6QJgs6lqGKfctUdJcYR XCjmR+N+DR72LXaLuVxHR5oNzUb1aB7PHDPsknVrCvxXrWlvoraJMh0elCIKvfqgi1 0ZRjWOukUw7T28+JI4kqccACIPO1SepRThAdXyoY= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/109752] [ICE] in check_complete_insertion, at hash-table.h:578 Date: Sat, 06 May 2023 22:10:32 +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: unknown X-Bugzilla-Keywords: ice-checking X-Bugzilla-Severity: normal X-Bugzilla-Who: redi 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=3D109752 --- Comment #7 from Jonathan Wakely --- (In reply to Jonathan Wakely from comment #6) > Bisection using the original preprocessed code shows it started to ICE wi= th > r13-4937 although maybe that just added an assertion to catch a latent bu= g. And bisection with Andrew's reduced version in comment 5 also finds r13-493= 7 so it's a good reduction.=