This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 00/23] Fortran dynamic array support
- From: Joel Brobecker <brobecker at adacore dot com>
- To: Keven Boell <keven dot boell at intel dot com>
- Cc: gdb-patches at sourceware dot org, sanimir dot agovic at intel dot com
- Date: Wed, 4 Jun 2014 05:50:56 -0700
- Subject: Re: [PATCH 00/23] Fortran dynamic array support
- Authentication-results: sourceware.org; auth=none
- References: <1401861266-6240-1-git-send-email-keven dot boell at intel dot com>
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