From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id LGZ9IyHwK2ChTwAAWB0awg (envelope-from ) for ; Tue, 16 Feb 2021 11:17:37 -0500 Received: by simark.ca (Postfix, from userid 112) id 83B6C1EF78; Tue, 16 Feb 2021 11:17:37 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=0.4 required=5.0 tests=DKIM_SIGNED,MAILING_LIST_MULTI, RDNS_NONE,T_DKIM_INVALID,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.2 Received: from sourceware.org (unknown [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id E54FA1E590 for ; Tue, 16 Feb 2021 11:17:36 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 2F24D384B80F; Tue, 16 Feb 2021 16:17:36 +0000 (GMT) Received: from gateway22.websitewelcome.com (gateway22.websitewelcome.com [192.185.46.194]) by sourceware.org (Postfix) with ESMTPS id B876F384B80F for ; Tue, 16 Feb 2021 16:17:32 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org B876F384B80F Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=tromey.com Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=tom@tromey.com Received: from cm14.websitewelcome.com (cm14.websitewelcome.com [100.42.49.7]) by gateway22.websitewelcome.com (Postfix) with ESMTP id 202D75762 for ; Tue, 16 Feb 2021 10:17:32 -0600 (CST) Received: from box5379.bluehost.com ([162.241.216.53]) by cmsmtp with SMTP id C32ZlLSkasvw9C32alMtlx; Tue, 16 Feb 2021 10:17:32 -0600 X-Authority-Reason: nr=8 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tromey.com; s=default; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=L8vooA5Ov2U6nxe+AZyGfQMF7qQJgeDIJSlefIi630I=; b=l/+dyDVXQJ5Y7f/ksOn8NNJGez EBXSRc0uS3maEUj5/6lj39ljBfm+MihBW4hYOuUjPjrji0b2fNq4Vylhp2/kfCXqAirtQLIbZIVPM Dg6HvnasJ39NrHoTvkCI1KZX1; Received: from 97-122-70-152.hlrn.qwest.net ([97.122.70.152]:37180 helo=murgatroyd) by box5379.bluehost.com with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1lC32Z-001sSD-HF; Tue, 16 Feb 2021 09:17:31 -0700 From: Tom Tromey To: Tom Tromey Subject: Re: [PATCH 000/203] Refactor expressions References: <20210101214723.1784144-1-tom@tromey.com> <20210103070250.GC285722@adacore.com> <87y2fru4jt.fsf@tromey.com> X-Attribution: Tom Date: Tue, 16 Feb 2021 09:17:30 -0700 In-Reply-To: <87y2fru4jt.fsf@tromey.com> (Tom Tromey's message of "Sat, 13 Feb 2021 12:54:30 -0700") Message-ID: <87r1lg6l7p.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - box5379.bluehost.com X-AntiAbuse: Original Domain - sourceware.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - tromey.com X-BWhitelist: no X-Source-IP: 97.122.70.152 X-Source-L: No X-Exim-ID: 1lC32Z-001sSD-HF X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: 97-122-70-152.hlrn.qwest.net (murgatroyd) [97.122.70.152]:37180 X-Source-Auth: tom+tromey.com X-Email-Count: 2 X-Source-Cap: ZWx5bnJvYmk7ZWx5bnJvYmk7Ym94NTM3OS5ibHVlaG9zdC5jb20= X-Local-Domain: yes X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: gdb-patches@sourceware.org, Joel Brobecker Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" >>>>> "Tom" == Tom Tromey writes: Tom> I'm ready to send v2 of the series. I think I'll save the individual Tom> regression test and fixes for v3. I wrote a script to check out each version, build it, and regression-test it. Then I let it run for a couple of days. It found a few patches that did not build. Those were all patches where some hunk was misplaced into a later patch -- nothing serious, just stuff like missing #includes. I've fixed all these problems on my branch. It also found that there are patches that introduce regressions. I haven't looked into those yet. They occur near the end of the series, which is both (a) good and (b) expected, since the early parts of the series are pretty innocuous. I'll dig through these before sending v3. Tom