From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 48563 invoked by alias); 7 Aug 2017 12:42:31 -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 43426 invoked by uid 48); 7 Aug 2017 12:42:21 -0000 From: "woodard at redhat dot com" To: libabigail@sourceware.org Subject: [Bug default/21843] libabigail not correctly keeping track of nested scopes for typedefs 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: woodard at redhat dot com X-Bugzilla-Status: ASSIGNED 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-q3/txt/msg00042.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D21843 --- Comment #10 from Ben Woodard --- Moving to a slightly bigger test case that doesn't resolve to harmless. Using --no-unreferenced-symbols reduces some of the noise. dodji@adjoa:gcc-llvm$ ../../build/tools/abidiff test3-gcc.o test3-clang.o Functions changes summary: 0 Removed, 0 Changed, 0 Added function Variables changes summary: 0 Removed, 1 Changed, 0 Added variable Function symbols changes summary: 11 Removed, 1 Added function symbols not referenced by debug info Variable symbols changes summary: 0 Removed, 0 Added variable symbol not referenced by debug info 1 Changed variable: [C]'std::vector, std::allocator >, std::allocator, std::allocator > > > var' was changed to 'std::vector, std::allocator > > var' at test3.C:4:1: type of variable changed: type name changed from 'std::vector, std::allocator >, std::allocator, std::allocator > > >' to 'std::vector, std::allocator > >' type size hasn't changed 1 base class deletion: struct std::_Vector_base, std::allocator >, std::allocator, std::allocator > > > at stl_vector.h:74:1 1 base class insertion: struct std::_Vector_base, std::allocator > > at stl_vector.h:74:1 11 Removed function symbols not referenced by debug info: =20 _ZN9__gnu_cxx13new_allocatorINSt7__cxx1112basic_stringIcSt11char_traitsIcES= aIcEEEEC1Ev =20 _ZN9__gnu_cxx13new_allocatorINSt7__cxx1112basic_stringIcSt11char_traitsIcES= aIcEEEED1Ev _ZNSaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC1Ev _ZNSaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEED1Ev =20 _ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaI= S5_EE12_Vector_implC1Ev =20 _ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaI= S5_EE12_Vector_implD1Ev =20 _ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaI= S5_EEC1Ev =20 _ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaI= S5_EED1Ev =20 _ZNSt16allocator_traitsISaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaI= cEEEEE10deallocateERS6_PS5_m _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE= C1Ev _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE= D1Ev 1 Added function symbol not referenced by debug info: =20 _ZN9__gnu_cxx14__alloc_traitsISaINSt7__cxx1112basic_stringIcSt11char_traits= IcESaIcEEEEE10deallocateERS7_PS6_m dodji@adjoa:gcc-llvm$ --=20 You are receiving this mail because: You are on the CC list for the bug.