From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 Cc: gdb@sourceware.org, simon.marchi@polymtl.ca, Enze Li 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-Spam-Status: No, score=-3.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_PASS, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org 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: , X-List-Received-Date: Wed, 06 Oct 2021 00:07:00 -0000 Already answered in https://sourceware.org/pipermail/gdb-patches/2021-October/182423.html Bruno