From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 922ED384AB6D; Wed, 24 Apr 2024 07:15:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 922ED384AB6D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1713942908; bh=d/GvcP7ZhqLSUgiKQjPIi0fEzSoWVwxS390HyZvxdyQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=W8OGBMVWzdjFs1q9/p7Gj2WerZE2sVBBDTD6qHogsxHa5ubQ1r8Cr/GVBZKAlyKD8 tyiGXW0LKNTjCnca74KgklwKmkC/cHXEFsvSE6Shzdxl/xBRo7MKL6j5GWcUj8rg5f 0lGDF2QsJiKl34XJQMzcLw7GiTk61ht850jYLohA= 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: Wed, 24 Apr 2024 07:15:07 +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: NEW 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 #10 from porten at kde dot org --- It is! Even my original code base now fully compiles without errors. Thank = you!=