public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/61463] New: g++ does not emit DW_AT_mutable
@ 2014-06-10 16:36 tromey at gcc dot gnu.org
  2021-08-06  4:01 ` [Bug c++/61463] " pinskia at gcc dot gnu.org
  0 siblings, 1 reply; 2+ messages in thread
From: tromey at gcc dot gnu.org @ 2014-06-10 16:36 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 61463
           Summary: g++ does not emit DW_AT_mutable
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: tromey at gcc dot gnu.org

DW_AT_mutable is defined by DWARF but g++ does not seem to emit it.

I tried

struct K
{
  mutable int x;
};

K k;

For "x" I see:

 <2><23>: Abbrev Number: 3 (DW_TAG_member)
    <24>   DW_AT_name        : x        
    <26>   DW_AT_decl_file   : 1        
    <27>   DW_AT_decl_line   : 3        
    <28>   DW_AT_type        : <0x2e>   
    <2c>   DW_AT_data_member_location: 0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug c++/61463] g++ does not emit DW_AT_mutable
  2014-06-10 16:36 [Bug c++/61463] New: g++ does not emit DW_AT_mutable tromey at gcc dot gnu.org
@ 2021-08-06  4:01 ` pinskia at gcc dot gnu.org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-08-06  4:01 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2021-08-06
     Ever confirmed|0                           |1

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Confirmed.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-08-06  4:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-10 16:36 [Bug c++/61463] New: g++ does not emit DW_AT_mutable tromey at gcc dot gnu.org
2021-08-06  4:01 ` [Bug c++/61463] " pinskia at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).