From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9D485385780D; Tue, 7 Sep 2021 17:46:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9D485385780D From: "woodard at redhat dot com" To: libabigail@sourceware.org Subject: [Bug default/27970] instability in canonicalization causes libstdc++ to fail selfcheck Date: Tue, 07 Sep 2021 17:46:56 +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: NEW 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 X-BeenThere: libabigail@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Mailing list of the Libabigail project List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Sep 2021 17:46:56 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D27970 --- Comment #2 from Ben Woodard --- Yea some progress but not completely fixed with trunk as of 190350a35f842574cf15b9a98f1ccbc3aa31a840=20 3 problems down, 1 to go: $ abidiff --harmless libstdc++.abixml /usr/lib64/libstdc++.so.6.0.29 Functions changes summary: 0 Removed, 1 Changed, 0 Added function Variables changes summary: 0 Removed, 0 Changed, 0 Added variable 1 function with some indirect sub-type change: [C] 'method virtual std::__codecvt_abstract_base::result std::codecvt::do_unshift(std::codecvt::state_type&, std::codecvt::extern_type*, std::codecvt::extern_type*, std::codecvt::extern_type*&) const' at codecvt.cc:914:1 has some indirect sub-type changes: Please note that the symbol of this function is _ZNKSt7codecvtIDsDu11__mbstate_tE10do_unshiftERS0_PDuS3_RS3_@@GLIBCXX_3.4.26 and it aliases symbol: _ZNKSt7codecvtIDiDu11__mbstate_tE10do_unshiftERS0_PDuS3_RS3_@@GLIBCXX_3.4.26 return type changed: entity changed from 'typedef std::__codecvt_abstract_base::result' to compatible type 'enum std::codecvt_base::result' at codecvt.h:52:1 --=20 You are receiving this mail because: You are on the CC list for the bug.=