From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11673 invoked by alias); 4 Jun 2014 12:50:58 -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 11662 invoked by uid 89); 4 Jun 2014 12:50:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 04 Jun 2014 12:50:56 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 0D93211610A; Wed, 4 Jun 2014 08:50:55 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id rLDg0y4S6L30; Wed, 4 Jun 2014 08:50:54 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id D94A7116100; Wed, 4 Jun 2014 08:50:54 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id C1A4740EB3; Wed, 4 Jun 2014 05:50:56 -0700 (PDT) Date: Wed, 04 Jun 2014 12:50:00 -0000 From: Joel Brobecker To: Keven Boell Cc: gdb-patches@sourceware.org, sanimir.agovic@intel.com Subject: Re: [PATCH 00/23] Fortran dynamic array support Message-ID: <20140604125056.GS4289@adacore.com> References: <1401861266-6240-1-git-send-email-keven.boell@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1401861266-6240-1-git-send-email-keven.boell@intel.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2014-06/txt/msg00153.txt.bz2 Hi Keven, > It allows the user to evaluate a dynamic array like an ordinary static > array e.g. print its elements instead of printing the pointer to the > array. In addition the size of a dynamic array can be retrieved with > gdbs builtin sizeof operator. Furthermore this series add support for > Fortran stride support. Thanks for sending the patch series. Unless someone beats me to it, I will try to start looking at it next early Tue or Wed next week. -- Joel