From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23666 invoked by alias); 22 Jul 2014 13:10: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 23634 invoked by uid 89); 22 Jul 2014 13:10:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD autolearn=ham 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; Tue, 22 Jul 2014 13:10:37 +0000 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 22 Jul 2014 06:10:35 -0700 X-ExtLoop1: 1 Received: from kboell-mobl2.ger.corp.intel.com (HELO [172.28.205.55]) ([172.28.205.55]) by fmsmga002.fm.intel.com with ESMTP; 22 Jul 2014 06:10:34 -0700 Message-ID: <53CE62C9.20903@linux.intel.com> Date: Tue, 22 Jul 2014 15:27:00 -0000 From: Keven Boell User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Jan Kratochvil CC: Keven Boell , gdb-patches@sourceware.org, sanimir.agovic@intel.com Subject: Re: [V2 09/23] vla: changed string length semantic. References: <1405070495-6948-1-git-send-email-keven.boell@intel.com> <1405070495-6948-10-git-send-email-keven.boell@intel.com> <20140718151945.GA11512@host2.jankratochvil.net> <53CCCE51.1030603@linux.intel.com> <20140721191523.GA16779@host2.jankratochvil.net> In-Reply-To: <20140721191523.GA16779@host2.jankratochvil.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-07/txt/msg00549.txt.bz2 On 21.07.2014 21:15, Jan Kratochvil wrote: > On Mon, 21 Jul 2014 10:24:49 +0200, Keven Boell wrote: >> I pushed the updated series to Github: https://github.com/intel-gdb/vla/tree/vla-fortran > > Could you rebase it on top of current gdb/master? There are some non-trivial > conflicts with gdbtypes.c. Sure, you can find the rebased patch series now on https://github.com/intel-gdb/vla/tree/vla-fortran Keven