This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PING][PATCH 0/3] Fortran: Resolve target types of pointers.


On 06/06/2016 15:37, Bernhard Heckel wrote:
This patch series handles dynamic target types of pointers
and resolve those types when possible (associated).

Bernhard Heckel (3):
   Fortran: Handle associated property of pointer types.
   Fortran: Resolve dynamic target types of pointers.
   Fortran: Handle cyclic pointers.

  gdb/NEWS                                 |   2 +
  gdb/gdbtypes.c                           |  93 +++++++++++++++++++++++++-
  gdb/testsuite/gdb.fortran/pointers.exp   |  91 ++++++++++++++++++++++++++
  gdb/testsuite/gdb.fortran/pointers.f90   | 109 +++++++++++++++++++++++++++++++
  gdb/testsuite/gdb.fortran/print_type.exp |  98 +++++++++++++++++++++++++++
  gdb/testsuite/gdb.fortran/vla-value.exp  |   2 +-
  gdb/valops.c                             |   6 ++
  7 files changed, 397 insertions(+), 4 deletions(-)
  create mode 100644 gdb/testsuite/gdb.fortran/pointers.exp
  create mode 100644 gdb/testsuite/gdb.fortran/pointers.f90
  create mode 100755 gdb/testsuite/gdb.fortran/print_type.exp


Intel Deutschland GmbH
Registered Address: Am Campeon 10-12, 85579 Neubiberg, Germany
Tel: +49 89 99 8853-0, www.intel.de
Managing Directors: Christin Eisenschmid, Christian Lamprechter
Chairperson of the Supervisory Board: Nicole Lau
Registered Office: Munich
Commercial Register: Amtsgericht Muenchen HRB 186928


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]