From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27401 invoked by alias); 5 Oct 2005 23:30:37 -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 27393 invoked by uid 22791); 5 Oct 2005 23:30:35 -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; Wed, 05 Oct 2005 23:30:35 +0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id D695C47E74; Wed, 5 Oct 2005 16:30:33 -0700 (PDT) Date: Wed, 05 Oct 2005 23:30:00 -0000 From: Joel Brobecker To: gdb-patches@sources.redhat.com Subject: Re: [RFA/ada] fix bug in ada-valprint.c:print_optional_low_bound() Message-ID: <20051005233033.GP1591@adacore.com> References: <20051005232815.GG1590@adacore.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051005232815.GG1590@adacore.com> User-Agent: Mutt/1.4i X-SW-Source: 2005-10/txt/msg00049.txt.bz2 > However, we currently get this: > > (gdb) print r_two_three > $1 = (two => 2, 3) AARRGH. Copy/paste error. I should have written: > However, we currently get this: > > (gdb) print r_two_three > $1 = (2, 3) (no explicit index in the array value) -- Joel