From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AEE5D3858412; Mon, 24 Oct 2022 20:09:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AEE5D3858412 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666642165; bh=t3yHkrlAnKhsZN+4Q7peVeYIZuUpRMXD9sIuWItLLfE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=UeyqxWmdZ8/ADnuvMiibgaN6oLOnHscfrRXso6AWW2Q7gEUqCfnSpeBKeG8z3k+lb AKS7OSgmuX4Z28gIp3zLls8cOS26rGRB+VkpMxtIz2pL6JUBPm0/ZaX2prn8hNj7BW d4YXvqOAIfg4a74n/C09lEp25zEooO1YUNfhrZKo= From: "jacob at jacob dot remcomp.fr" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/107370] long double sqrtl constant folding is wrong Date: Mon, 24 Oct 2022 20:09:25 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 10.2.1 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jacob at jacob dot remcomp.fr X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D107370 --- Comment #11 from jacob navia --- Please let's use 30 digits after the decimal point not 20. Long double give= s 32 digits with 128 bits.=