From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5310 invoked by alias); 4 Jan 2007 06:33:20 -0000 Received: (qmail 5302 invoked by uid 22791); 4 Jan 2007 06:33:19 -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; Thu, 04 Jan 2007 06:33:14 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id BDA5548CF6C for ; Thu, 4 Jan 2007 01:33:12 -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 01902-01-8 for ; Thu, 4 Jan 2007 01:33:12 -0500 (EST) Received: from takamaka.act-europe.fr (AStDenis-105-1-84-180.w80-8.abo.wanadoo.fr [80.8.199.180]) by nile.gnat.com (Postfix) with ESMTP id 3877C48D003 for ; Thu, 4 Jan 2007 01:33:12 -0500 (EST) Received: by takamaka.act-europe.fr (Postfix, from userid 1000) id 104DC34C099; Thu, 4 Jan 2007 10:34:00 +0400 (RET) Date: Thu, 04 Jan 2007 06:33:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: Re: [RFA] fix gdb.ada/null_record.exp Message-ID: <20070104063400.GN17211@adacore.com> References: <20070102113102.GJ17211@adacore.com> <20070102143328.GA10603@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070102143328.GA10603@nevyn.them.org> User-Agent: Mutt/1.4.2.2i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-01/txt/msg00106.txt.bz2 > > 2007-01-02 Joel Brobecker > > > > * ada-lang.c (ada_evaluate_subexp) [OP_TYPE]: Return a value with > > the appropriate type rather than a bogus void type. > > OK. Won't fix it here, I think, but I strongly suspect bad debug info. Thanks Daniel. Checked in. (we'll get your test to pass...) -- Joel