From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 40C37385771C; Mon, 21 Aug 2023 09:20:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 40C37385771C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1692609631; bh=S/zLl3WhxZ1fYhxkWvyr9EeOq/r9IjQBSM+NFHjRnt4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=IeqzCZwIOujeoyq8w1jocoeC+Fmq+JXSLcy4QgRYBQRjDGeTXxBv6phrV1tIfysSK gxNRqWeQAX+Mdjy6qXw1D9uovXE1/BPjK1JpYkSWyr8INu1PeqkPR/q8uOJBZis8M9 S+cVFoIqSz5xXskjK3FIFR/E5mBCBVsilzRyB//Q= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/111069] Mangling of static structured bindings Date: Mon, 21 Aug 2023 09:20: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: ABI X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jakub at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created 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=3D111069 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #55763|0 |1 is obsolete| | --- Comment #5 from Jakub Jelinek --- Created attachment 55769 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D55769&action=3Dedit gcc14-pr111069.patch Full untested patch.=