From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26038 invoked by alias); 10 Oct 2005 01:17:59 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 26021 invoked by uid 22791); 10 Oct 2005 01:17:57 -0000 Received: from s142-179-108-108.bc.hsia.telus.net (HELO takamaka.act-europe.fr) (142.179.108.108) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 10 Oct 2005 01:17:57 +0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id AA48847E76; Sun, 9 Oct 2005 18:17:55 -0700 (PDT) Date: Mon, 10 Oct 2005 01:17:00 -0000 From: Joel Brobecker To: gdb-patches@sources.redhat.com Subject: Re: [RFA/testsuite/ada] Test "set print array-indexes" with Ada arrays Message-ID: <20051010011755.GL22319@adacore.com> References: <20051005215942.GF1590@adacore.com> <20051009203844.GA8208@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051009203844.GA8208@nevyn.them.org> User-Agent: Mutt/1.4i X-SW-Source: 2005-10/txt/msg00089.txt.bz2 > > 2005-10-05 Joel Brobecker > > > > * gdb.ada/arrayidx/p.adb: New file. > > * gdb.ada/arrayidx.exp: New testcase > > > > Tested on x86-linux. There are 12 PASSes, 2 FAILs, and 4 KFAILs. > > The patch I'm about to submit will fix the 2 FAILs. > > > > OK to commit? > > This is OK, except that IIUC you've posted a patch to fix the KFAILs, > so you can leave them out now. Right? Actually, not yet, no. There were 2 FAILs, and one of my patch fixes them. And there were 4 KFAILs which I couldn't investigate yet. I just had a look, and found the source of the problem. See: http://sources.redhat.com/ml/gdb-patches/2005-10/msg00086.html The fix I am suggesting is in dwarf2read.c, and I know I'm not the first one in the queue for reviews in this file, so we'll probably need the KFAILs a little longer. I'll remove them as soon as the problem is fixed. In the meantime, I checked this patch in. Thank you! -- Joel