From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Steinar Bang Cc: gcc@gcc.gnu.org, gdb@sources.redhat.com Subject: Re: Which version of gdb supports gcc 3.0 ABI? Date: Wed, 21 Mar 2001 15:59:00 -0000 Message-id: <3AB12CB4.FB7A4F2A@cygnus.com> References: <200103131956.f2DJuCT31263@fillmore.constant.com> <20010314132500.D6148@disaster.jaj.com> <20010314212236.A28674@redhat.com> <200103150907.EAA27838@indy.delorie.com> X-SW-Source: 2001-03/msg00138.html Steinar Bang wrote: > > >>>>> Eli Zaretskii : > > > FWIW, I always had the GDB patches I posted as an RFA approved or > > commented on in reasonable time (i.e. about a week). > > > In any case, a fork is not something people should consider easily, > > just because someone's patch is not accepted quickly enough. > > Maybe so. > > But the lack of C++ support for gcc 3.0 is a problem. > And it will become a _huge_ problem when gcc 3.0 is released. > > It must be adressed in some way, I think. And a fork sounds like the > best alternative. Humor me. What ``lack of C++ support for GCC 3.0''? GDB 5.0 doesn't support the v3.0 ABI (Is this really surprising? - GDB 5.0 was released almost a year ago! :-). GDB-current does provide ok support for GCC's v3 ABI. Michael Chastain has been pounding on GDB's C++ testsuite and hence identifying real bugs both GDB and in v3.0 G++. Jim Blandy has been carefully revising Dan's proposed changes and seeing them into GDB/GCC. I assume Dan, as GDB's current C++ maintainer, is contributing to this same effort. In parallel to this, the GDB 5.1 release has been slowly picking up speed. It has already been decided that there will be a 5.1 and then a likely 5.1.1. The hope is that GDB 5.1 will come out before GCC 3.0 and GDB 5.1.1 some time after. The intention is to have something sooner rather than later. Have a good one! Andrew