This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/12066] g++ generates stabs for "char *" that gdb cannot read
- From: "drow at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Sep 2003 20:53:14 -0000
- Subject: [Bug debug/12066] g++ generates stabs for "char *" that gdb cannot read
- References: <20030826143029.12066.mec@shout.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12066
drow at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |drow at gcc dot gnu dot org
------- Additional Comments From drow at gcc dot gnu dot org 2003-09-14 20:53 -------
I agree with Mark, it looks like this was caused by the change which removed
the call to pushdecl from record_builtin_type. Mark, do you have any ideas
on how this should be fixed? Probably not just by re-adding the pushdecl.