From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E5AD93858CDA; Tue, 24 Oct 2023 15:43:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E5AD93858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1698162229; bh=5TyC79pLIs4rsLa/jjfvskktkh2VtJ+roA3xB5KCZLc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=d0vygQj86Rc+QMiruNZhFRiUJt8MKjMpvoubB67V5F5B5VdRGsfFgGzEGcV7Altvr PC24NfW0j8prVwroFUm/F/28mHCJ5ZpCg2TSD3QGBzVU7YxUMGe4jIxfnhow496JOy rVzQk0BbMz6BNFktyigWBfPQnXEZ7kWBD16WG1Wk= From: "woodard at redhat dot com" To: libabigail@sourceware.org Subject: [Bug default/30260] add support for pointer-to-member types Date: Tue, 24 Oct 2023 15:43:49 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: libabigail X-Bugzilla-Component: default X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: woodard at redhat dot com X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: dodji at redhat dot com 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://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30260 --- Comment #4 from Ben Woodard --- Please note that pointer to member happens to be one of the challenging are= as in DWARF5, I think it is fine in the underlying type system but if the poin= ter to member variable is passed as a parameter to a function and is in a regis= ter, then I believe that the DWARF to represent that is currently undefined. DWARF6 is supposed to resolve that issue. https://github.com/ccoutant/dwarf-locations/blob/f74b6d8b95ad5cfea80c4493f1= 1e7dae441f02eb/location-description-on-the-dwarf-stack-concept-proposal.txt= #L252 --=20 You are receiving this mail because: You are on the CC list for the bug.=