From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28932 invoked by alias); 4 Feb 2015 14:18:01 -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 28922 invoked by uid 89); 4 Feb 2015 14:18:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 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, 04 Feb 2015 14:18:00 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 6040A116382; Wed, 4 Feb 2015 09:17:58 -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 TDvEnDhH8hqJ; Wed, 4 Feb 2015 09:17:58 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id C6274116370; Wed, 4 Feb 2015 09:17:57 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 93FCD40EAD; Wed, 4 Feb 2015 18:17:53 +0400 (RET) Date: Wed, 04 Feb 2015 14:18:00 -0000 From: Joel Brobecker To: Tobias Burnus Cc: Keven Boell , gdb-patches@sourceware.org, sanimir.agovic@intel.com, Keven Boell Subject: Re: PING: [V3 00/21] Fortran dynamic array support Message-ID: <20150204141753.GB4738@adacore.com> References: <1410340929-20653-1-git-send-email-keven.boell@intel.com> <20141002083529.GA11298@physik.fu-berlin.de> <20141002150034.GF6927@adacore.com> <20141117085854.GA6766@physik.fu-berlin.de> <20141117100529.GK5774@adacore.com> <20141209080030.GA5897@physik.fu-berlin.de> <20141209091803.GA4761@adacore.com> <5486C8B3.9000102@linux.intel.com> <20150204132224.GA31304@physik.fu-berlin.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150204132224.GA31304@physik.fu-berlin.de> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2015-02/txt/msg00082.txt.bz2 > As I saw, Keven has split them into parts in mid January: > https://sourceware.org/ml/gdb-patches/2015-01/threads.html#00376 > > Any estimate when you have time to start reviewing them piecewise? > Or other comments? > > I think it would be great if 7.10 (8.0?) would support Fortran 90 > code out of the box. Yes, sorry, I meant to send an update last weekend about it, to say that I would look at them soon, and I was so busy that I forgot. There was still a bit of a misunderstanding over how the patches should be split (IMO), but I will simply take the first patch, which is IIRC the nerve of the series, and start with that, and explain precisely how some of the other pieces should be merged into that. Expect me to look into them this coming weekend. The reason for the delays is that I have to think over an issue I mentioned previously, which is the fact that we can't augment the size of struct type * for _all_ types when only a handful really need them. We need to find a way to limit that increase, because "struct type" is one of the types where the size of the struct is extremely sensitive. -- Joel