From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 83660 invoked by alias); 26 Jan 2018 03:51:03 -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 83651 invoked by uid 89); 26 Jan 2018 03:51:03 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=annex 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; Fri, 26 Jan 2018 03:51:01 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id EA5C1117E22; Thu, 25 Jan 2018 22:50:59 -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 vqLfjjDgKTVa; Thu, 25 Jan 2018 22:50:59 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 84AF3116FB9; Thu, 25 Jan 2018 22:50:59 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 35B4783307; Fri, 26 Jan 2018 07:50:55 +0400 (+04) Date: Fri, 26 Jan 2018 03:51:00 -0000 From: Joel Brobecker To: Pedro Alves Cc: gdb-patches@sourceware.org Subject: Re: [RFC] regresssion(internal-error) printing subprogram argument Message-ID: <20180126035055.vbjtowj6q5ftbwiz@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> <8df5cf8b-6e4e-e310-fcbd-2615334fe5b9@redhat.com> <832dbb30-7c2b-40ed-c03c-654bd1e2ea32@redhat.com> <20180117091332.z7bqu4aljudq33sw@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180117091332.z7bqu4aljudq33sw@adacore.com> User-Agent: NeoMutt/20170113 (1.7.2) X-SW-Source: 2018-01/txt/msg00544.txt.bz2 Hi Pedro, > > I'm curious to know if after all the fixing you still see > > the KFAIL on your end. I get: > > > > KPASS: gdb.ada/maint_with_ada.exp: maintenance check-psymtabs (PRMS gdb/22670) I just started looking at this, and I am wondering whether your binder- generated file looks like, and in particular whether it has the following kind of declaration in b~var_arr_typedef.ads: u00045 : constant Version_32 := 16#f60287af#; pragma Export (C, u00045, "interfaces__cS"); IIRC, these are version consistency checks that are used by the distributed system annex. If you don't have those in this file, for some reason, then it would explain why you don't see the issue. Continuing the investigation... -- Joel