This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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 debug/56974] c++ ref qualifiers not represented in DWARF


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56974

Alexandre Oliva <aoliva at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |aoliva at gcc dot gnu.org
           Assignee|unassigned at gcc dot gnu.org      |aoliva at gcc dot gnu.org

--- Comment #9 from Alexandre Oliva <aoliva at gcc dot gnu.org> ---
Created attachment 39274
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39274&action=edit
Patch I'm testing

Mine.  I'm testing a patch that implements DW_AT_reference and
DW_AT_rvalue_reference in declarations and in subroutine types, modifying
pointer to member types to be output in a DWARF-2-compliant way (a
DW_TAG_ptr_to_member_type, rather than as a record type).  While at that, I've
arranged for us to output DW_AT_use_location for pointers to data members.

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