From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2CB6E3858D38; Mon, 22 Apr 2024 00:21:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2CB6E3858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1713745260; bh=2Xly8jcVMefFf2nEdbkDCzE1PGZXNJiUPRvMyu5dxes=; h=From:To:Subject:Date:In-Reply-To:References:From; b=D0NqC17diiCMtnLutxSlzNSaNV0JKqAoMVcsGSR9jE1BvJKCVk7AFqo1cL7Gjhmws QhRBOf/l9hht/ElS69Z4XyCAY1P0OHk2tl+ty5Vw1am5hrlSqsqpoJzRz6/0f51hhn 9/lV1LdpK8cS06zv5/Pbw5tdqnwqt7zBQwFcw0iY= 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: Mon, 22 Apr 2024 00:20:59 +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 #2 from porten at kde dot org --- The ICE is still there with current master (f17d31e709af9b2d488adecd6cd040dfc1f23b04). The test case provided in bug #114600 works for me now, though. So similar but seemingly no duplicate aft= er all.=