Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH v4 0/5] Some Fortran Patches
@ 2017-09-08 13:33 Tim Wiederhake
  2017-09-08 13:33 ` [PATCH v4 3/5] Fortran: Ptype, print type extension Tim Wiederhake
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Tim Wiederhake @ 2017-09-08 13:33 UTC (permalink / raw)
  To: gdb-patches; +Cc: qiyaoltc

Hi all,

this is a set of mostly unrelated Fortran patches that were originally written by Bernhard Heckel.

V1 of this series can be found here:
https://sourceware.org/ml/gdb-patches/2017-07/msg00317.html

V2 of this series can be found here:
https://sourceware.org/ml/gdb-patches/2017-07/msg00317.html

V3 of this series can be found here:
https://sourceware.org/ml/gdb-patches/2017-08/msg00232.html

Changes since V3:
* Replaced "%test" with "$test" in patch #3.
* Added NEWS entry in patch #4.
* Merged patches #5 and #6, added fall-through annotation and removed unnecessary changes.

With these changes:
Patch #1, #3 and #4 were OK'd by Yao.
Documentation in Patch #5 (was: #6), was OK'd by Eli.

Missing:
* OK on patch #2
* OK on NEWS file in patches #4 and #5.

Thanks,
Tim


Bernhard Heckel (5):
  DWARF: Don't add nameless modules to partial symbol table.
  Fortran: Accessing fields of inherited types via fully qualified name.
  Fortran: Ptype, print type extension.
  Dwarf: Fortran, support DW_TAG_entry_point.
  Fortran: Nested functions, add scope parameter.

 gdb/NEWS                                      |   5 +
 gdb/doc/gdb.texinfo                           |   3 +
 gdb/dwarf2read.c                              | 145 +++++++++++++++++++++++---
 gdb/f-exp.y                                   |   7 +-
 gdb/f-typeprint.c                             |  28 ++++-
 gdb/testsuite/gdb.fortran/block-data.exp      |  49 +++++++++
 gdb/testsuite/gdb.fortran/block-data.f        |  56 ++++++++++
 gdb/testsuite/gdb.fortran/entry_point.exp     |  70 +++++++++++++
 gdb/testsuite/gdb.fortran/entry_point.f90     |  48 +++++++++
 gdb/testsuite/gdb.fortran/nested-funcs.exp    |  20 ++++
 gdb/testsuite/gdb.fortran/nested-funcs.f90    |  66 +++++++++++-
 gdb/testsuite/gdb.fortran/oop_extend_type.exp | 113 ++++++++++++++++++++
 gdb/testsuite/gdb.fortran/oop_extend_type.f90 |  56 ++++++++++
 gdb/valops.c                                  |   6 ++
 14 files changed, 652 insertions(+), 20 deletions(-)
 create mode 100644 gdb/testsuite/gdb.fortran/block-data.exp
 create mode 100644 gdb/testsuite/gdb.fortran/block-data.f
 create mode 100644 gdb/testsuite/gdb.fortran/entry_point.exp
 create mode 100644 gdb/testsuite/gdb.fortran/entry_point.f90
 mode change 100755 => 100644 gdb/testsuite/gdb.fortran/nested-funcs.exp
 mode change 100755 => 100644 gdb/testsuite/gdb.fortran/nested-funcs.f90
 create mode 100644 gdb/testsuite/gdb.fortran/oop_extend_type.exp
 create mode 100644 gdb/testsuite/gdb.fortran/oop_extend_type.f90

-- 
2.7.4


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

end of thread, other threads:[~2017-09-08 14:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-08 13:33 [PATCH v4 0/5] Some Fortran Patches Tim Wiederhake
2017-09-08 13:33 ` [PATCH v4 3/5] Fortran: Ptype, print type extension Tim Wiederhake
2017-09-08 13:33 ` [PATCH v4 5/5] Fortran: Nested functions, add scope parameter Tim Wiederhake
2017-09-08 14:34   ` Eli Zaretskii
2017-09-08 13:33 ` [PATCH v4 4/5] Dwarf: Fortran, support DW_TAG_entry_point Tim Wiederhake
2017-09-08 14:35   ` Eli Zaretskii
2017-09-08 13:33 ` [PATCH v4 1/5] DWARF: Don't add nameless modules to partial symbol table Tim Wiederhake

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