From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from fencepost.gnu.org (fencepost.gnu.org [IPv6:2001:470:142:3::e]) by sourceware.org (Postfix) with ESMTPS id 2288F3858D1E; Tue, 24 Jan 2023 18:11:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 2288F3858D1E Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gnu.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gnu.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=A8zGVVJS8Ar6qqYloJ5hUS7rUeoQs3HHyyLAJCycFRk=; b=NoYXf0wTedCJ ThhMFogJ27X7DVQIe8753JOM7sB9tmuSg2awc0CRTnOZ+GiK33N0kOjDz+j+YD7SBSohAT4eQmZtI 8RIinDdXoJ6psjLRFkxwAuWpMU9efbady8Jpw+tSkX3zYC8NBSfhmK4rpsB8sb8wmCfbXtiZ3nLO6 jwMGSTcVVOH8Tqyi3XG57hiLnLYsuR74zJadJ3QgMc0b/2PKKYeu4Dsjh6mMYpaOEvdV3kkiGY0j9 jqDODAS5aqz5b+G8Q1KFaOi1Y1aYowhBf6wzlKj2VX96eeTdaaYm9J43zizXFJ6Fnjh24gHT8cA8E OWwOoqFfAuo/f0YIt5ed6Q==; Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pKNlV-00004z-WB; Tue, 24 Jan 2023 13:11:26 -0500 Date: Tue, 24 Jan 2023 20:11:37 +0200 Message-Id: <83edrjhkfa.fsf@gnu.org> From: Eli Zaretskii To: Ian Lance Taylor Cc: gcc@hazardy.de, gcc-patches@gcc.gnu.org, gcc@gcc.gnu.org In-Reply-To: (message from Ian Lance Taylor on Tue, 24 Jan 2023 09:58:10 -0800) Subject: Re: [PATCH 2/4] libbacktrace: detect executable path on windows References: <20230120105409.54949-1-gcc@hazardy.de> <20230120105409.54949-2-gcc@hazardy.de> <83tu0ggjro.fsf@gnu.org> <83o7qnho2o.fsf@gnu.org> X-Spam-Status: No, score=2.5 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_BARRACUDACENTRAL,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Level: ** X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: > From: Ian Lance Taylor > Date: Tue, 24 Jan 2023 09:58:10 -0800 > Cc: gcc@hazardy.de, gcc-patches@gcc.gnu.org, gcc@gcc.gnu.org > > I'd rather that the patch look like the appended. Can someone with a > Windows system test to see what that builds and passes the tests? ENOPATCH