[PATCH 0/2] Fortran dynamic type related fixes

Andrew Burgess andrew.burgess@embecosm.com
Fri Jul 10 15:22:27 GMT 2020


Couple of fixes for dynamic type related issues.

---

Andrew Burgess (2):
  gdb/fortran: resolve dynamic types when readjusting after an
    indirection
  gdb/fortran: Access elements of a structure with dynamic type

 gdb/ChangeLog                                 | 16 +++++
 gdb/eval.c                                    | 20 ++++++-
 gdb/testsuite/ChangeLog                       | 10 ++++
 .../gdb.fortran/class-allocatable-array.exp   | 59 +++++++++++++++++++
 .../gdb.fortran/class-allocatable-array.f90   | 54 +++++++++++++++++
 gdb/valops.c                                  | 24 ++++----
 gdb/value.c                                   | 23 +++++---
 gdb/value.h                                   |  7 ++-
 8 files changed, 193 insertions(+), 20 deletions(-)
 create mode 100644 gdb/testsuite/gdb.fortran/class-allocatable-array.exp
 create mode 100644 gdb/testsuite/gdb.fortran/class-allocatable-array.f90

-- 
2.25.4



More information about the Gdb-patches mailing list