From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21737 invoked by alias); 15 Jan 2014 17:54:47 -0000 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 Received: (qmail 21723 invoked by uid 89); 15 Jan 2014 17:54:46 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 15 Jan 2014 17:54:46 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 5AF6F1165BC; Wed, 15 Jan 2014 12:54:44 -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 2mBRoRfzwb59; Wed, 15 Jan 2014 12:54:44 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id DFDE01165BA; Wed, 15 Jan 2014 12:54:43 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 1F9DCE0816; Wed, 15 Jan 2014 21:54:41 +0400 (RET) Date: Wed, 15 Jan 2014 17:54:00 -0000 From: Joel Brobecker To: Tom Tromey Cc: Sanimir Agovic , palves@redhat.com, xdje42@gmail.com, gdb-patches@sourceware.org, keven.boell@intel.com Subject: Re: [PATCH v3 00/13] C99 variable length array support Message-ID: <20140115175441.GM4762@adacore.com> References: <1386166785-28037-1-git-send-email-sanimir.agovic@intel.com> <20140115114133.GA26593@adacore.com> <87sisprzlp.fsf@fleche.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87sisprzlp.fsf@fleche.redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2014-01/txt/msg00530.txt.bz2 > Joel> We've started working internally at AdaCore on getting rid of some > Joel> of the "GNAT encodings", with the goal of replacing them with pure > Joel> dwarf constructs. > > Excellent news. ... until you realize how much work it is going to be :-). It's turning to be an even larger effort than I thought, which is a bit of an understatement when you know how cautious I usually am when evaluating projects. But we're trying to make progress in baby steps... > v4 is here: > > https://sourceware.org/ml/gdb-patches/2013-12/msg00625.html > > Looking at it, I now understand the wisdom of "signed-off-by" and other > such cookies in resubmissions :) Thanks. I even commented on it! Does it look like it's close to being push-able? -- Joel