This is the mail archive of the
gdb@sources.redhat.com
mailing list for the GDB project.
RE: GDB 5.1.0.1 and GCC 3.0.4 derived classes
- From: "Smith, Jonathan C5" <SmithJC5 at navair dot navy dot mil>
- To: "'Michael Elizabeth Chastain'" <mec at shout dot net>, gdb at sources dot redhat dot com, "Smith, Jonathan C5" <SmithJC5 at navair dot navy dot mil>
- Date: Wed, 3 Apr 2002 15:58:16 -0500
- Subject: RE: GDB 5.1.0.1 and GCC 3.0.4 derived classes
This latest snapshot did in fact solve the problem :)
Thanks!
-----Original Message-----
From: Michael Elizabeth Chastain [mailto:mec@shout.net]
Sent: Wednesday, April 03, 2002 10:12 AM
To: gdb@sources.redhat.com; SmithJC5@navair.navy.mil
Subject: Re: GDB 5.1.0.1 and GCC 3.0.4 derived classes
gdb 5.1.0.1 has a lot of known problems with g++ v3 series,
including gcc 3.0.4.
Please try the latest weekly snapshot of the 5.2 branch:
ftp://sources.redhat.com/gdb+dejagnu-weekly-5.1.90_20020402.tar.bz2
This fixes a lot of g++ v3 bugs.
We plan to release 5.2 sometime in April 2002, so feedback right
now is appreciated.
Also, for bug reports, it helps a lot if you include the header
that gdb shows. Like this:
GNU gdb 5.1.90-2002-03-31-cvs
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you
are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for
details.
This GDB was configured as "i686-pc-linux-gnu".
This helps us because it has the version number at the top and the
configuration name at the bottom.
Hope this helps,
Michael C