[Bug debug/45088] pointer type information lost in debuginfo

2012-04-19 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45088 --- Comment #11 from Jason Merrill 2012-04-19 19:09:14 UTC --- (In reply to comment #10) > what about 4.7 branch? The fix was on the trunk before 4.7 branched, so yes.

[Bug debug/45088] pointer type information lost in debuginfo

2012-04-19 Thread pluto at agmk dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45088 Pawel Sikora changed: What|Removed |Added CC||pluto at agmk dot net --- Comment #10 from

[Bug debug/45088] pointer type information lost in debuginfo

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

[Bug debug/45088] pointer type information lost in debuginfo

2010-12-17 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45088 --- Comment #8 from Dodji Seketeli 2010-12-17 10:39:23 UTC --- Author: dodji Date: Fri Dec 17 10:39:21 2010 New Revision: 167976 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167976 Log: Fix for PR debug/45088 gcc/ * dwarf2out.c (g

[Bug debug/45088] pointer type information lost in debuginfo

2010-11-12 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45088 --- Comment #7 from Dodji Seketeli 2010-11-12 12:05:55 UTC --- Finally the patch I pasted earlier wasn't good enough. I modified it and proposed it to http://gcc.gnu.org/ml/gcc-patches/2010-11/msg01277.html

[Bug debug/45088] pointer type information lost in debuginfo

2010-11-11 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45088 --- Comment #6 from Dodji Seketeli 2010-11-11 15:43:17 UTC --- I believe this is a smaller reproducer (the type of *a1 is not present in debug info): struct A { virtual ~A(); }; struct B : public A { virtual ~B(){} }; struct C : public

[Bug debug/45088] pointer type information lost in debuginfo

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

[Bug debug/45088] pointer type information lost in debuginfo

2010-09-27 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45088 --- Comment #4 from Ulrich Weigand 2010-09-27 16:25:01 UTC --- (In reply to comment #3) > is this another dup of PR 43628? should be fixed if it is No, unfortunately it's not. In mainline and 4.5 (which have the 43628) fix, all other GDB C++ t

[Bug debug/45088] pointer type information lost in debuginfo

2010-09-27 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45088 --- Comment #3 from Jonathan Wakely 2010-09-27 16:22:18 UTC --- is this another dup of PR 43628? should be fixed if it is

[Bug debug/45088] pointer type information lost in debuginfo

2010-09-27 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45088 Ulrich Weigand changed: What|Removed |Added CC||uweigand at gcc dot gnu.org --- Comment

[Bug debug/45088] pointer type information lost in debuginfo

2010-07-27 Thread jakub at gcc dot gnu dot org
--- Comment #1 from jakub at gcc dot gnu dot org 2010-07-27 08:29 --- So, to add c1's type, we call gen_typedef_with_usage with A typedef variant. 19880 /* If TYPE is a typedef type variant, let's generate debug info 19881 for the parent typedef which TYPE is a type of. */ 19882 i