From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id yCZZMLLoXGHcLAAAWB0awg (envelope-from ) for ; Tue, 05 Oct 2021 20:07:14 -0400 Received: by simark.ca (Postfix, from userid 112) id C31F91EE1B; Tue, 5 Oct 2021 20:07:14 -0400 (EDT) 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_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,RDNS_DYNAMIC,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (ip-8-43-85-97.sourceware.org [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 C792C1E813 for ; Tue, 5 Oct 2021 20:07:13 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 7DE7D3854809 for ; Wed, 6 Oct 2021 00:07:13 +0000 (GMT) Received: from mo4-p01-ob.smtp.rzone.de (mo4-p01-ob.smtp.rzone.de [85.215.255.52]) by sourceware.org (Postfix) with ESMTPS id 6FCA8385802D for ; Wed, 6 Oct 2021 00:06:59 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 6FCA8385802D Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=clisp.org Authentication-Results: sourceware.org; spf=none smtp.mailfrom=clisp.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1633478804; s=strato-dkim-0002; d=clisp.org; h=References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From:Cc:Date: From:Subject:Sender; bh=TILoACFRS64dwM21nfUbYMhyyF+PB2kjbQ9InKozoZg=; b=ZkElD2iEGwn6LuEjZjvYxikD0WntyhIMKFNFvzJpUSPj3Jgbl0jmucQr4pr5dBHha7 2WQNf8ixMq4j49C3kPsRCpNkacQneMmHeegr9MR0Mk2AgEwkB3qqrU/KdyHuVG7vD/Kd PGrV3YYAvF7U3CYUbsvcUPIOib3QJ1bcfxxt/gvZH9lJnp2e7O3qTTOhsxG/k4awyWL8 ZUsQHKkFGm4w6xNb+L5t6IDVCnLYdeiHIyjfXYNxLE/dnGw9979YvJKJyCZhU3LglG+p QF59mLQiNl21GCcj88pliXo6WO+zdX93akYNDpTS++e8cnrkTLF7AtKdcrzZlU+mZC9+ 9hNg== Authentication-Results: strato.com; dkim=none X-RZG-AUTH: ":Ln4Re0+Ic/6oZXR1YgKryK8brlshOcZlIWs+iCP5vnk6shH0WWb0LN8XZoH94z26ll5ip69olkVub7VDqFSiXC8Jy5TTCjXi" X-RZG-CLASS-ID: mo00 Received: from omega.localnet by smtp.strato.de (RZmta 47.33.8 AUTH) with ESMTPSA id 6080fbx9606iJJs (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits)) (Client did not present a certificate); Wed, 6 Oct 2021 02:06:44 +0200 (CEST) From: Bruno Haible To: bug-gnulib@gnu.org Subject: Re: [PATCH] Fix a wrong expression Date: Wed, 06 Oct 2021 02:06:44 +0200 Message-ID: <5587411.5kDrRr5YYq@omega> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: gdb@sourceware.org Errors-To: gdb-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb" Already answered in https://sourceware.org/pipermail/gdb-patches/2021-October/182423.html Bruno