From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29577 invoked by alias); 16 Nov 2007 19:45:15 -0000 Received: (qmail 29520 invoked by uid 22791); 16 Nov 2007 19:45:14 -0000 X-Spam-Check-By: sourceware.org Received: from pauline.vellum.cz (HELO pauline.vellum.cz) (89.250.243.234) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 16 Nov 2007 19:45:08 +0000 Received: from host0.dyn.jankratochvil.net (localhost.localdomain [127.0.0.1]) by pauline.vellum.cz (8.12.11.20060308/8.12.11) with ESMTP id lAGJipU1010005; Fri, 16 Nov 2007 20:44:51 +0100 Received: from host0.dyn.jankratochvil.net (localhost [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.1/8.14.1) with ESMTP id lAGJioFk032426; Fri, 16 Nov 2007 20:44:50 +0100 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.1/8.14.1/Submit) id lAGJimjw032425; Fri, 16 Nov 2007 20:44:48 +0100 Date: Fri, 16 Nov 2007 19:45:00 -0000 From: Jan Kratochvil To: Carlos Eduardo Seo Cc: gdb-patches@sourceware.org Subject: Re: [00/11] Fortran dynamic arrays support Message-ID: <20071116194448.GA32395@host0.dyn.jankratochvil.net> References: <20071116032002.GA9885@host0.dyn.jankratochvil.net> <473DD96D.5020900@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <473DD96D.5020900@linux.vnet.ibm.com> User-Agent: Mutt/1.5.17 (2007-11-01) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-11/txt/msg00341.txt.bz2 On Fri, 16 Nov 2007 18:54:53 +0100, Carlos Eduardo Seo wrote: ... > Just FYI, your patch doesn't seem to work with binaries compiled on XLF: > > (gdb) ptype varx > warning: Object count -17 < 0 > type = real*4 (*,5:*,17:*) I see from your file XLF is using DW_AT_count instead of DW_AT_upper_bound. DW_AT_count is so far unsupported by GDB. I will post another patch (#12) on top of the series. Thanks, Jan