Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Jan Kratochvil <jan.kratochvil@redhat.com>
To: Mathew Yeates <mat.yeates@gmail.com>
Cc: gdb@sourceware.org
Subject: Re: multidimensional fortran arrays
Date: Fri, 03 Sep 2010 05:47:00 -0000	[thread overview]
Message-ID: <20100903054655.GA25904@host1.dyn.jankratochvil.net> (raw)
In-Reply-To: <AANLkTi=epc_-070itPydCpcZRYBs-CipgVttA_36vBk0@mail.gmail.com>

On Thu, 02 Sep 2010 19:29:07 +0200, Mathew Yeates wrote:
> I mentioned this before but got no reply. So I have been getting the
> address of the array and using "x/f".
> But now I am using 4 dimensional arrays and this is getting old.
> 
> Anyone have any ideas how to fix this? print myarray(1,2) -> "so such
> vec element"

For some reason it really does not work even for static arrays.  
program a
  integer :: v (2, 3, 4)
  v (:, :, :) = 10
  v (2, 3, 4) = 20
  v (2, 3, 4) = 20 ! line 5
end
(gdb) b 5
(gdb) r
(gdb) p v(2,3,4)
no such vector element

It works on archer-jankratochvil-vla
(gdb) p v(2,3,4)
$1 = 20
available at
	http://sourceware.org/gdb/wiki/ArcherBranchManagement
(or Fedora releases) but the support has some other problems and I should
merge it to FSF GDB soon.


Thanks,
Jan


  reply	other threads:[~2010-09-03  5:47 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-02 17:29 Mathew Yeates
2010-09-03  5:47 ` Jan Kratochvil [this message]
2010-09-07  4:34   ` Mathew Yeates
2010-09-07 22:19     ` Andrew Burgess
2010-09-09 16:37       ` Mathew Yeates
2010-09-13 23:14         ` Mathew Yeates
2010-09-14  7:32           ` Andrew Burgess
2010-09-15 17:45           ` Tom Tromey

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=20100903054655.GA25904@host1.dyn.jankratochvil.net \
    --to=jan.kratochvil@redhat.com \
    --cc=gdb@sourceware.org \
    --cc=mat.yeates@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