From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C0891385840C; Mon, 24 Oct 2022 21:26:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C0891385840C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666646787; bh=QYsggz7zpLJcoywA4F1eUnaFUnyTMEyPlgQUPA0hCPI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=NoU603e1ghNZSz+C03XTVGdid7OraEflvtx/hufHWM2S/KJM41cIsJuaCzIaYd4eW ynWP9gl2PoNmnrV8DnSPwsp1buV/jkwyyP9M44a3DCVsRFjQAGyLSJhV6sAP374eMj W3+r7u8B7Ma1vcKI4u9R9yIuk/x+T7ulr6hsB7gg= 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 21:26:27 +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 #24 from jacob navia --- Sorry, you are right. This is a terrible mistake FROM MY PART! I am using the raspberry pi through ssh and I had several shells open, usin= g my Macintosh ARM 64 as the machine where I started those shells. But I got confused with the Macintosh shells and thought that I was using t= he raspberry pi when I was using the Macintosh instead. The macintosh compiler also is called "gcc" but actually is calling clang, = that doesn't support long doubles of 128 bits but only 64 bits, what explains the loss of precision after the 15th bits!!! The bug was in MY SIDE and I have taken your time for nothing. I am very so= rry about this situation. I do not know how to repair it. My sincere excuses. jacob=