public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug debug/63239] New: DWARF does not represent C++ deleted methods
@ 2014-09-12 11:05 mpolacek at gcc dot gnu.org
  2014-10-05 15:25 ` [Bug debug/63239] " mark at gcc dot gnu.org
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2014-09-12 11:05 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 63239
           Summary: DWARF does not represent C++ deleted methods
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: debug
          Assignee: unassigned at gcc dot gnu.org
          Reporter: mpolacek at gcc dot gnu.org

C++11 has implicitly deleted functions.  These are declared with the = delete
specifier, and their usage in the program is forbidden.

struct A
{ 
  int i;
  A() = delete;
};
A a = { 42 };

However, it seems that currently the deleted functions are emitted like any
other.


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

end of thread, other threads:[~2014-11-21 13:33 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-12 11:05 [Bug debug/63239] New: DWARF does not represent C++ deleted methods mpolacek at gcc dot gnu.org
2014-10-05 15:25 ` [Bug debug/63239] " mark at gcc dot gnu.org
2014-10-05 15:31 ` mark at gcc dot gnu.org
2014-11-21  8:51 ` fxcoudert at gcc dot gnu.org
2014-11-21  8:52 ` fxcoudert at gcc dot gnu.org
2014-11-21 13:13 ` mark at gcc dot gnu.org
2014-11-21 13:16 ` jakub at gcc dot gnu.org
2014-11-21 13:28 ` fxcoudert at gcc dot gnu.org
2014-11-21 13:28 ` fxcoudert at gcc dot gnu.org
2014-11-21 13:30 ` jakub at gcc dot gnu.org
2014-11-21 13:32 ` fxcoudert at gcc dot gnu.org
2014-11-21 13:33 ` fxcoudert 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).