From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7985 invoked by alias); 2 Jan 2007 16:50:49 -0000 Received: (qmail 7976 invoked by uid 22791); 2 Jan 2007 16:50:49 -0000 X-Spam-Check-By: sourceware.org Received: from nile.gnat.com (HELO nile.gnat.com) (205.232.38.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 02 Jan 2007 16:50:43 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id BED2448CBC2 for ; Tue, 2 Jan 2007 11:50:41 -0500 (EST) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 19868-01-10 for ; Tue, 2 Jan 2007 11:50:41 -0500 (EST) Received: from takamaka.act-europe.fr (AStDenis-105-1-58-225.w80-8.abo.wanadoo.fr [80.8.155.225]) by nile.gnat.com (Postfix) with ESMTP id 3294948CBAE for ; Tue, 2 Jan 2007 11:50:41 -0500 (EST) Received: by takamaka.act-europe.fr (Postfix, from userid 1000) id CEED234C099; Tue, 2 Jan 2007 20:51:28 +0400 (RET) Date: Tue, 02 Jan 2007 16:50:00 -0000 From: Joel Brobecker To: gdb@sourceware.org Subject: Re: Ada testsuite failures Message-ID: <20070102165128.GM3434@adacore.com> References: <20061231194604.GA23919@nevyn.them.org> <20070102113903.GH3434@adacore.com> <20070102143926.GA10771@nevyn.them.org> <20070102163108.GJ3434@adacore.com> <20070102163302.GL3434@adacore.com> <20070102164044.GA14566@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070102164044.GA14566@nevyn.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: 2007-01/txt/msg00019.txt.bz2 > Sort of... > > (gdb) ptype E > type = record null; end record > (gdb) ptype empty > type = function return int > (gdb) ptype bar.empty > No definition of "bar.empty" in current context. > > The debug info does mention bar__empty now, at least. Could you build with -save-temps and send me the contents of your directory: % cd gdb.ada/null_record % gnatmake -f -g null_record -cargs -dA -save-temps I will have a look. Shall I commit the testcase change in the meantime? It looks like it's an improvement already. -- Joel