From: Bernhard Heckel <bernhard.heckel@intel.com>
To: qiyaoltc@gmail.com, brobecker@adacore.com
Cc: gdb-patches@sourceware.org
Subject: [PING][PATCH V4 0/6] Fortran: Resolve target types of pointers.
Date: Wed, 28 Sep 2016 12:45:00 -0000 [thread overview]
Message-ID: <57EBBA69.2020903@intel.com> (raw)
In-Reply-To: <57D948BB.8060007@intel.com>
Ping for Patches V4 2..6/6
Patch V4 1/6 was already reviewed by Yao
News was reviewed by Eli
On 14/09/2016 14:55, Bernhard Heckel wrote:
> On 07/09/2016 08:38, Bernhard Heckel wrote:
>> 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 | 9 ++
>> gdb/testsuite/gdb.cp/vla-cxx.exp | 9 ++
>> gdb/testsuite/gdb.fortran/pointers.exp | 143
>> +++++++++++++++++++++++++++++++
>> 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 | 12 ++-
>> gdb/testsuite/gdb.mi/mi-var-child-f.exp | 7 +-
>> gdb/testsuite/gdb.mi/mi-vla-fortran.exp | 27 +++---
>> gdb/typeprint.c | 19 ++++
>> gdb/valops.c | 16 +++-
>> gdb/valprint.c | 6 --
>> 17 files changed, 542 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
>>
>
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
next prev parent reply other threads:[~2016-09-28 12:41 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-07 6:38 [PATCH " Bernhard Heckel
2016-09-07 6:38 ` [PATCH V4 4/6] Fortran: Typeprint, fix dangling types Bernhard Heckel
2016-10-13 13:53 ` Yao Qi
2016-09-07 6:38 ` [PATCH V4 5/6] Resolve dynamic target types of pointers Bernhard Heckel
2016-09-07 14:24 ` Eli Zaretskii
2016-10-13 14:07 ` Yao Qi
2016-10-13 14:57 ` Bernhard Heckel
2016-10-17 10:32 ` Yao Qi
2016-10-17 11:25 ` Bernhard Heckel
2016-10-17 12:18 ` Bernhard Heckel
2016-10-20 11:52 ` Bernhard Heckel
2016-10-20 15:33 ` Yao Qi
2016-11-08 7:07 ` Bernhard Heckel
2016-11-08 11:26 ` Yao Qi
2016-11-08 12:27 ` Bernhard Heckel
2016-11-16 12:16 ` Bernhard Heckel
2016-11-21 15:03 ` Bernhard Heckel
2016-09-07 6:38 ` [PATCH V4 1/6] Fortran: Testsuite, fix differences in type naming Bernhard Heckel
2016-09-21 15:57 ` Yao Qi
2016-09-07 6:38 ` [PATCH V4 3/6] Typeprint: Resolve any dynamic target type of a pointer Bernhard Heckel
[not found] ` <861szvayzg.fsf@gmail.com>
2016-10-05 11:03 ` Bernhard Heckel
2016-10-13 13:41 ` Yao Qi
2016-09-07 6:38 ` [PATCH V4 6/6] Fortran: Testsuite, add cyclic pointers Bernhard Heckel
2016-10-13 14:08 ` Yao Qi
2016-09-07 6:38 ` [PATCH V4 2/6] Fortran: Resolve dynamic properties of pointer types Bernhard Heckel
2016-10-05 8:44 ` Yao Qi
2016-10-05 9:36 ` Yao Qi
2016-10-05 10:07 ` Bernhard Heckel
2016-09-14 12:55 ` [PING][PATCH V4 0/6] Fortran: Resolve target types of pointers Bernhard Heckel
2016-09-28 12:45 ` Bernhard Heckel [this message]
2016-10-05 6:03 ` [ping 2][PATCH " Bernhard Heckel
2016-09-21 9:49 ` [ping 2] [PATCH " Bernhard Heckel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=57EBBA69.2020903@intel.com \
--to=bernhard.heckel@intel.com \
--cc=brobecker@adacore.com \
--cc=gdb-patches@sourceware.org \
--cc=qiyaoltc@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox