From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 33707 invoked by alias); 20 Aug 2019 13:17:57 -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 33698 invoked by uid 89); 20 Aug 2019 13:17:57 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-13.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:667 X-HELO: mx1.suse.de Received: from mx2.suse.de (HELO mx1.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 20 Aug 2019 13:17:56 +0000 Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id E93FAAC50; Tue, 20 Aug 2019 13:17:53 +0000 (UTC) Subject: Re: [PATCH] Fix Fortran regression with variables in nested functions To: Tom Tromey , Kevin Buettner Cc: gdb-patches@sourceware.org References: <20190813182624.15135-1-tromey@adacore.com> <20190814150454.14319388@f29-4.lan> <87ef1hqfqq.fsf@tromey.com> From: Tom de Vries Openpgp: preference=signencrypt Message-ID: Date: Tue, 20 Aug 2019 13:17:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: <87ef1hqfqq.fsf@tromey.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-08/txt/msg00423.txt.bz2 On 19-08-19 18:31, Tom Tromey wrote: > Kevin> This patch fixes regressions that I was seeing in my OpenMP work, > Kevin> so I'm in favor of it going in. > > I'm going to push it now. Thanks. This caused: ... FAIL: gdb.ada/catch_ex.exp: insert catchpoint on Program_Error (GDB internal error) ... The internal error is an assertion failure: ... src/gdb/dwarf2loc.c:727: internal-error: virtual void dwarf_evaluate_loc_desc::get_frame_base(const gdb_byte**, size_t*): Assertion `framefunc != NULL' failed. ... Filed here ( https://sourceware.org/bugzilla/show_bug.cgi?id=24919 ). Thanks, - Tom