From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12347 invoked by alias); 4 Oct 2011 19:00:55 -0000 Received: (qmail 12330 invoked by uid 22791); 4 Oct 2011 19:00:52 -0000 X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,RP_MATCHES_RCVD,SPF_HELO_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from lo.gmane.org (HELO lo.gmane.org) (80.91.229.12) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 04 Oct 2011 19:00:33 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RBAE9-0005EP-NR for gdb@sources.redhat.com; Tue, 04 Oct 2011 21:00:29 +0200 Received: from dynamic-adsl-84-223-80-89.clienti.tiscali.it ([84.223.80.89]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 04 Oct 2011 21:00:29 +0200 Received: from lurkos.usenet by dynamic-adsl-84-223-80-89.clienti.tiscali.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 04 Oct 2011 21:00:29 +0200 To: gdb@sources.redhat.com From: Lurkos Subject: Re: cannot print allocatable arrays Date: Tue, 04 Oct 2011 19:00:00 -0000 Message-ID: <0a88455489b9cd5f3cb10da70ce34f30.XPN@L622243018051.user.x-privat.org> References: <20110923144610.10149.52279.XPN@L622243018051.user.x-privat.org> <20110923152535.GA29312@host1.jankratochvil.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit User-Agent: XPN/1.2.6 (Street Spirit ; Linux) X-OpenPGP-Key-ID: 135E4D8D X-OpenPGP-Key-Fprint: 1B57EB95F6191D6C1056B6D3BFCA1BDA135E4D8D 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: 2011-10/txt/msg00009.txt.bz2 *Jan Kratochvil* wrote: >> I'm using gdb 7.0.1-debian and gfortran 4.4.5 on Debian squeeze amd64. >> >> I'm not able to print arrays that are declared as allocatable. > > This works in archer-jankratochvil-vla branch > http://sourceware.org/gdb/wiki/ArcherBranchManagement > and Fedora GDBs; even there it has some limitations for complicated data > structures but in general it works. > > Not sure when it gets merged, it needs to be mostly rewritten. There are > AFAIK also some independent efforts for this feature for GDB. I have almost zero experience with git. I read GDB wiki and also a couple of howtos about git. I'm not sure if I have to clone gdb repository (git://sourceware.org/git/gdb.git) or archer (git://sourceware.org/git/archer.git) to merge archer-jankratochvil-vla branch into mainline. Can you please give me just a couple of hints and/or a suggestion of a good reference to get started with git? Thank! -- Lurkos