From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 97B003851C2B; Mon, 29 Mar 2021 15:00:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 97B003851C2B From: "gprocida+abigail at google dot com" To: libabigail@sourceware.org Subject: [Bug default/27660] New: abidw is confused by templated types with non-type parameters Date: Mon, 29 Mar 2021 15:00:39 +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: gprocida+abigail at google dot com X-Bugzilla-Status: UNCONFIRMED 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: Mon, 29 Mar 2021 15:00:39 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D27660 Bug ID: 27660 Summary: abidw is confused by templated types with non-type parameters Product: libabigail Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2 Component: default Assignee: dodji at redhat dot com Reporter: gprocida+abigail at google dot com CC: libabigail at sourceware dot org Target Milestone: --- This issue was noticed during a bulk check for duplicate, conflicting type definitions in XML. $ This seems to say: 234 is typedef 233 is_not_reference_tag 233 is typedef 263 false_ 263 is a struct named by 233 407 is typedef 263 true_ 263 is *also* a struct named by 407 263 is a struct The Boost header in question contains: template< bool C_ > struct bool_; typedef bool_ true_; typedef bool_ false_; --=20 You are receiving this mail because: You are on the CC list for the bug.=