This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/56974] c++ ref qualifiers not represented in DWARF
- From: "mark at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 26 Jun 2014 11:46:09 +0000
- Subject: [Bug debug/56974] c++ ref qualifiers not represented in DWARF
- Auto-submitted: auto-generated
- References: <bug-56974-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56974
--- Comment #3 from Mark Wielaard <mark at gcc dot gnu.org> ---
There is DWARFv5 proposal for this now:
http://dwarfstd.org/ShowIssue.php?issue=131105.1
This adds DW_AT_reference[_qualifier] and DW_AT_rvalue_reference[_qualifier] as
attributes to DW_TAG_subprogram or DW_TAG_subroutine_type.