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