From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32693 invoked by alias); 5 Nov 2015 08:22:47 -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 32681 invoked by uid 89); 5 Nov 2015 08:22:46 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.7 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 05 Nov 2015 08:22:45 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id 9526A155DC; Thu, 5 Nov 2015 08:22:44 +0000 (UTC) Received: from host1.jankratochvil.net (ovpn-116-38.ams2.redhat.com [10.36.116.38]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id tA58Mfj3012574 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 5 Nov 2015 03:22:43 -0500 Date: Thu, 05 Nov 2015 08:22:00 -0000 From: Jan Kratochvil To: Keven Boell Cc: Joel Brobecker , gdb-patches@sourceware.org Subject: Re: off-trunk gdb.fortran/dwarf-stride.exp no longer PASSes [Re: [PATCH 0/2] fort_dyn_array: Enable basic Fortran dynamic array support] Message-ID: <20151105082240.GA32626@host1.jankratochvil.net> References: <1435754532-17922-1-git-send-email-keven.boell@intel.com> <20151027212831.GA3058@host1.jankratochvil.net> <20151027212954.GA19347@host1.jankratochvil.net> <20151028161907.GB4009@adacore.com> <20151029223619.GA12147@host1.jankratochvil.net> <20151104214815.GR4009@adacore.com> <20151104220839.GA32720@host1.jankratochvil.net> <563B05E3.6030202@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <563B05E3.6030202@linux.intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2015-11/txt/msg00172.txt.bz2 Hi Keven, On Thu, 05 Nov 2015 08:31:47 +0100, Keven Boell wrote: > As you have already seen, only the basic Fortran VLA support was merged to > the repository. OK, thanks. > If you like I can also send the updated remaining Fortran VLA patches to the > mailing list. Unaware what is your plan with them (wrt upstreaming) but sure it would be helpful at least for me as they may be in a better shape than what I keep rebasing since your 2014-06 post. Besides that mentioned http://pkgs.fedoraproject.org/cgit/gdb.git/tree/gdb-vla-intel.patch I carry also these fixups: http://pkgs.fedoraproject.org/cgit/gdb.git/tree/gdb-vla-intel-logical-not.patch http://pkgs.fedoraproject.org/cgit/gdb.git/tree/gdb-vla-intel-stringbt-fix.patch http://pkgs.fedoraproject.org/cgit/gdb.git/tree/gdb-vla-intel-04of23-fix.patch Thanks, Jan