public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
From: "woodard at redhat dot com" <sourceware-bugzilla@sourceware.org>
To: libabigail@sourceware.org
Subject: [Bug default/29407] arm-none-eabi-gcc-cs fails self-check
Date: Wed, 27 Jul 2022 02:22:51 +0000	[thread overview]
Message-ID: <bug-29407-9487-7WsjdVdRCN@http.sourceware.org/bugzilla/> (raw)
In-Reply-To: <bug-29407-9487@http.sourceware.org/bugzilla/>

https://sourceware.org/bugzilla/show_bug.cgi?id=29407

--- Comment #1 from Ben Woodard <woodard at redhat dot com> ---
This seems to be the best representative of a class of C++ bugs. I kind of feel
like if you fix this one it will fix the other packages that I've listed below.

First note that there 12145 filtered functions and 198 variables that were
filtered out. However, the thing that I'm kind of keying off of is all the
changes to vtables.

Comparing the ABI of binaries between
arm-none-eabi-gcc-cs-11.1.0-2.fc36.aarch64.rpm and
arm-none-eabi-gcc-cs-11.1.0-2.fc36.aarch64.rpm:

======== comparing'cc1' to itself wrongly yielded result: ===========
  Functions changes summary: 0 Removed, 17 Changed (12145 filtered out), 0
Added functions
  Variables changes summary: 0 Removed, 0 Changed (198 filtered out), 0 Added
variables

  17 functions with some indirect sub-type change:

    [C] 'function predicate add_condition(ipa_fn_summary*, ipa_node_params*,
int, tree, agg_position_info*, tree_code, tree, expr_eval_ops)' at
ipa-predicate.c:633:1 has some indirect sub-type changes:
      parameter 2 of type 'ipa_node_params*' has sub-type changes:
        in pointed to type 'class ipa_node_params' at ipa-prop.h:567:1:
          type size hasn't changed
          1 data member changes (4 filtered):
            type of 'ipcp_param_lattices* lattices' changed:
              in pointed to type 'class ipcp_param_lattices' at ipa-cp.c:337:1:
                type size hasn't changed
                1 data member changes (3 filtered):
                  type of 'ipcp_lattice<tree_node*> itself' changed:
                    type size hasn't changed
                    no data member change (1 filtered);

    [C] 'method virtual void ana::alloca_region::dump_to_pp(pretty_printer*,
bool) const' at region.cc:1133:1 has some indirect sub-type changes:
      implicit parameter 0 of type 'const ana::alloca_region*' has sub-type
changes:
        in pointed to type 'const ana::alloca_region':
          in unqualified underlying type 'class ana::alloca_region' at
region.h:949:1:
            type size hasn't changed
            1 base class change:
              'class ana::region' at region.h:87:1 changed:
                type size hasn't changed
                15 member function insertions:
                  'method virtual void ana::region::accept(ana::visitor*)
const' at region.cc:491:1, virtual at voffset 12/13   
{_ZNK3ana6region6acceptEPNS_7visitorE}
                  'method virtual void ana::region::dump_to_pp(pretty_printer*,
bool) const' at region.h:131:1, virtual at voffset 13/13
                  'method virtual const ana::cast_region*
ana::region::dyn_cast_cast_region() const' at region.h:111:1, virtual at
voffset 10/13    {_ZNK3ana6region20dyn_cast_cast_regionEv}
                  'method virtual const ana::decl_region*
ana::region::dyn_cast_decl_region() const' at region.h:103:1, virtual at
voffset 6/13    {_ZNK3ana6region20dyn_cast_decl_regionEv}
                  'method virtual const ana::element_region*
ana::region::dyn_cast_element_region() const' at region.h:107:1, virtual at
voffset 8/13    {_ZNK3ana6region23dyn_cast_element_regionEv}
                  'method virtual const ana::field_region*
ana::region::dyn_cast_field_region() const' at region.h:105:1, virtual at
voffset 7/13    {_ZNK3ana6region21dyn_cast_field_regionEv}
                  'method virtual const ana::frame_region*
ana::region::dyn_cast_frame_region() const' at region.h:97:1, virtual at
voffset 3/13    {_ZNK3ana6region21dyn_cast_frame_regionEv}
                  'method virtual const ana::function_region*
ana::region::dyn_cast_function_region() const' at region.h:99:1, virtual at
voffset 4/13    {_ZNK3ana6region24dyn_cast_function_regionEv}
                  'method virtual const ana::offset_region*
