public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v3 0/1] Fix variable length strings array for FORTRAN
@ 2022-05-04 20:05 abdul.b.ijaz
  2022-05-04 20:05 ` [PATCH v3 1/1] gdb: Fix arrays of variable length strings " abdul.b.ijaz
  0 siblings, 1 reply; 3+ messages in thread
From: abdul.b.ijaz @ 2022-05-04 20:05 UTC (permalink / raw)
  To: gdb-patches; +Cc: abdul.b.ijaz, aburgess, tom, nils-christian.kempke

Hi All,

V3 patch contains the fixes for code conflict and degrade on the latest
master for the V2 patch.

@Andrew please confirm if everything is fine from your perspective now.
Tom already confirmed to defer his comments in:
https://sourceware.org/pipermail/gdb-patches/2022-April/187915.html

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

Changes since V2:
* Fixes code conflicts with latest master.
* Use different rank value for TYPE_CODE_STRING as compare to TYPE_CODE_ARRAY because it is zero for string which causes assert.

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                          | 19 +++++++--
 gdb/testsuite/gdb.fortran/vla-array.exp | 57 +++++++++++++++++++++++++
 gdb/testsuite/gdb.fortran/vla-array.f90 | 44 +++++++++++++++++++
 4 files changed, 117 insertions(+), 4 deletions(-)
 create mode 100644 gdb/testsuite/gdb.fortran/vla-array.exp
 create mode 100644 gdb/testsuite/gdb.fortran/vla-array.f90

-- 
2.31.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-05-13 17:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-04 20:05 [PATCH v3 0/1] Fix variable length strings array for FORTRAN abdul.b.ijaz
2022-05-04 20:05 ` [PATCH v3 1/1] gdb: Fix arrays of variable length strings " abdul.b.ijaz
2022-05-13 17:20   ` Andrew Burgess

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).