From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 109065 invoked by alias); 5 Nov 2015 16:05:16 -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 108963 invoked by uid 89); 5 Nov 2015 16:05:15 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: mga11.intel.com Received: from mga11.intel.com (HELO mga11.intel.com) (192.55.52.93) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 05 Nov 2015 16:05:05 +0000 Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP; 05 Nov 2015 08:04:41 -0800 X-ExtLoop1: 1 Received: from kboell-mobl2.ger.corp.intel.com (HELO [172.28.205.135]) ([172.28.205.135]) by orsmga003.jf.intel.com with ESMTP; 05 Nov 2015 08:04:40 -0800 Subject: Re: off-trunk gdb.fortran/dwarf-stride.exp no longer PASSes [Re: [PATCH 0/2] fort_dyn_array: Enable basic Fortran dynamic array support] To: Jan Kratochvil , Keven Boell References: <1435754532-17922-1-git-send-email-keven.boell@intel.com> <20151027212831.GA3058@host1.jankratochvil.net> <20151027212954.GA19347@host1.jankratochvil.net> <20151028161907.GB4009@adacore.com> <20151029223619.GA12147@host1.jankratochvil.net> <20151104214815.GR4009@adacore.com> <20151104220839.GA32720@host1.jankratochvil.net> <563B05E3.6030202@linux.intel.com> <20151105082240.GA32626@host1.jankratochvil.net> Cc: Joel Brobecker , gdb-patches@sourceware.org From: Keven Boell Message-ID: <563B7E17.6030105@linux.intel.com> Date: Thu, 05 Nov 2015 16:05:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <20151105082240.GA32626@host1.jankratochvil.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-11/txt/msg00187.txt.bz2 Hi Jan, Here is the next patch from the series: https://sourceware.org/ml/gdb-patches/2015-11/msg00186.html Keven On 05.11.2015 09:22, Jan Kratochvil wrote: > Hi Keven, > > On Thu, 05 Nov 2015 08:31:47 +0100, Keven Boell wrote: >> As you have already seen, only the basic Fortran VLA support was merged to >> the repository. > > OK, thanks. > > >> If you like I can also send the updated remaining Fortran VLA patches to the >> mailing list. > > Unaware what is your plan with them (wrt upstreaming) but sure it would be > helpful at least for me as they may be in a better shape than what I keep > rebasing since your 2014-06 post. > > Besides that mentioned > http://pkgs.fedoraproject.org/cgit/gdb.git/tree/gdb-vla-intel.patch > I carry also these fixups: > http://pkgs.fedoraproject.org/cgit/gdb.git/tree/gdb-vla-intel-logical-not.patch > http://pkgs.fedoraproject.org/cgit/gdb.git/tree/gdb-vla-intel-stringbt-fix.patch > http://pkgs.fedoraproject.org/cgit/gdb.git/tree/gdb-vla-intel-04of23-fix.patch > > > Thanks, > Jan >