ana::region::dyn_cast_offset_region() const' at region.h:109:1, virtual at
voffset 9/13    {_ZNK3ana6region22dyn_cast_offset_regionEv}
                  'method virtual const ana::string_region*
ana::region::dyn_cast_string_region() const' at region.h:113:1, virtual at
voffset 11/13    {_ZNK3ana6region22dyn_cast_string_regionEv}
                  'method virtual const ana::symbolic_region*
ana::region::dyn_cast_symbolic_region() const' at region.h:101:1, virtual at
voffset 5/13    {_ZNK3ana6region24dyn_cast_symbolic_regionEv}
                  'method virtual ana::region_kind ana::region::get_kind()
const' at region.h:95:1, virtual at voffset 2/13
                  'method virtual ana::region::~region(int)' at region.cc:71:1 
  {_ZN3ana6regionD0Ev}
                  'method virtual ana::region::~region(int)' at region.cc:71:1 
  {_ZN3ana6regionD2Ev}
                  'method virtual ana::region::~region(int)' at region.cc:71:1
                1 member function changes (14 filtered):
                  'method virtual const ana::frame_region*
ana::region::dyn_cast_frame_region() const' has some sub-type changes:
                    return type changed:
                      in pointed to type 'const ana::frame_region':
                        in unqualified underlying type 'class
ana::frame_region' at region.h:204:1:
                          type size hasn't changed
                          no base class change (1 filtered);
                          7 member function insertions:
                            'method virtual void
ana::frame_region::accept(ana::visitor*) const' at region.cc:677:1, virtual at
voffset 12/13    {_ZNK3ana12frame_region6acceptEPNS_7visitorE}
                            'method virtual void
ana::frame_region::dump_to_pp(pretty_printer*, bool) const' at region.cc:687:1,
virtual at voffset 13/13   
{_ZNK3ana12frame_region10dump_to_ppEP14pretty_printerb}
                            'method virtual const ana::frame_region*
ana::frame_region::dyn_cast_frame_region() const' at region.h:252:1, virtual at
voffset 3/13    {_ZNK3ana12frame_region21dyn_cast_frame_regionEv}
                            'method virtual ana::region_kind
ana::frame_region::get_kind() const' at region.h:251:1, virtual at voffset 2/13
   {_ZNK3ana12frame_region8get_kindEv}
                            'method virtual
ana::frame_region::~frame_region(int)' at region.cc:668:1   
{_ZN3ana12frame_regionD0Ev}
                            'method virtual
ana::frame_region::~frame_region(int)' at region.cc:668:1   
{_ZN3ana12frame_regionD2Ev}
                            'method virtual
ana::frame_region::~frame_region(int)' at region.cc:668:1
                          1 member function changes (6 filtered):
                            'method virtual void
ana::frame_region::accept(ana::visitor*) const' has some sub-type changes:
                              parameter 1 of type 'ana::visitor*' has sub-type
changes:
                                in pointed to type 'class ana::visitor' at
region-model.h:156:1:
                                  type size hasn't changed
                                  15 member function insertions:
                                    'method virtual void
ana::visitor::visit_binop_svalue(const ana::binop_svalue*)' at
region-model.h:166:1, virtual at voffset 7/14   
{_ZN3ana7visitor18visit_binop_svalueEPKNS_12binop_svalueE

Other packages which seem to have similar problems are:

kdepim-addons
kf5-libktorrent
kf5-mailcommon
iaito
kscope
lammps

-- 
You are receiving this mail because:
You are on the CC list for the bug.

  parent reply	other threads:[~2022-07-27  2:22 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-25 21:47 [Bug default/29407] New: " woodard at redhat dot com
2022-07-26 20:04 ` [Bug default/29407] " woodard at redhat dot com
2022-07-27  2:22 ` woodard at redhat dot com [this message]
2022-10-14 16:31 ` [Bug default/29407] kdepim-addons " woodard at redhat dot com
2022-10-14 16:48 ` woodard at redhat dot com
2022-10-14 16:52 ` woodard at redhat dot com
2022-10-14 18:29 ` woodard at redhat dot com
2023-03-23 22:32 ` woodard at redhat dot com
2023-03-23 22:33 ` [Bug default/29407] kscope " woodard at redhat dot com
2023-03-23 22:37 ` woodard at redhat dot com
2023-05-18 19:11 ` woodard at redhat dot com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-29407-9487-7WsjdVdRCN@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=libabigail@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).