From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31962 invoked by alias); 5 Mar 2007 18:59:37 -0000 Received: (qmail 31950 invoked by uid 22791); 5 Mar 2007 18:59:36 -0000 X-Spam-Check-By: sourceware.org Received: from rwcrmhc11.comcast.net (HELO rwcrmhc11.comcast.net) (216.148.227.151) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 05 Mar 2007 18:59:34 +0000 Received: from hippogriff.homeunix.org ([75.71.67.96]) by comcast.net (rwcrmhc11) with ESMTP id <20070305185931m11009k6c2e>; Mon, 5 Mar 2007 18:59:31 +0000 Received: by hippogriff.homeunix.org (Postfix, from userid 1000) id A7505576A1; Mon, 5 Mar 2007 11:59:38 -0700 (MST) Date: Mon, 05 Mar 2007 18:59:00 -0000 From: Patrick Alken To: gdb@sourceware.org Subject: Re: fortran arrays in gdb Message-ID: <20070305185938.GA499@hippogriff.physics.drexel.edu> References: <20070303220033.GA17346@hippogriff.physics.drexel.edu> <20070305123309.GB14486@caradoc.them.org> <20070305170109.GA21603@hippogriff.physics.drexel.edu> <20070305170916.GA29844@caradoc.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070305170916.GA29844@caradoc.them.org> User-Agent: Mutt/1.4.2.2i Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-03/txt/msg00064.txt.bz2 > No, but it's supposed to be able to figure this out automatically. I > guess there must be a bug somewhere :-( Ok, well in the mean time, p *(a + x + y*(*n)) works well enough to compute a(x,y). Thanks. Patrick Alken