From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 171A23858D1E; Sun, 21 Apr 2024 22:17:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 171A23858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1713737846; bh=5xY1TkXqWviKaHYBT56gkWw02XKcQb9JFe59vv9+72A=; h=From:To:Subject:Date:In-Reply-To:References:From; b=FYYyaz+Dqz8Wys18WxBO43ebb+0M6FwG2GfBloOINHBKpqlCmh3RVzwD6sb563D80 GStURovWlQxxeGD/em9Ad8j0at+CxAZ7qsE+jtNJszTfB/zmytr5ezept9Ed3nIJSq uU958JU4eyx6hU1Wds/Uq7r1IIkXikB+CqIyZYtA= From: "porten at kde dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/114795] internal compiler error: in finish_member_declaration after module import in gcc 14.0.1 snapshot Date: Sun, 21 Apr 2024 22:17:25 +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: 14.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: porten at kde dot 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=3D114795 --- Comment #1 from porten at kde dot org --- Looking through the other c++-modules reports, I saw that someone reduced a similar test case to an ICE in comment #3: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D114600#c3 Therefore this bug could be a duplicate of #114600.=