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 11:12:00 -0000 Message-id: References: <200103170500.VAA07316@bosch.cygnus.com> X-SW-Source: 2001-03/msg00319.html Michael Elizabeth Chastain writes: > The test suite knows that gdb is printing erroneous information. > > And gdb knows that it's doing something which is likely to be > erroneous. Not likely, sometimes is a better word. > It's better to not do that in the first place than return > data which is usually erroneous. Usually? It's not "usually" erroneous, it's that virtfunc.cc is worst case. In reality, it works most of the time. This is why i haven't just disabled it. People would scream bloody murder. Like I said, i also have them all passing with the new abi, and as soon as i get subobjects printing okay, i'll submit the patch. > > Michael