From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 113680 invoked by alias); 1 Jul 2015 12:43:09 -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 113662 invoked by uid 89); 1 Jul 2015 12:43:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,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; Wed, 01 Jul 2015 12:43:07 +0000 Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP; 01 Jul 2015 05:43:05 -0700 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; 01 Jul 2015 05:43:05 -0700 Message-ID: <5593E058.8020402@linux.intel.com> Date: Wed, 01 Jul 2015 12:43:00 -0000 From: Keven Boell User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: "Boell, Keven" , Jan Kratochvil CC: "gdb-patches@sourceware.org" Subject: Re: [V4 00/21] Fortran dynamic array support References: <1421243390-24015-1-git-send-email-keven.boell@intel.com> <20150614081454.GA29096@host1.jankratochvil.net> <19296998DB3DF945800C4D0367E96F943AB0CA8D@IRSMSX106.ger.corp.intel.com> In-Reply-To: <19296998DB3DF945800C4D0367E96F943AB0CA8D@IRSMSX106.ger.corp.intel.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-07/txt/msg00023.txt.bz2 https://sourceware.org/ml/gdb-patches/2015-07/msg00019.html Keven On 17.06.2015 13:41, Boell, Keven wrote: > Hi Jan, > > I didn't have much time to work on an updated VLA series. However, as there > seems to be demand, I'll try to get an update to the mailing list by next > week. > > Keven > > -----Original Message----- > From: Jan Kratochvil [mailto:jan.kratochvil@redhat.com] > Sent: Sunday, June 14, 2015 10:15 AM > To: Boell, Keven > Cc: gdb-patches@sourceware.org > Subject: Re: [V4 00/21] Fortran dynamic array support > > Hello, > > On Wed, 14 Jan 2015 14:49:32 +0100, Keven Boell wrote: >> This patch series add Fortran dynamic array support to gdb. > > does Intel some work in progress or plans for slices/subsets? It is a > working > feature in gfortran but currently not in GDB: > > http://pkgs.fedoraproject.org/cgit/gdb.git/tree/gdb-archer-vla-tests.patch#n > 2295 > p var(1, 2:) = (21, 31) > p var(:, :) = ((11, 12, 13, 14) (21, 22, 23, 24) (31, 32, 33, 34)) > p var(:) = Wrong number of subscripts > p var(:, :, :) = Wrong number of subscripts > > > Jan > > > > Intel GmbH > Dornacher Strasse 1 > 85622 Feldkirchen/Muenchen, Deutschland > Sitz der Gesellschaft: Feldkirchen bei Muenchen > Geschaeftsfuehrer: Christian Lamprechter, Hannes Schwaderer, Douglas Lusk > Registergericht: Muenchen HRB 47456 > Ust.-IdNr./VAT Registration No.: DE129385895 > Citibank Frankfurt a.M. (BLZ 502 109 00) 600119052 >