This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]