From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 77446 invoked by alias); 4 Jan 2018 09:48:52 -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 76649 invoked by uid 89); 4 Jan 2018 09:48:46 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 04 Jan 2018 09:48:44 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 90AC71176EE; Thu, 4 Jan 2018 04:48:43 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 8dCqR4UW27K7; Thu, 4 Jan 2018 04:48:43 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 2E5AF1176EA; Thu, 4 Jan 2018 04:48:43 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 11C9E809B6; Thu, 4 Jan 2018 13:48:39 +0400 (+04) Date: Thu, 04 Jan 2018 09:48:00 -0000 From: Joel Brobecker To: Pedro Alves Cc: gdb-patches@sourceware.org Subject: Re: [RFC] regresssion(internal-error) printing subprogram argument Message-ID: <20180104094839.ptve3hy4fndifr27@adacore.com> References: <20171213103655.msbaxfrykc36f4a7@adacore.com> <20171215094755.dwocipbcwvtdm6f6@adacore.com> <00320239-44c8-b9c3-013b-b27c771e3401@redhat.com> <07a154ef-b6f5-ad86-1410-a73620de4b5b@redhat.com> <20180103043345.n6blge377ybsdx6q@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180103043345.n6blge377ybsdx6q@adacore.com> User-Agent: NeoMutt/20170113 (1.7.2) X-SW-Source: 2018-01/txt/msg00055.txt.bz2 Hi Pedro, FYI, I just pushed 3 commits that add more testing in gdb.ada demonstrating issues introduced by the wild-matching patch series I hadn't noticed before. See: https://www.sourceware.org/ml/gdb-patches/2018-01/msg00052.html As hinted by the ChangeLog entries, I have also created PR gdb/22670 so as to be able to KFAIL the expected failures. And now that we have this PR, we can use it to track the fixes as well ;-). I also pushed the patch which adds "maint check psymtabs" testing; also with a setup_kfail. Here is my plan: I will continue going through the results I get when running AdaCore's GDB testsuite (almost there). If there are other tests related to this patch series, I will try to contribute those as well. Once I'm doing analyzing the current results, I will start investigating those failures one by one, and let you know what I find. For now, all I know is that litteral matching is not enough to fix those, so I am not sure what is happening just yet. I will let you know! -- Joel