[v6,0/1] Fix arrays of variable length strings for FORTRAN

Message ID 20240105131912.22658-1-abdul.b.ijaz@intel.com
Headers
Series Fix arrays of variable length strings for FORTRAN |

Message

Abdul Basit Ijaz Jan. 5, 2024, 1:19 p.m. UTC
  From: "Ijaz, Abdul B" <abdul.b.ijaz@intel.com>

Hi All,

One build issue was left unmerged in V5 of this series where in V5
series patch is rebased only on latest master and feedback from Andrew on V3
series was already resolved in V4 series and there is no further feedback
on this since then.

V5 of this series can be found here:
https://sourceware.org/pipermail/gdb-patches/2024-January/205672.html

V4 of this series can be found here:
https://sourceware.org/pipermail/gdb-patches/2023-January/195836.html

V3 of this series can be found here:
https://sourceware.org/pipermail/gdb-patches/2022-May/188725.html

Changes since V4:
* Rebase patch on latest master and fix conflicts.

Following test configurations are tested on Ubuntu22.04 and no regression is seen:
gcc64/gcc32/native-gdbserver/native-extended-gdbserver(-m32).

I'm looking forward to comments.

Best Regards,
Abdul Basit

Ijaz, Abdul B (1):
  fortran: Fix arrays of variable length strings for FORTRAN

 gdb/c-valprint.c                           |  1 +
 gdb/gdbtypes.c                             | 42 ++++++++++++++-
 gdb/testsuite/gdb.fortran/string-types.exp |  4 +-
 gdb/testsuite/gdb.fortran/vla-array.exp    | 60 ++++++++++++++++++++++
 gdb/testsuite/gdb.fortran/vla-array.f90    | 45 ++++++++++++++++
 gdb/testsuite/gdb.opt/fortran-string.exp   |  2 +-
 6 files changed, 149 insertions(+), 5 deletions(-)
 create mode 100644 gdb/testsuite/gdb.fortran/vla-array.exp
 create mode 100644 gdb/testsuite/gdb.fortran/vla-array.f90