From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7605 invoked by alias); 13 Dec 2007 13:15:21 -0000 Received: (qmail 7569 invoked by uid 22791); 13 Dec 2007 13:15:20 -0000 X-Spam-Check-By: sourceware.org Received: from zs01.physik.fu-berlin.de (HELO zs01.physik.fu-berlin.de) (160.45.35.150) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 13 Dec 2007 13:15:12 +0000 Received: from ith.physik.fu-berlin.de ([160.45.32.115] helo=[127.0.0.1]) by zs01.physik.fu-berlin.de with esmtp (Exim 4.63) (envelope-from ) id 1J2nu5-0005bG-MT; Thu, 13 Dec 2007 14:15:10 +0100 Message-ID: <4761305B.40704@net-b.de> Date: Thu, 13 Dec 2007 13:53:00 -0000 From: Tobias Burnus User-Agent: Thunderbird 2.0.0.6 (X11/20070801) MIME-Version: 1.0 To: gdb-patches@sourceware.org Subject: Ping: Fortran dynamic arrays Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-ZEDV-Virus-Scanned: No viruses found. [ClamAV 0.90.1/5112/Thu Dec 13 12:09:13 2007] X-ZEDV-Spam-Level: ---- X-ZEDV-Spam-Checker-Version: SpamAssassin 3.1.7-deb (2006-10-05) on zs01.physik.fu-berlin.de X-ZEDV-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.7-deb X-ZEDV-Spam-Report: * -1.8 ALL_TRUSTED Passed through trusted hosts only via SMTP * -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: 2007-12/txt/msg00170.txt.bz2 Hi, Jan Kratochvil posted three weeks ago Fortran debugging patches, which seem to be still unreviewed. It would be great if they could be reviewed and included in gdb. Currently GDB cannot display allocated or associated (dynamic) Fortran arrays; with the patch the arrays are properly shown for programs compiled with GCC's gfortran (4.3.0 2007-12-09 or later), ifort and xlf. The patchset is: 0: http://sourceware.org/ml/gdb-patches/2007-11/msg00438.html 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 Carlos Eduardo Seo tested these patches and wrote: "it's working with XLF on ppc64. Running the testsuite on ppc64 also shows no regressions." Thanks too all for your work on GDB. Tobias Fortran/GCC/GDB user (and gfortran developer)