From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B67C93858009; Sat, 20 Mar 2021 10:32:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B67C93858009 From: "gprocida+abigail at google dot com" To: libabigail@sourceware.org Subject: [Bug default/26591] detect pathologically redundant types in abixml Date: Sat, 20 Mar 2021 10:32:27 +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: enhancement X-Bugzilla-Who: gprocida+abigail at google 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: Sat, 20 Mar 2021 10:32:27 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D26591 --- Comment #6 from Giuliano Procida -= -- One of the worst cases of duplicate type ids being used for different types (genuinely different it seems, not fragments of each other) is type-id-60 in tests/data/test-read-dwarf/PR22122-libftdc.so. This is a snippet of abidw tests/data/test-read-dwarf/PR22122-libftdc.so | c++filt. ::intrusiv= e_ptr()' filepath=3D'src/third_party/boost-1.60.0/boost/smart_ptr/intrusive_ptr.hpp' line=3D'62' column=3D'1' visibility=3D'default' binding=3D'global' size-in-= bits=3D'64'> ::~intrusi= ve_ptr()' filepath=3D'src/third_party/boost-1.60.0/boost/smart_ptr/intrusive_ptr.hpp' line=3D'95' column=3D'1' visibility=3D'default' binding=3D'global' size-in-= bits=3D'64'> > >::optional()' filepath=3D'src/third_party/boost-1.60.0/boost/optional/optional.hpp' line= =3D'786' column=3D'1' visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> ::optional(mo= ngo::FTDCBSONUtil::FTDCType&&)' filepath=3D'src/third_party/boost-1.60.0/boost/optional/optional.hpp' line= =3D'799' column=3D'1' visibility=3D'default' binding=3D'global' size-in-bits=3D'64'> Both are anonymous, declaration-only classes but contain member functions t= hat clearly belong to named, defined templated types. --=20 You are receiving this mail because: You are on the CC list for the bug.=