From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23854 invoked by alias); 18 Jul 2014 12:31:01 -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 23808 invoked by uid 89); 18 Jul 2014 12:30:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.8 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; Fri, 18 Jul 2014 12:30:58 +0000 Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 18 Jul 2014 05:30:56 -0700 X-ExtLoop1: 1 Received: from kboell-mobl2.ger.corp.intel.com (HELO [172.28.205.55]) ([172.28.205.55]) by fmsmga001.fm.intel.com with ESMTP; 18 Jul 2014 05:30:55 -0700 Message-ID: <53C9137E.6030002@linux.intel.com> Date: Fri, 18 Jul 2014 12:33: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 CC: Keven Boell , gdb-patches@sourceware.org, sanimir.agovic@intel.com Subject: Re: [V2 00/23] Fortran dynamic array support References: <1405070495-6948-1-git-send-email-keven.boell@intel.com> <20140711160658.GA2366@host2.jankratochvil.net> <53C69E30.6010902@linux.intel.com> <20140716163232.GA17896@host2.jankratochvil.net> In-Reply-To: <20140716163232.GA17896@host2.jankratochvil.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-07/txt/msg00495.txt.bz2 On 16.07.2014 18:32, Jan Kratochvil wrote: > On Wed, 16 Jul 2014 17:45:52 +0200, Keven Boell wrote: >> Am 11.07.2014 18:06, Jan Kratochvil wrote: >>> On Fri, 11 Jul 2014 11:21:12 +0200, Keven Boell wrote: >>>> Patch series V2 mainly addresses issues/comments given for V1. >>> >>> this new patchset has crash regressions on Fedora 20 x86_64 for: >>> gdb.ada/dyn_arrayidx.exp >>> gdb.ada/info_exc.exp >>> gdb.ada/mi_exc_info.exp >>> and even more gdb.ada/*.exp crashes for i686 and x86_64-m32 runs. >>> >> >> I was not able to reproduce the issues on Fedora 20 (64bit and 32bit). >> Could you please let me know what compiler you have used? >> Tried it with gnat 4.8.3 and it seems to work fine. > > I have checked it more now and I guess the difference that makes it crashing > is that I have installed here: > gcc-debuginfo-4.8.3-1.fc20.x86_64 > Also installing this package, the tests are still passing on my system. Did you use newer/older compiler than 4.8.3? > > Thanks, > Jan > Keven