From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 96082 invoked by alias); 4 Jan 2018 12:39:31 -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 96073 invoked by uid 89); 4 Jan 2018 12:39:30 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy= 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 ESMTP; Thu, 04 Jan 2018 12:39:29 +0000 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 2EAB264130; Thu, 4 Jan 2018 12:39:28 +0000 (UTC) Received: from [127.0.0.1] (ovpn04.gateway.prod.ext.ams2.redhat.com [10.39.146.4]) by smtp.corp.redhat.com (Postfix) with ESMTP id 7AD6560BE7; Thu, 4 Jan 2018 12:39:27 +0000 (UTC) Subject: Re: [RFC] regresssion(internal-error) printing subprogram argument To: Joel Brobecker 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> <20180104094839.ptve3hy4fndifr27@adacore.com> Cc: gdb-patches@sourceware.org From: Pedro Alves Message-ID: <851cef1b-0ba8-6c19-1296-d455b21207e5@redhat.com> Date: Thu, 04 Jan 2018 12:39:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <20180104094839.ptve3hy4fndifr27@adacore.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2018-01/txt/msg00056.txt.bz2 Hi Joel, On 01/04/2018 09:48 AM, Joel Brobecker wrote: > 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! Thanks! I'm catching up to this and will take a look at the new tests. Pedro Alves