From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9312 invoked by alias); 2 Jul 2013 22:22:47 -0000 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 Received: (qmail 9284 invoked by uid 89); 2 Jul 2013 22:22:41 -0000 X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO autolearn=ham version=3.3.1 Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Tue, 02 Jul 2013 22:22:41 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 985891C64FE; Tue, 2 Jul 2013 18:22:39 -0400 (EDT) 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 1-65az89HCI6; Tue, 2 Jul 2013 18:22:39 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 4AFCC1C64DF; Tue, 2 Jul 2013 18:22:39 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 8C385C2571; Tue, 2 Jul 2013 15:22:36 -0700 (PDT) Date: Tue, 02 Jul 2013 22:22:00 -0000 From: Joel Brobecker To: Jan Kratochvil Cc: "Agovic, Sanimir" , "gdb@sourceware.org" , "Boell, Keven" Subject: Re: Variable Length Arrays (VLA) proposal Message-ID: <20130702222236.GE10319@adacore.com> References: <0377C58828D86C4588AEEC42FC3B85A7176288F9@IRSMSX105.ger.corp.intel.com> <20130702133712.GA17311@host2.jankratochvil.net> <20130702192037.GA21818@host2.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130702192037.GA21818@host2.jankratochvil.net> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2013-07/txt/msg00008.txt.bz2 > This is why I was thinking getting rid of things like LA_VAL_PRINT > (converting them to some form of LA_VALUE_PRINT, my item (5)) first > may make the VLA task easier. I was also looking at that for unrelated reasons (I thought that this is the way forward in general, and that the val-print routines were a relic of the past). I looked at converting ada-val-print to value-print, but it was a little more involved than I thought, so left it for another day... -- Joel