From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Berlin To: Michael Elizabeth Chastain Cc: cgf@redhat.com, gdb-patches@sources.redhat.com Subject: Re: [RFA] testsuite/gdb.c++/ref-types.exp: use runto Date: Sat, 17 Mar 2001 15:31:00 -0000 Message-id: References: <200103172042.MAA11578@bosch.cygnus.com> X-SW-Source: 2001-03/msg00330.html Michael Elizabeth Chastain writes: > Hi Daniel, > > > It's not "usually" erroneous, it's that virtfunc.cc is worst case. > > In reality, it works most of the time. > > I tried this out with the canonical diamond class, and it did work in > all the cases I tried (gcc 2.95.2, gdb cvs 2001-03-17, red hat linux > native, stabs). > > I spent some time looking at gdb with virtfunc.cc. gdb is coming up > with a bizarre offset: it thinks the offset of the "A" object in class > "E" is 28, when it should be 0. That's causing most (if not all) of > the problems. Yes, I know. > > Maybe this can be fixed without breaking something else. I'm going > to investigate more. Remember, just because it works on Linux, .... If you are going to try to do it without breaking something else, you'll need to test on the other platforms that have a different set of default flags. > > Michael