From: Thomas Koenig <Thomas.Koenig@online.de>
To: Wu Zhou <woodzltc@CN.IBM.COM>
Cc: gdb-patches@sources.redhat.com, fortran@gcc.gnu.org
Subject: Re: [RFC]: Patch to type and value print Fortran derived type - Fix for gfortran PR24527
Date: Sat, 29 Oct 2005 02:40:00 -0000 [thread overview]
Message-ID: <20051028230308.GA5758@meiner.onlinehome.de> (raw)
In-Reply-To: <Pine.LNX.4.63.0510271431200.23573@linux.site>
I can't easily test your patch because I don't compile gdb from
sources.
One test case that might be worth testing is
program main
type foo
real :: a
end type foo
type bar
type(foo) :: x
real :: y
end type bar
type(bar) :: z
z%x%a = 1.0
z%y = 1.2
print *,z
end program main
where a type contains another type.
next prev parent reply other threads:[~2005-10-28 23:03 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-27 12:51 Wu Zhou
2005-10-29 2:40 ` Thomas Koenig [this message]
2005-10-29 9:55 ` Wu Zhou
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=20051028230308.GA5758@meiner.onlinehome.de \
--to=thomas.koenig@online.de \
--cc=fortran@gcc.gnu.org \
--cc=gdb-patches@sources.redhat.com \
--cc=woodzltc@CN.IBM.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