From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 38026 invoked by alias); 5 Nov 2015 07:31:52 -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 38011 invoked by uid 89); 5 Nov 2015 07:31:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: mga01.intel.com Received: from mga01.intel.com (HELO mga01.intel.com) (192.55.52.88) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 05 Nov 2015 07:31:50 +0000 Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP; 04 Nov 2015 23:31:49 -0800 X-ExtLoop1: 1 Received: from kboell-mobl2.ger.corp.intel.com (HELO [172.28.205.135]) ([172.28.205.135]) by orsmga001.jf.intel.com with ESMTP; 04 Nov 2015 23:31:48 -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 , Joel Brobecker 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> Cc: Keven Boell , gdb-patches@sourceware.org From: Keven Boell Message-ID: <563B05E3.6030202@linux.intel.com> Date: Thu, 05 Nov 2015 07:31: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: <20151104220839.GA32720@host1.jankratochvil.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-11/txt/msg00169.txt.bz2 Hi Jan, As you have already seen, only the basic Fortran VLA support was merged to the repository. If you like I can also send the updated remaining Fortran VLA patches to the mailing list. Keven On 04.11.2015 23:08, Jan Kratochvil wrote: > On Wed, 04 Nov 2015 22:48:15 +0100, Joel Brobecker wrote: >> Just to be sure - did we regress on something in the master branch? > > No. > > >> Or is this just a regression on your branch when you only rely on >> the changes that were made on master? > > Yes. While it is offtopic for upstream the current Fedora Rawhide > (gdb-7.10.50.20151027-30.fc24) is now rebased on top of FSF GDB master not > regressing the VLAs. > > >> This allowed us to eventually get a good chunk of the work in, but as you >> can see, some chunks appear to still be missing... > > http://pkgs.fedoraproject.org/cgit/gdb.git/tree/gdb-vla-intel.patch > > Although maybe there is some dead code/data in the patch, not sure. > > > Jan >