[PATCH v2 0/1] Fix variable length strings array for FORTRAN

abdul.b.ijaz abijaz@ecsmtp.iul.intel.com
Fri Aug 27 15:43:30 GMT 2021


Hi All,

V2 patch contains the code review fixes for the inital patch.

V1 of this series can be found here:
https://sourceware.org/pipermail/gdb-patches/2021-August/181568.html

Changes since V1:
* Add check for stride in case of string type.
* Fixes for formatting and unrelated changes.
* Update commit message to indicate the reason for changing gdb/c-valprint.c.

GDB Testsuite is executed using the patch and there is no regression
seen as compare to master on Ubuntu 18.04 machine.

Best Regards,
Abdul Basit

Abdul Basit Ijaz (1):
  gdb: Fix arrays of variable length strings for FORTRAN

 gdb/c-valprint.c                        |  1 +
 gdb/gdbtypes.c                          | 16 +++++--
 gdb/testsuite/gdb.fortran/vla-array.exp | 57 +++++++++++++++++++++++++
 gdb/testsuite/gdb.fortran/vla-array.f90 | 44 +++++++++++++++++++
 4 files changed, 115 insertions(+), 3 deletions(-)
 create mode 100644 gdb/testsuite/gdb.fortran/vla-array.exp
 create mode 100644 gdb/testsuite/gdb.fortran/vla-array.f90

-- 
2.31.1



More information about the Gdb-patches mailing list