From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from air.basealt.ru (air.basealt.ru [194.107.17.39]) by sourceware.org (Postfix) with ESMTPS id 5E9E13858D32 for ; Mon, 29 Jan 2024 10:38:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 5E9E13858D32 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=basealt.ru Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=basealt.ru ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 5E9E13858D32 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=194.107.17.39 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1706524719; cv=none; b=fjqaa6Sbdhbk2Il8s3urcbaPsF0NH39p9xD6cXshta3N2Mm4Lg/ac41DfYnUi0yEeusRA7No/O9oZaBgvRahVG9yn2KyujYSWmbbJkI4Vl508CpIaFG+WNoLMSaOmCBWX2yTfd/V3QF/+zSQej6anrFCWrhMxodM5xuYBgtG+K0= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1706524719; c=relaxed/simple; bh=IsRB/xC3EMaQpyEwMzkG8Hb4C3yWveegrsQr5lm+xDg=; h=Message-ID:Date:MIME-Version:To:From:Subject; b=d9X57M7LCeO3L8Tq1I895eLh5TGQw67e7vE4aJ1WuUSr3UYU24GkEsM8oiBjKLchXCe3IxLWRQg00MqHOSw7FYucvg8Ba++aSDIT4PtKSwp0+UAuY9T7rwk0HnfKk4EkogySToBzZx9k1oaso+W4lVe1MOuIiIsT7nFVUUuJK1g= ARC-Authentication-Results: i=1; server2.sourceware.org Received: by air.basealt.ru (Postfix, from userid 490) id B6BE62F20238; Mon, 29 Jan 2024 10:38:35 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,KAM_DMARC_STATUS,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 Received: from [192.168.88.248] (l37-195-46-144.novotelecom.ru [37.195.46.144]) by air.basealt.ru (Postfix) with ESMTPSA id BA39D2F2023F; Mon, 29 Jan 2024 10:38:24 +0000 (UTC) Message-ID: <9849562b-3fee-4002-87c6-655beb973654@basealt.ru> Date: Mon, 29 Jan 2024 17:38:23 +0700 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-US To: glibc-bugs@sourceware.org, Wilco Dijkstra , Adhemerval Zanella From: Ilya Kurdyukov Subject: Upstream glibc has a bug in math/e_exp10l.c Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit List-Id: Wilco Dijkstra made a typo in this patch: Add libm_alias_finite for _finite symbols author    Wilco Dijkstra     Tue, 16 Jul 2019 15:17:22 +0000 (12:17 -0300) committer    Adhemerval Zanella     Fri, 3 Jan 2020 13:02:04 +0000 (10:02 -0300) https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=220622dde5704c95a100c2792a280f18f3deba73 Here in math/e_exp10l.c, the name "exp10l" must be used, but this line is copied from math/e_exp10.c and not changed:   34 libm_alias_finite (__ieee754_exp10, __exp10) https://sourceware.org/git/?p=glibc.git;a=blob;f=math/e_exp10l.c;h=b33d6fea239ebc20caf8b2dec9b7d03909a0fc81;hb=220622dde5704c95a100c2792a280f18f3deba73#l34