From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13349 invoked by alias); 2 Oct 2014 08:35:44 -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 Received: (qmail 13334 invoked by uid 89); 2 Oct 2014 08:35:41 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: outpost2.zedat.fu-berlin.de Received: from outpost2.zedat.fu-berlin.de (HELO outpost2.zedat.fu-berlin.de) (130.133.4.90) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Thu, 02 Oct 2014 08:35:37 +0000 Received: from relay1.zedat.fu-berlin.de ([130.133.4.67]) by outpost.zedat.fu-berlin.de (Exim 4.82) with esmtp (envelope-from ) id <1XZbrK-003KkH-VI>; Thu, 02 Oct 2014 10:35:34 +0200 Received: from mx.physik.fu-berlin.de ([160.45.64.218]) by relay1.zedat.fu-berlin.de (Exim 4.82) with esmtps (envelope-from ) id <1XZbrK-003pMc-TX>; Thu, 02 Oct 2014 10:35:34 +0200 Received: from squeeze64.physik.fu-berlin.de ([160.45.66.239] helo=login.physik.fu-berlin.de) by mx.physik.fu-berlin.de with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1XZbrF-0002Rb-Cv; Thu, 02 Oct 2014 10:35:29 +0200 Received: from tburnus by login.physik.fu-berlin.de with local (Exim 4.72 #1 (Debian)) id 1XZbrF-0003Td-B2; Thu, 02 Oct 2014 10:35:29 +0200 Date: Thu, 02 Oct 2014 08:35:00 -0000 From: Tobias Burnus To: gdb-patches@sourceware.org, sanimir.agovic@intel.com, Keven Boell Subject: PING: [V3 00/21] Fortran dynamic array support Message-ID: <20141002083529.GA11298@physik.fu-berlin.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1410340929-20653-1-git-send-email-keven.boell@intel.com> User-Agent: Mutt/1.5.20 (2009-06-14) X-SW-Source: 2014-10/txt/msg00026.txt.bz2 Hi all, I would like to ping the Fortran patch series at https://sourceware.org/ml/gdb-patches/2014-09/threads.html#00259 I think it would be useful if Sourceware's gdb would finally get support for Fortran 90 arrays. The patch might be not as clean as hoped for,* but it is the best what we currently have. Thus, I would be happy if someone could review it. Tobias (who works on Fortran support on the GCC side) * Such as an implementation based on Jan's proposal at https://sourceware.org/ml/gdb/2012-11/msg00094.html , which admittedly would have required a lot of additional effort