From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 280EA3858402; Wed, 8 Dec 2021 23:44:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 280EA3858402 From: "woodard at redhat dot com" To: libabigail@sourceware.org Subject: [Bug default/28675] New: whitespace in DWARF template naming confuses libabigail. Date: Wed, 08 Dec 2021 23:44:04 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: 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: Wed, 08 Dec 2021 23:44:05 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D28675 Bug ID: 28675 Summary: whitespace in DWARF template naming confuses libabigail. Product: libabigail Version: unspecified Status: NEW Severity: normal Priority: P2 Component: default Assignee: dodji at redhat dot com Reporter: woodard at redhat dot com CC: libabigail at sourceware dot org Target Milestone: --- Comparing gcc built libabigail.so.0 to llvm built libabigail.so.0 one of the commonly reported differences is like this: [C] 'method const std::vector >& abigail::comparison::corpus_diff::children_nodes() const' at abg-comparison.h:2325:1 has some indirect sub-type changes: return type changed: in referenced type 'const std::vector >': 'const std::vector >' changed to 'const std::vector >' The difference is nothing other than white space: const std::vector > const std::vector > clang puts a space between typename and the * while GCC does not. This should be a special case that is handled by libabigail. It is not an actual ABI difference. --=20 You are receiving this mail because: You are on the CC list for the bug.=