From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AA5B13858D35; Fri, 5 May 2023 18:08:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AA5B13858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683310122; bh=GZFwflnz8aCiecFxiCOj/CEUH2mKrHkDJ2B8padm0+4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=knUKBmvhXbksmhwvhq2L6p/Vd4iFb0SxzSUnuo+RooJ2CMOMshBeQA2OTxkonX9PH pV5SVH/kdvRAxLHJEpgmjuhaa84fz12wgKj3n/czrEbnwqPUqOCY9YrVrdugsYdGnX 1pJQOsuuyZGuEH0cdVOUZeTpEHjNnHRZg83TQqfU= From: "ldalessandro at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/109752] [ICE] in check_complete_insertion, at hash-table.h:578 Date: Fri, 05 May 2023 18:08:42 +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: ldalessandro at gmail dot com 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 #4 from Luke Dalessandro --- (In reply to Andrew Pinski from comment #2) > (In reply to Luke Dalessandro from comment #0) > >=20 > > PR: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D108451 fails the same > > assert but I don't know if it's the same cause. >=20 > That bug was in the fortran front-end and has not relationship to the C++ > front-end issues. Thanks for checking.=