From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11664 invoked by alias); 21 Oct 2015 19:42:55 -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 11627 invoked by uid 89); 21 Oct 2015 19:42:55 -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,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no 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, 21 Oct 2015 19:42:51 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 20896118252; Wed, 21 Oct 2015 15:42:49 -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 KedUR3wTw2mY; Wed, 21 Oct 2015 15:42:49 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 07ABD11824F; Wed, 21 Oct 2015 15:42:49 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 9B31941C7F; Wed, 21 Oct 2015 15:42:48 -0400 (EDT) Date: Thu, 22 Oct 2015 09:59:00 -0000 From: Joel Brobecker To: Keven Boell Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 1/2] fort_dyn_array: add basic fortran dyn array support Message-ID: <20151021194248.GC3971@adacore.com> References: <1435754532-17922-1-git-send-email-keven.boell@intel.com> <1435754532-17922-2-git-send-email-keven.boell@intel.com> <20150721180502.GN7406@adacore.com> <55C213C7.7070202@linux.intel.com> <20150805202301.GB14992@adacore.com> <51130.172.28.205.135.1438861308.squirrel@linux.intel.com> <20150820125159.GD4571@adacore.com> <5617A6FB.4050407@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5617A6FB.4050407@linux.intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2015-10/txt/msg00431.txt.bz2 > Thanks for the review and sorry for the long delay. Here is the updated patch. > > --- > Fortran provide types whose values may be dynamically allocated > or associated with a variable under explicit program control. > The purpose of this commit is > * to read allocated/associated DWARF tags and store them in > the dynamic property list of main_type. > * enable GDB to print the value of a dynamic array in Fortran > in case the type is allocated or associated (pointer to > dynamic array). That's a duplicate of an email you sent shortly after this one. On the other hand, patch #2 seems to still be pending (ie, no email from you since I sent you my last review). So I'm wondering if you meant instead to send patch #2, here... -- Joel