This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug translator/14434] dwflpp sometimes caches incomplete class_type
- From: "mjw at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sourceware dot org
- Date: Mon, 06 Aug 2012 22:39:34 +0000
- Subject: [Bug translator/14434] dwflpp sometimes caches incomplete class_type
- Auto-submitted: auto-generated
- References: <bug-14434-6586@http.sourceware.org/bugzilla/>
http://sourceware.org/bugzilla/show_bug.cgi?id=14434
Mark Wielaard <mjw at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #3 from Mark Wielaard <mjw at redhat dot com> 2012-08-06 22:39:34 UTC ---
commit 87eeec9407f8afa5af1037600272eebf0561e1d1
Author: Mark Wielaard <mjw@redhat.com>
Date: Mon Aug 6 20:31:20 2012 +0200
PR14434 Filter out partial structs/classes.
GCC might generate a struct/class without DW_AT_declaration,
but that only contains members which have DW_AT_declaration
set. We aren't interested in those. PR14434 (GCC bug #54181).
Filter them out with a new function has_only_decl_members in dwflpp.cxx.
Add new testcase testsuite/systemtap.base/partial-class-type.exp.
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.