From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 51A2E3858C2F; Thu, 5 Oct 2023 18:59:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 51A2E3858C2F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1696532369; bh=IvNapadqikv7cG9M+92+rIZypmTyWBVZxb7nMxuZfyc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=IygWZ5NRIsZ1bHrTAEQ8PY1bdMTAwxqBAVX/zcgIrOIQzCoOk92y0R5dQjrNUYfwV e4r4CSo+yTjJrZfBk9kdWoyKa1Dg2osNGkCG1aK8HVj/20DePLatqw5/DSamYjH8iO +NSDTkiB0hm2gCmlF9Iy/cWub1cgtgpplBtuOlFY= From: "nicolas.werner at hotmail dot de" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/111710] [modules] ICE when compiling module where a lambda is assigned to a field in an exported class Date: Thu, 05 Oct 2023 18:59:29 +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: X-Bugzilla-Severity: normal X-Bugzilla-Who: nicolas.werner at hotmail dot de 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=3D111710 --- Comment #2 from Nicolas Werner --- I don't really have sufficient knowledge to push this patch forward, since = that currently exceeds my skillset. As such I have no confidence this patch is actually doing something beneficial, which is why I didn't submit it to the mailing list, so that I could gather either more knowledge about that issue= or someone else might know how to fix it. Should I still submit it to the mail= ing list in this case?=