From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14694 invoked by alias); 24 Aug 2010 18:30:14 -0000 Received: (qmail 14680 invoked by uid 22791); 24 Aug 2010 18:30:13 -0000 X-SWARE-Spam-Status: No, hits=-6.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 24 Aug 2010 18:30:06 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o7OIU5m0011553 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 24 Aug 2010 14:30:05 -0400 Received: from host1.dyn.jankratochvil.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o7OIU26X007033 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 24 Aug 2010 14:30:04 -0400 Received: from host1.dyn.jankratochvil.net (localhost [127.0.0.1]) by host1.dyn.jankratochvil.net (8.14.4/8.14.4) with ESMTP id o7OIU25k024939; Tue, 24 Aug 2010 20:30:02 +0200 Received: (from jkratoch@localhost) by host1.dyn.jankratochvil.net (8.14.4/8.14.4/Submit) id o7OIU1q6024938; Tue, 24 Aug 2010 20:30:01 +0200 Date: Tue, 24 Aug 2010 18:30:00 -0000 From: Jan Kratochvil To: Tom Tromey Cc: Mathew Yeates , gdb@sourceware.org Subject: Re: no such vector element Message-ID: <20100824183001.GA24686@host1.dyn.jankratochvil.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-12-10) 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-08/txt/msg00142.txt.bz2 On Tue, 24 Aug 2010 20:23:11 +0200, Tom Tromey wrote: > >>>>> "Mathew" == Mathew Yeates writes: > > Mathew> I am getting this error when I try and access a fortran array. > Mathew> p Opt_depth_ref_per_band(2,2) > Mathew> no such vector element > > Offhand this sounds like the known VLA problem. > > http://sourceware.org/bugzilla/show_bug.cgi?id=9260 > http://sourceware.org/bugzilla/show_bug.cgi?id=9395 > > I know Jan has a branch for this in the archer repository, but I don't > know the current status. The branch gets updated only for each Fedora release which roughly corresponds to FSF GDB releases. Maintaining existing testcases as PASSing. There exist various new failures of that branch such as http://sourceware.org/bugzilla/show_bug.cgi?id=9395#c4 and others but currently planning to merge it first to FSF GDB before fixing them as this kind of extension is difficult to maintain off-trunk. Regards, Jan