From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Geoff Keating Cc: gcc-regression@gcc.gnu.org, gdb@sources.redhat.com, nathan@codesourcery.com Subject: Re: 1 GCC regressions, 1 new, with your patch on 2001-07-21T09:30:01Z. Date: Mon, 23 Jul 2001 14:49:00 -0000 Message-id: <3B5C9BF0.3040304@cygnus.com> References: <200107211225.f6LCPA730345@maat.cygnus.com> <200107211624.JAA01319@geoffk.org> X-SW-Source: 2001-07/msg00332.html >> The new failures are: >> native gdb.sum gdb.base/selftest.exp: > > > This was interesting. After two months, the GCC tree has finally been > stable for long enough for the tester to try to update its binutils > tree. Unfortunately, this means it updates its _sources_, and it > turns out that selftest.exp requires you keep around the old gdb > sources so it can debug itself. > > Since selftest.exp doesn't really test the compiler at all, I have > disabled it. I'm not sure what you mean, As far as I know, selftest uses the just built native GDB to test the just built native GDB. The test being skipped when the just built GDB isn't native (it doesn't make sense). I think GCC should retain the test since it is testing GDB against a very large program. Andrew