From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10720 invoked by alias); 3 Jun 2017 17:29:35 -0000 Mailing-List: contact libabigail-help@sourceware.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Id: List-Subscribe: Sender: libabigail-owner@sourceware.org Received: (qmail 10692 invoked by uid 89); 3 Jun 2017 17:29:34 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.99.2 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=Doing X-Spam-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on sourceware.org X-Spam-Level: X-Spam-User: qpsmtpd, 2 recipients X-HELO: ms.seketeli.net Received: from seketeli.net (HELO ms.seketeli.net) (94.23.218.202) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 03 Jun 2017 17:29:32 +0000 Received: from localhost (torimasen.com [88.120.68.215]) by ms.seketeli.net (Postfix) with ESMTPSA id 7E3CD2360056; Sat, 3 Jun 2017 19:29:34 +0200 (CEST) Received: by localhost (Postfix, from userid 1000) id 0FA86180CDE3; Sat, 3 Jun 2017 19:29:32 +0200 (CEST) From: Dodji Seketeli To: "woodard at redhat dot com" Cc: libabigail@sourceware.org Subject: Re: [Bug default/21486] New: missing const when comparing C++ object files Organization: Me, myself and I References: X-Operating-System: Red Hat Enterprise Linux Workstation 7.3 X-URL: http://www.seketeli.net/~dodji Date: Sun, 01 Jan 2017 00:00:00 -0000 In-Reply-To: (woodard at redhat dot com's message of "Fri, 12 May 2017 01:20:23 +0000") Message-ID: <87k24tgetf.fsf@seketeli.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2017-q2/txt/msg00038.txt.bz2 "woodard at redhat dot com" a =C3=A9crit: > Doing some introspection on libabigail itself with different compilers it= flags > this error: > > [C]'function void abigail::dump(abigail::ir::translation_unit_sptr, > std::ostream&, bool)' at abg-writer.cc:4091:1 has some indirect sub-type > changes: > parameter 1 of type 'typedef abigail::ir::translation_unit_sptr' chan= ged: > entity changed from 'typedef abigail::ir::translation_unit_sptr' to > 'const abigail::ir::translation_unit_sptr' > type size hasn't changed > parameter 3 of type 'bool' changed: > entity changed from 'bool' to 'const bool' > type size hasn't changed Could you please attach the exact two binaries you were comparing, so that I am sure to see exactly what you were seeing? Thanks. --=20 Dodji