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/4] More Fortran Patches


Hi all,

Ping.

Regards,
Tim

> -----Original Message-----
> From: Wiederhake, Tim
> Sent: Monday, August 21, 2017 2:19 PM
> To: gdb-patches@sourceware.org
> Subject: [PATCH 0/4] More Fortran Patches
> 
> 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

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]