From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B09EA3858429; Thu, 30 Nov 2023 21:51:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B09EA3858429 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1701381119; bh=bP8IZiMrqS00sgpYEj7iqF7iUN75ePUGFtZCMGGw2SQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=qaJ9uOwwXiZbOsTzRgIMp+JGVVHzIRNq2poL42UkmlbobTVD2R5iZt1BaAwxcvoAc R/STdZ/rgak8dDP2PjYipeArvWd0g/KldQNAiXYJ4Xasuhr+ZxsjPquzOdPF5+12db q4U5if8/CwnWk1I6fSoQFkwfRA6KogkMeKFTfdF0= From: "gprocida at google dot com" To: libabigail@sourceware.org Subject: [Bug default/30260] add support for pointer-to-member types Date: Thu, 30 Nov 2023 21:51:59 +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: gprocida at google 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 #6 from gprocida at google dot com --- FWIW, STG diff output looks like this: function symbol 'int struct S::* s2()' {_Z2s2v} was added function symbol 'int s10(int struct S::*)' {_Z3s10M1Si} was added function symbol 'void pmz_fun()' {_Z7pmz_funv} was added variable symbol 'char struct Y::* pmc' was added variable symbol 'int union U::* pmcu' was added variable symbol 'double struct X::* pmd' was added variable symbol 'void(struct X::* pmf)(struct X*, int)' was added variable symbol 'int struct X::* pmi' was added variable symbol 'int union U::* pmu' was added variable symbol 'int struct { int t; }::* pmy' was added variable symbol 'int struct S::* s0' was added variable symbol 'int struct S::** s1' was added variable symbol 'int struct S::*(* s3)()' was added variable symbol 'int struct S::* s4[7]' was added variable symbol 'int* struct S::* s5' was added variable symbol 'int(* struct S::* s6)()' was added variable symbol 'int(struct S::* s7)(struct S*)' was added variable symbol 'int(struct S::* s8)[7]' was added variable symbol 'const int struct S::* volatile s9' was added variable symbol changed from 'char struct A::* diff' to 'int struct B::* di= ff' type changed from 'char struct A::*' to 'int struct B::*' containing type changed from 'struct A' to 'struct B' type changed from 'char' to 'int' If you have any better ideas than "containing type" and "type", I might ste= al them. :-) "pointed-to-member type"??? --=20 You are receiving this mail because: You are on the CC list for the bug.=