From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6E6D83874C1B; Fri, 5 Mar 2021 17:09:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6E6D83874C1B From: "gprocida+abigail at google dot com" To: libabigail@sourceware.org Subject: [Bug default/26591] detect pathologically redundant types in abixml Date: Fri, 05 Mar 2021 17:09:22 +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: Fri, 05 Mar 2021 17:09:22 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D26591 --- Comment #4 from Giuliano Procida -= -- Here's a slightly smaller example. $ head -10 h.h a.cc b.cc =3D=3D> h.h <=3D=3D struct A { typedef int T2; }; =3D=3D> a.cc <=3D=3D #include "h.h" A::T2 Afun(A) { return 0; } =3D=3D> b.cc <=3D=3D #include "h.h" struct B { typedef A::T2 T; }; B::T Bfun(B) { return 0; } --=20 You are receiving this mail because: You are on the CC list for the bug.=