From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 450C43858D35; Mon, 6 Mar 2023 08:35:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 450C43858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678091700; bh=wPurCYchAWjtEOTWE2zTIKMiPUHs2yFmkbHV5gzftLI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ymca2j8ApyhnzI4txSWmbPka+ds4hjoX9JUlZkqpA+prMIO02oJaxPXQrgxVuVN1R Z0Vnx3xwIMD7clhlu+eaY9SDbMx5g3Ca8Bu/ycQccVgwk3ClYghed24KgI5EME1CSV SUKrPQsRLU47l6MRrjdT2Mjmpli2oStOvyblBvx8= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/109020] Lambdas have different DWARF signature than the function they are in Date: Mon, 06 Mar 2023 08:34:56 +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: rguenth at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: MOVED 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: bug_status resolution 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=3D109020 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |MOVED --- Comment #1 from Richard Biener --- Nothing in DWARF can change the scope name of a child DIE and I don't see any mangled symbol name output either so it must be gdb being funky possibly using the symbol demangling in one and the dwarf name in the other completi= on. _ZZL2ffmENKUlvE_clEv demangles as ff(unsigned long)::{lambda()#1}::operator()() const no typedefs in manglings, obviously. Please file on the sourceware side.=