This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH 0/4] More Fortran Patches
- From: Tim Wiederhake <tim dot wiederhake at intel dot com>
- To: gdb-patches at sourceware dot org
- Date: Mon, 21 Aug 2017 14:19:22 +0200
- Subject: [PATCH 0/4] More Fortran Patches
- Authentication-results: sourceware.org; auth=none
Hi all,
this is another set of unrelated Fortran patches that were originally written by
Bernhard Heckel, Christoph Weinmann and Frank Penczek.
Regards,
Tim
*** BLURB HERE ***
Bernhard Heckel (2):
Fortran: Testsuite, fix differences in type naming.
fortran: Testsuite, fix typos in vla-value.
Christoph Weinmann (1):
Remove C/C++ relevant code in Fortran specific file.
Frank Penczek (1):
Fix indentation for printing Fortran types with pointers
gdb/f-typeprint.c | 8 +++---
gdb/f-valprint.c | 18 ++----------
gdb/testsuite/gdb.fortran/printing-types.exp | 35 +++++++++++++++++++++++
gdb/testsuite/gdb.fortran/printing-types.f90 | 27 ++++++++++++++++++
gdb/testsuite/gdb.fortran/ptr-indentation.exp | 41 +++++++++++++++++++++++++++
gdb/testsuite/gdb.fortran/ptr-indentation.f90 | 30 ++++++++++++++++++++
gdb/testsuite/gdb.fortran/vla-ptype.exp | 6 ++--
gdb/testsuite/gdb.fortran/vla-value.exp | 15 ++++++----
gdb/testsuite/gdb.mi/mi-var-child-f.exp | 8 +++---
gdb/testsuite/gdb.mi/mi-vla-fortran.exp | 19 ++++++++-----
10 files changed, 168 insertions(+), 39 deletions(-)
create mode 100644 gdb/testsuite/gdb.fortran/printing-types.exp
create mode 100644 gdb/testsuite/gdb.fortran/printing-types.f90
create mode 100644 gdb/testsuite/gdb.fortran/ptr-indentation.exp
create mode 100644 gdb/testsuite/gdb.fortran/ptr-indentation.f90
--
2.7.4