[Bug debug/49047] DW_AT_linkage_name missing for constructors and destructors

2011-05-31 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49047 Dodji Seketeli changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug debug/49047] DW_AT_linkage_name missing for constructors and destructors

2011-05-31 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49047 Dodji Seketeli changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug debug/49047] DW_AT_linkage_name missing for constructors and destructors

2011-05-31 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49047 --- Comment #7 from Dodji Seketeli 2011-05-31 12:17:25 UTC --- Author: dodji Date: Tue May 31 12:17:21 2011 New Revision: 174474 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174474 Log: Fix PR debug/49047 gcc/ * dwarf2out.c (gen_s

[Bug debug/49047] DW_AT_linkage_name missing for constructors and destructors

2011-05-31 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49047 --- Comment #6 from Dodji Seketeli 2011-05-31 12:17:12 UTC --- Author: dodji Date: Tue May 31 12:17:06 2011 New Revision: 174473 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174473 Log: Revert "Fix PR debug/49047" This reverts commit c

[Bug debug/49047] DW_AT_linkage_name missing for constructors and destructors

2011-05-31 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49047 --- Comment #5 from Dodji Seketeli 2011-05-31 12:09:10 UTC --- Author: dodji Date: Tue May 31 12:09:06 2011 New Revision: 174472 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174472 Log: Fix PR debug/49047 gcc/ * dwarf2out.c (gen_s

[Bug debug/49047] DW_AT_linkage_name missing for constructors and destructors

2011-05-27 Thread dodji at seketeli dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49047 --- Comment #4 from dodji at seketeli dot org 2011-05-27 09:09:35 UTC --- A candidate patch was posted to http://gcc.gnu.org/ml/gcc-patches/2011-05/msg02044.html

[Bug debug/49047] DW_AT_linkage_name missing for constructors and destructors

2011-05-25 Thread tromey at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49047 --- Comment #3 from Tom Tromey 2011-05-25 18:00:23 UTC --- I tried this patch on a simple example and I think the output looks good.

[Bug debug/49047] DW_AT_linkage_name missing for constructors and destructors

2011-05-25 Thread dodji at seketeli dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49047 --- Comment #2 from dodji at seketeli dot org 2011-05-25 15:15:03 UTC --- The candidate patch below might do what you want. Note that, constructors/destructor functions are cloned. The cloning process yields a DIE tree. So the destructor K::~K

[Bug debug/49047] DW_AT_linkage_name missing for constructors and destructors

2011-05-19 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49047 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1 f