[Bug debug/47510] DW_TAG_typedef can have children when designating a naming typedef

2012-03-04 Thread eu at doxos dot eu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47510 Václav Šmilauer eu at doxos dot eu changed: What|Removed |Added CC||eu at doxos dot eu

[Bug debug/47510] DW_TAG_typedef can have children when designating a naming typedef

2011-10-10 Thread daniel_beichl at gmx dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47510 dbeichl daniel_beichl at gmx dot net changed: What|Removed |Added CC||daniel_beichl at

[Bug debug/47510] DW_TAG_typedef can have children when designating a naming typedef

2011-04-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47510 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.6.1 |---

[Bug debug/47510] DW_TAG_typedef can have children when designating a naming typedef

2011-04-14 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47510 Dodji Seketeli dodji at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|NEW

[Bug debug/47510] DW_TAG_typedef can have children when designating a naming typedef

2011-04-14 Thread jan.kratochvil at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47510 --- Comment #14 from Jan Kratochvil jan.kratochvil at redhat dot com 2011-04-14 08:27:46 UTC --- Comment 3 has been filed as new PR debug/48603.

[Bug debug/47510] DW_TAG_typedef can have children when designating a naming typedef

2011-03-25 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47510 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.6.0 |4.6.1 ---

[Bug debug/47510] DW_TAG_typedef can have children when designating a naming typedef

2011-03-16 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47510 Dodji Seketeli dodji at gcc dot gnu.org changed: What|Removed |Added CC||jason at gcc dot

[Bug debug/47510] DW_TAG_typedef can have children when designating a naming typedef

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

[Bug debug/47510] DW_TAG_typedef can have children when designating a naming typedef

2011-03-15 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47510 --- Comment #5 from Richard Guenther rguenth at gcc dot gnu.org 2011-03-15 16:24:27 UTC --- (In reply to comment #4) This is because G++ generates struct Fint::C. The instantiated Fint::C a typedef. No anonymous struct is generated inside

[Bug debug/47510] DW_TAG_typedef can have children when designating a naming typedef

2011-03-14 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47510 --- Comment #4 from Dodji Seketeli dodji at gcc dot gnu.org 2011-03-14 21:03:35 UTC --- This is because G++ generates struct Fint::C. The instantiated Fint::C a typedef. No anonymous struct is generated inside Fint. What is generated is really

[Bug debug/47510] DW_TAG_typedef can have children when designating a naming typedef

2011-02-03 Thread jan.kratochvil at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47510 --- Comment #3 from Jan Kratochvil jan.kratochvil at redhat dot com 2011-02-03 15:21:02 UTC --- g++ (GCC) 4.6.0 20110203 (experimental) with the Comment 2 patch template typename T class F { typedef struct { int i; } C; C a; }; Fint f; -

[Bug debug/47510] DW_TAG_typedef can have children when designating a naming typedef

2011-01-28 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47510 --- Comment #1 from Dodji Seketeli dodji at gcc dot gnu.org 2011-01-28 11:13:51 UTC --- Created attachment 23149 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=23149 Candidate patch I am bootstrapping this patch at the moment.

[Bug debug/47510] DW_TAG_typedef can have children when designating a naming typedef

2011-01-28 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47510 --- Comment #2 from Dodji Seketeli dodji at gcc dot gnu.org 2011-01-28 16:13:07 UTC --- Patch posted to http://gcc.gnu.org/ml/gcc-patches/2011-01/msg02118.html