From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10301 invoked by alias); 30 Jan 2008 13:57:45 -0000 Received: (qmail 10289 invoked by uid 22791); 30 Jan 2008 13:57:44 -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; Wed, 30 Jan 2008 13:57:15 +0000 Received: from ith.physik.fu-berlin.de ([160.45.32.115] helo=[127.0.0.1]) by mail1.physik.fu-berlin.de with esmtp (Exim 4.63) (envelope-from ) id 1JKDQz-0004rC-AS; Wed, 30 Jan 2008 14:57:09 +0100 Message-ID: <47A0822D.8060301@net-b.de> Date: Wed, 30 Jan 2008 14:04:00 -0000 From: Tobias Burnus User-Agent: Thunderbird 2.0.0.9 (X11/20071114) MIME-Version: 1.0 To: Joel Brobecker CC: jimb@codesourcery.com, gdb-patches@sourceware.org Subject: Re: Ping: Fortran dynamic arrays References: <4761305B.40704@net-b.de> <20071216141054.GA9022@adacore.com> <477E838D.2040003@net-b.de> In-Reply-To: <477E838D.2040003@net-b.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ZEDV-Virus-Scanned: No viruses found. [ClamAV 0.92/5607/Wed Jan 30 12:46:12 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-01/txt/msg00790.txt.bz2 Hello, does anyone know the review status of the patches, which allow the debugging of the dynamic Fortran arrays. With the current version of gdb these essentially are undebugable. The patches work with the shortly to be released GCC/gfortran 4.3.0, ifort and xlf90. The patches were posted at: >>> 1: http://sourceware.org/ml/gdb-patches/2007-11/msg00439.html >>> 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 >>> (I think the first one has been reviewed by Joel and has been checked in.) Tobias Fortran user and gfortran maintainer