This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug translator/14434] dwflpp sometimes caches incomplete class_type


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]