From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x102b.google.com (mail-pj1-x102b.google.com [IPv6:2607:f8b0:4864:20::102b]) by sourceware.org (Postfix) with ESMTPS id 38BD23858D38; Mon, 7 Nov 2022 11:34:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 38BD23858D38 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-pj1-x102b.google.com with SMTP id l6so10320157pjj.0; Mon, 07 Nov 2022 03:34:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=Ha4WrQXv+qH+48XBQHjEf9XX81MhLDiry66NE9DWCzc=; b=LL3jO3QjTC3lxfuvXFbab8OhmxWsIMyT9Sqz9n5qcnxPUgFpL8TjCYYZ5yWwUDAf1B 2HBuIC1a/1OqaRBIAtGYENplfay7N6TN4FpQcVdP4u7AWfvASfHnIof1KEEx3uxmXo3l 4wYykHHREjJrmTEPo5rzNCgvysAFLvEp62i/d8YjyWxSbZO3a+DJf/Q6cTI0INZZRoTk B3f+cuKbK0Y4YsabHDu6TvFQ2ZMrFkuBzKuQ0q+rQoQaLIpo9fpTE7lzyVMa30RlFXwp exLHSuqWmOSRQukCQ/eCO9VIVqGqF1nLAwIGoCNVjEHJ2Cnaf35/Bfl2DkNlztjZbh8B ulOA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=Ha4WrQXv+qH+48XBQHjEf9XX81MhLDiry66NE9DWCzc=; b=jg9+FzlJR/FB4E5EHdGfZIRmIRLm6U9YEmR2GOw+eqTb79t5x/yKvcFv7HGfz4LtFH cRQ+hTS7DZ1h725UGkubQEqCMuxPjsHXCQLIv5t78w+aBClqNMU2cR2u4b+Xy+XMu+x5 37wp4c4JAhq8t/0xaINodpX3pinD1tvDuzYzLwFjhzHE2xJCneeuuuATop8DOiW/1blj 3cbAFXbDA3RKJW7kX6HWe/EJXacIRb7fpL28C1YghhpaSrtYYIajsH6BeXKwJmwpp56w MqX2O32W2QrZbsD4WsPpO2QW6ru8EHQkBE73ywioWOwkdaAMvUEwfT1j09TwfgAUu9+y zBiA== X-Gm-Message-State: ACrzQf14EMuBuya1mt1A121Jmovk9jDaGQ4Til/tmfKNJhfrDE6CDHck JeDpaqIHUvFZbuy11Rwdg4ku9CqjhoM= X-Google-Smtp-Source: AMsMyM6RUCPkYpre6n3vNhPp5hbcv9Hbgo/EwnUvZHgEZCUpHaZ7A9BQePZTjXVwse6Bg4vzbAQptw== X-Received: by 2002:a17:90a:7301:b0:213:8a08:2f18 with SMTP id m1-20020a17090a730100b002138a082f18mr52001329pjk.50.1667820888305; Mon, 07 Nov 2022 03:34:48 -0800 (PST) Received: from squeak.grove.modra.org (158.106.96.58.static.exetel.com.au. [58.96.106.158]) by smtp.gmail.com with ESMTPSA id 21-20020a170902c11500b00174c1855cd9sm4747458pli.267.2022.11.07.03.34.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 07 Nov 2022 03:34:47 -0800 (PST) Received: by squeak.grove.modra.org (Postfix, from userid 1000) id D3E611140234; Mon, 7 Nov 2022 22:04:44 +1030 (ACDT) Date: Mon, 7 Nov 2022 22:04:44 +1030 From: Alan Modra To: Tom de Vries Cc: gdb-patches@sourceware.org, binutils@sourceware.org Subject: Re: [RFC][top-level] Add configure test-case Message-ID: References: <20221020151027.GA1300@delia.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221020151027.GA1300@delia.home> X-Spam-Status: No, score=-3030.2 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Thu, Oct 20, 2022 at 05:10:28PM +0200, Tom de Vries via Binutils wrote: > Hi, > > As reported in reopened PR18632, recent commit 228cf97dd3c ("Merge configure.ac > from gcc project") dropped commit 69961a84c9b ("Don't build > readline/libreadline.a, when --with-system-readline is supplied"), due to the > patch only being applied to binutils-gdb repo, and not to gcc repo. Sorry about that. > I wondered if I could write a test-case that would regress because of this, > such that we at least don't silently regress. > > I came up with a test-case named toplevel.exp, that can be run like this: While I applaud anything that helps stop Alan making silly mistakes, the real problem is either a) that top-level binutils/gdb patches don't get applied to the gcc git repository in a timely manner, or b) that we try to keep them in sync. Maybe we should just give up on (b)? -- Alan Modra Australia Development Lab, IBM