From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17175 invoked by alias); 15 Aug 2008 15:06:32 -0000 Received: (qmail 17160 invoked by uid 22791); 15 Aug 2008 15:06:30 -0000 X-Spam-Check-By: sourceware.org Received: from mail1.physik.fu-berlin.de (HELO mail1.physik.fu-berlin.de) (160.45.35.12) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 15 Aug 2008 15:05:41 +0000 Received: from smart.physik.fu-berlin.de ([160.45.66.6] helo=[127.0.0.1]) by mail1.physik.fu-berlin.de with esmtp (Exim 4.63) (envelope-from ) id 1KU0rt-0003nH-6W; Fri, 15 Aug 2008 17:05:37 +0200 Message-ID: <48A59B3C.9050801@net-b.de> Date: Fri, 15 Aug 2008 15:06:00 -0000 From: Tobias Burnus User-Agent: Thunderbird 2.0.0.14 (X11/20080421) MIME-Version: 1.0 To: gdb-patches@sourceware.org CC: Jan Kratochvil , Joel Brobecker , Jim Blandy , jimb@codesourcery.com Subject: [gdb] Fortran dynamic arrays Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-ZEDV-Virus-Scanned: No viruses found. [ClamAV 0.92/8048/Fri Aug 15 14:56:27 2008] X-ZEDV-Spam-Level: -- X-ZEDV-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on zs01.physik.fu-berlin.de X-ZEDV-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.2.3 X-ZEDV-Spam-Report: * -2.6 BAYES_00 BODY: Bayesian spam probability is 0 to 1% * [score: 0.0000] 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: 2008-08/txt/msg00412.txt.bz2 Hello all, I'm badly missing the support for Fortran dynamic arrays in gdb. Jan Kratochvil had written a couple of patches which implement this support. They had been tested with several compilers, including GCC/gfortran (4.3.0+), IBM's xlf and Intel's ifort. The problem is that the patches are quite bulky and no one stepped forward to review them. I'm willing to re-diff them, but only if someone is willing to review them. (Patch history: Initial patch 16 Nov. 2007, updated patch 24 Nov. 2007 (see links below); pinged for Dec 2007, Jan/Feb/March 2008.) The original patch is available from: 0: http://sourceware.org/ml/gdb-patches/2007-11/msg00438.html 1: (checked in) 2: http://sourceware.org/ml/gdb-patches/2007-11/msg00440.html 3: http://sourceware.org/ml/gdb-patches/2007-11/msg00441.html 4: http://sourceware.org/ml/gdb-patches/2007-11/msg00442.html 5: http://sourceware.org/ml/gdb-patches/2007-11/msg00443.html 6: http://sourceware.org/ml/gdb-patches/2007-11/msg00444.html An updated (i.e. rediffed), unsplit version is available from: http://cvs.fedora.redhat.com/viewcvs/*checkout*/rpms/gdb/devel/gdb-6.8-bz377541-fortran-dynamic-arrays.patch But I were not surprised if that one needs rediffing as well, regarding that URL cf. also http://sourceware.org/ml/gdb-patches/2008-03/msg00115.html Tobias