From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1DE793858C20; Tue, 7 Mar 2023 06:32:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1DE793858C20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678170753; bh=t45pxE70y9T7ze3Fqxe898GUXO/1CGKMnCnFKZRwz38=; h=From:To:Subject:Date:In-Reply-To:References:From; b=sGKTcEbEpeU3O7oRBblD2AxLdge2oou5j2kQ4kZDk7Q/EDAj+EMS+LMiI9yBcMyMM 2H5JGPxy2x58Ny58wEUd+49eaZ90qnuN1YUxZeFdzRDfW2+Xr7+PqfT3L+wPuG2XGK ArFHmdEL9FSVLKqO9NcC6Ml6QXZau2iCwJfPK8kI= From: "dblaikie at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107741] Missed member variable name in mangling of externally visible lambdas used in inline initialization of static members Date: Tue, 07 Mar 2023 06:32:32 +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: 13.0 X-Bugzilla-Keywords: ABI, c++-lambda X-Bugzilla-Severity: normal X-Bugzilla-Who: dblaikie 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=3D107741 --- Comment #2 from David Blaikie --- Ping on this? Would love it if someone could check my work/confirm my diagnosis, even if it's not a priority to fix the bug immediately.=