From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30976 invoked by alias); 23 Jan 2008 18:47:34 -0000 Received: (qmail 30966 invoked by uid 22791); 23 Jan 2008 18:47:33 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 23 Jan 2008 18:47:14 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 50AED2A9668 for ; Wed, 23 Jan 2008 13:47:12 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 9BK1BxLuoRDv for ; Wed, 23 Jan 2008 13:47:12 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 161432A9666 for ; Wed, 23 Jan 2008 13:47:12 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 08FFCE7ACB; Wed, 23 Jan 2008 10:47:10 -0800 (PST) Date: Wed, 23 Jan 2008 18:47:00 -0000 From: Joel Brobecker To: gdb@sourceware.org Subject: Re: FYI: Ada results on Debian/unstable Message-ID: <20080123184710.GC23576@adacore.com> References: <20080123131442.GA32621@caradoc.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080123131442.GA32621@caradoc.them.org> User-Agent: Mutt/1.4.2.2i Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-01/txt/msg00236.txt.bz2 > I haven't run the GDB testsuite in a while. Here's the new test failures > since I last did. I suspect these all rely on debug info that the > latest AdaCore tree generates that a relatively recent (4.1-based) > FSF gnat does not. Yes, this is most probably the cause of these failures. I would guess that fixes related to debug-info don't get ported to the 4.1 branch. To be verified. I just installed the Debian version of GNAT, but I'm running "testing" not unstable. I do see the failures, and I was going to look into the internal errors, but I don't get those with the version of GNAT I installed. Are the errors a problem for Debian? More interesting would be to run the testsuite with HEAD GCC. I'll try to do that when I have a minute (I just arrived yesterday night after a 36h trip). -- Joel