From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4399 invoked by alias); 17 Jun 2014 13:54:24 -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 4365 invoked by uid 89); 17 Jun 2014 13:54:22 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.4 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mga01.intel.com Received: from mga01.intel.com (HELO mga01.intel.com) (192.55.52.88) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 17 Jun 2014 13:54:20 +0000 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 17 Jun 2014 06:54:19 -0700 X-ExtLoop1: 1 Received: from kboell-mobl2.ger.corp.intel.com (HELO [172.28.205.55]) ([172.28.205.55]) by fmsmga002.fm.intel.com with ESMTP; 17 Jun 2014 06:49:13 -0700 Message-ID: <53A04759.5040505@linux.intel.com> Date: Tue, 17 Jun 2014 13:54:00 -0000 From: Keven Boell User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Jan Kratochvil , Keven Boell CC: gdb-patches@sourceware.org, sanimir.agovic@intel.com Subject: Re: [PATCH 00/23] Fortran dynamic array support References: <1401861266-6240-1-git-send-email-keven.boell@intel.com> <20140614185715.GA10620@host2.jankratochvil.net> <20140614193846.GA12789@host2.jankratochvil.net> In-Reply-To: <20140614193846.GA12789@host2.jankratochvil.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-06/txt/msg00585.txt.bz2 Am 14.06.2014 21:38, schrieb Jan Kratochvil: > Hi, > > just a little update, I omitted some of the testcases. > > Remain some IMO real regressions: > > FAIL: gdb.base/vla-frame.exp: bt full > FAIL: gdb.fortran/dynamic.exp: p varw filled > FAIL: gdb.fortran/string.exp: ptype f > FAIL: gdb.fortran/string.exp: ptype *f > FAIL: gdb.fortran/string.exp: p f > FAIL: gdb.fortran/string.exp: p *f re-set > FAIL: gdb.arch/x86_64-vla-typedef.exp: p array[1] > FAIL: gdb.arch/x86_64-vla-typedef.exp: p array[2] > FAIL: gdb.arch/x86_64-vla-typedef.exp: p array[3] > FAIL: gdb.arch/x86_64-vla-typedef.exp: p array[4] > FAIL: gdb.pascal/arrays.exp: Print dynamic array of string (GDB internal error) > FAIL: gdb.pascal/arrays.exp: Print static array of string (GDB internal error) > FAIL: gdb.fortran/dynamic-other-frame.exp: bt > Thanks for doing this. I'll try to reproduce these issues on my system and investigate. However, the V1 patch series has been outdated as some of the functionality Tom introduced (resolve_dynamic_struct and resolve_dynamic_union) replaces some of my functionality for resolving types. > > Jan >