From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 33046 invoked by alias); 3 Jun 2017 17:30:57 -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 27591 invoked by uid 55); 3 Jun 2017 17:30:46 -0000 From: "dodji at seketeli dot org" To: libabigail@sourceware.org Subject: [Bug default/21486] missing const when comparing C++ object files Date: Sun, 01 Jan 2017 00:00:00 -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 seketeli dot org 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-SW-Source: 2017-q2/txt/msg00039.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D21486 --- Comment #7 from dodji at seketeli dot org --- "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 You are receiving this mail because: You are on the CC list for the bug.