From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Snyder To: Jim Blandy Cc: chastain@cygnus.com, gdb-patches@sources.redhat.com Subject: Re: V3 fixes for classes.exp Date: Tue, 03 Jul 2001 12:36:00 -0000 Message-id: <3B421EDB.EA82EC8C@cygnus.com> References: <3B41279E.D4901393@cygnus.com> X-SW-Source: 2001-07/msg00033.html Jim Blandy wrote: > > Michael Snyder writes: > > Jim, this patch extends what you did for "ptype class A" back in April > > to a bunch of other classes. I thought you and Michael C. might review > > it, since you've both worked so hard on the V3 testing issues. > > The changes: > > > > * Make the whitespace optional in "const &" > > * Make the "void" optional in constructors with no params > > * Make the private decl. of the vtable member optional > > > > Also recognize a few additional constructors that were not > > around before. This does not address the issue of multiple > > constructors with the same apparent type. > > Thanks! > > We know that GDB is printing bogus constructor info at the moment. I > don't think the tests should be changed to match the constructors GDB > currently prints. (I'm sorry --- I assume those changes probably took > the bulk of your time!) > > The rest of it looks great. OK, I guess I tried to put too much into a single submission. I will break it up into several submissions. This one is withdrawn. Michael S.