From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26956 invoked by alias); 2 Sep 2010 17:29:15 -0000 Received: (qmail 26947 invoked by uid 22791); 2 Sep 2010 17:29:14 -0000 X-SWARE-Spam-Status: No, hits=-0.5 required=5.0 tests=AWL,BAYES_50,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-ew0-f41.google.com (HELO mail-ew0-f41.google.com) (209.85.215.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 02 Sep 2010 17:29:10 +0000 Received: by ewy28 with SMTP id 28so557956ewy.0 for ; Thu, 02 Sep 2010 10:29:07 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.11.131 with SMTP id 3mr302777wex.92.1283448547555; Thu, 02 Sep 2010 10:29:07 -0700 (PDT) Received: by 10.216.171.75 with HTTP; Thu, 2 Sep 2010 10:29:07 -0700 (PDT) Date: Thu, 02 Sep 2010 17:29:00 -0000 Message-ID: Subject: multidimensional fortran arrays From: Mathew Yeates To: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes 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: 2010-09/txt/msg00004.txt.bz2 Hi 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" -Mathew