From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31993 invoked by alias); 4 Feb 2015 13:22:40 -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 31973 invoked by uid 89); 4 Feb 2015 13:22:40 -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,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: outpost17.zedat.fu-berlin.de Received: from outpost17.zedat.fu-berlin.de (HELO outpost17.zedat.fu-berlin.de) (130.133.4.110) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 04 Feb 2015 13:22:38 +0000 Received: from relay1.zedat.fu-berlin.de ([130.133.4.67]) by outpost.zedat.fu-berlin.de (Exim 4.82) with esmtp (envelope-from ) id <1YIzub-003e4M-Qu>; Wed, 04 Feb 2015 14:22:33 +0100 Received: from mx.physik.fu-berlin.de ([160.45.64.218]) by relay1.zedat.fu-berlin.de (Exim 4.82) with esmtps (envelope-from ) id <1YIzub-001Nw0-P4>; Wed, 04 Feb 2015 14:22:33 +0100 Received: from login1.physik.fu-berlin.de ([160.45.66.207]) by mx.physik.fu-berlin.de with esmtps (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1YIzuT-0000Bn-BH; Wed, 04 Feb 2015 14:22:25 +0100 Received: from tburnus by login1.physik.fu-berlin.de with local (Exim 4.80 #3 (Debian)) id 1YIzuT-000128-3B; Wed, 04 Feb 2015 14:22:25 +0100 Date: Wed, 04 Feb 2015 13:22:00 -0000 From: Tobias Burnus To: Keven Boell Cc: Joel Brobecker , gdb-patches@sourceware.org, sanimir.agovic@intel.com, Keven Boell Subject: Re: PING: [V3 00/21] Fortran dynamic array support Message-ID: <20150204132224.GA31304@physik.fu-berlin.de> 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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5486C8B3.9000102@linux.intel.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2015-02/txt/msg00080.txt.bz2 Hi Joel, On Tue, Dec 09, 2014 at 11:02:27AM +0100, Keven Boell wrote: > On 09.12.2014 10:18, Joel Brobecker wrote: > >> Given that it is now almost mid of December: do you foresee to have > >> some time for the patches in the foreseeable future? > > > > For Dec/Jan, it'll have to be during my weekends, but I will try > > to give it some time. Please avoid patch series that are too long. > > As much as possible, try to send one or two patches with the > > corresponding testcase update. The idea is that we make progress > > one step at a time, and each time I have the testcase to better > > see what the patch is about. A big patch series with lots of code > > changes first, followed by lots of testcase updates, just makes > > things harder to review, and forces me to postpone it until I feel > > I have big enough of a window to start the review (aka "never"). > Thanks for the information. I'll try to split the patch series into > smaller parts wherever it is possible. 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. * * * Side note: Looking at GCC's include/dwarf2.def, I see DW_TAG (DW_TAG_atomic_type, 0x47) which is not yet in binutils-gdb, cf. https://sourceware.org/ml/gdb-patches/2015-01/msg00653.html Also upcoming is the support for DW_LANG_Fortran03/08, cf. https://gcc.gnu.org/ml/fortran/2015-01/msg00177.html Tobias