From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3BE9A385841F; Fri, 1 Dec 2023 16:03:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3BE9A385841F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1701446611; bh=8+Tw6yOFYZG+inZ0GrRWwMYv3DhDMUU6U9gnrDZJDLk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=IcetiEi2gi5B45pjyWIJX10dvOCWKIGAIy5T4sSCgTAED/GWIJ6zLg/9nA51FAc52 gAbZtfJrVfCnshUhVFKk6ive3IrtEsUu3Zb9ERMbwMrm3npABAfGFqU0pY/a4ffiSw rLwM1+pjmjmwGFYxduTbYEYZsEWa3zOt/RhU1v08= From: "dodji at redhat dot com" To: libabigail@sourceware.org Subject: [Bug default/30260] add support for pointer-to-member types Date: Fri, 01 Dec 2023 16:03:30 +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: dodji 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 #7 from dodji at redhat dot com --- Thanks. The output of abidiff looks like this: Functions changes summary: 0 Removed, 0 Changed, 0 Added function Variables changes summary: 0 Removed, 1 Changed, 0 Added variable 1 Changed variable: [C] 'int S::* pm' was changed to 'char S::* pm' at test-ptr-to-mbr1-v1.cc:6:1: type of variable changed: pointer-to-member type changed from: 'int S::* to: 'char S::*' in data member type 'int' of pointed-to-member type 'int S::*': type name changed from 'int' to 'char' type size changed from 32 to 8 (in bits) in containing type 'struct S' of pointed-to-member type 'int S::*' at test-ptr-to-mbr1-v1.cc:1:1: type size changed from 32 to 8 (in bits) 1 data member change: type of 'int m' changed: type name changed from 'int' to 'char' type size changed from 32 to 8 (in bits) The output of the relevant tests are available at https://sourceware.org/git/?p=3Dlibabigail.git;a=3Dtree;f=3Dtests/data/test= -abidiff-exit/pointer-to-member;h=3D61ced53e13335af7b31962b8a3736774be5b68d= b;hb=3DHEAD. And one such output is: https://sourceware.org/git/?p=3Dlibabigail.git;a=3Dblob;f=3Dtests/data/test= -abidiff-exit/pointer-to-member/test-ptr-to-mbr1-output-1.txt;h=3Da88d96fbe= c1d301d52e57f5f6a6e233d97de62b1;hb=3DHEAD --=20 You are receiving this mail because: You are on the CC list for the bug.=