Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH V5 0/6] Fortran: Resolve target types of pointers.
@ 2016-10-14 11:54 Bernhard Heckel
  2016-10-14 11:54 ` [PATCH V5 1/6] Fortran: Testsuite, fix differences in type naming Bernhard Heckel
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Bernhard Heckel @ 2016-10-14 11:54 UTC (permalink / raw)
  To: qiyaoltc, brobecker; +Cc: gdb-patches, Bernhard Heckel

Addressed in V5:
- Fixed several "line to long" issues
- include <cstddef> 
- Don't compare bool-like values against 0/1

Addressed in V4:
- Fix indentation in f-typeprint.
Addressed in V3:
- Don't resolve target types of pointers when resolving pointer types.
- Address pointers to dynamic types in C99 as well.
- Resolve dynamic target types of pointers when actual needed.
- Fix some type naming in Fortran testcases.
Addressed in V2:
- The type of the pointer should be known regardless it is 
  associated with target or not, [PATCH V2 1/5].
- Removed [PATCH V1 1/3], moved tests to [PATCH V2 2/5].
- Added tests to print derefenced pointers, [PATCH V2 2/5].
- Fix address print of not allocated arrays/pointer to 
  not allocated types, [PATCH V2 4/5]

Bernhard Heckel (6):
  Fortran: Testsuite, fix differences in type naming.
  Fortran: Resolve dynamic properties of pointer types.
  Typeprint: Resolve any dynamic target type of a pointer.
  Fortran: Typeprint, fix dangling types.
  Resolve dynamic target types of pointers.
  Fortran: Testsuite, add cyclic pointers.

 gdb/NEWS                                 |   2 +
 gdb/c-valprint.c                         |  22 +++++
 gdb/f-typeprint.c                        |  93 +++++++++---------
 gdb/gdbtypes.c                           |  29 +++++-
 gdb/testsuite/gdb.cp/vla-cxx.cc          |   7 ++
 gdb/testsuite/gdb.cp/vla-cxx.exp         |  11 +++
 gdb/testsuite/gdb.fortran/pointers.exp   | 157 +++++++++++++++++++++++++++++++
 gdb/testsuite/gdb.fortran/pointers.f90   | 109 +++++++++++++++++++++
 gdb/testsuite/gdb.fortran/print_type.exp | 100 ++++++++++++++++++++
 gdb/testsuite/gdb.fortran/vla-ptype.exp  |  12 +--
 gdb/testsuite/gdb.fortran/vla-type.exp   |   7 +-
 gdb/testsuite/gdb.fortran/vla-value.exp  |  13 ++-
 gdb/testsuite/gdb.mi/mi-var-child-f.exp  |   8 +-
 gdb/testsuite/gdb.mi/mi-vla-fortran.exp  |  27 +++---
 gdb/typeprint.c                          |  19 ++++
 gdb/valops.c                             |  16 +++-
 gdb/valprint.c                           |   6 --
 17 files changed, 558 insertions(+), 80 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

-- 
2.7.1.339.g0233b80


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

end of thread, other threads:[~2016-10-17  7:11 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-14 11:54 [PATCH V5 0/6] Fortran: Resolve target types of pointers Bernhard Heckel
2016-10-14 11:54 ` [PATCH V5 1/6] Fortran: Testsuite, fix differences in type naming Bernhard Heckel
2016-10-14 11:54 ` [PATCH V5 3/6] Typeprint: Resolve any dynamic target type of a pointer Bernhard Heckel
2016-10-14 11:54 ` [PATCH V5 6/6] Fortran: Testsuite, add cyclic pointers Bernhard Heckel
2016-10-14 11:54 ` [PATCH V5 4/6] Fortran: Typeprint, fix dangling types Bernhard Heckel
2016-10-14 11:54 ` [PATCH V5 5/6] Resolve dynamic target types of pointers Bernhard Heckel
2016-10-14 13:05   ` Eli Zaretskii
2016-10-14 11:54 ` [PATCH V5 2/6] Fortran: Resolve dynamic properties of pointer types Bernhard Heckel
2016-10-14 13:21 ` [PATCH V5 0/6] Fortran: Resolve target types of pointers Yao Qi
2016-10-17  7:11   ` Bernhard Heckel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox