From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F15F13857838; Fri, 18 Nov 2022 01:08:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F15F13857838 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1668733699; bh=fxPZd32IymCk1XlWxBVLSHJTOQX0N050MLyj/X9/gN8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=u+Oa0Z6EeIjEEZq0zqIDnfO3avvnCZA432pI5yYHVPb7pBb/Xmuenij5y5Yo0zZd3 VWR0yZIeDIHl2XmiAFx6GMhtdLZUV3YCYM2/OFiVxW/HdW/B9Sibq7DvP946t6YcfT g6434kjPyaFbBF/n0WR84ghk7P2Knts1YnG1cr30= 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: Fri, 18 Nov 2022 01:08:19 +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: 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 #1 from David Blaikie --- Oh, some context - discovered while investigating a related clang bug: https://github.com/llvm/llvm-project/issues/58819 - so don't check clang fo= r an example of what's right here, it has different bugs, though I've sent a fix= for that for review.=