From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 05F823858421; Mon, 24 Oct 2022 21:09:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 05F823858421 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666645743; bh=DuzCoJCudVnt9t61V0tK1J7WWp7ZspvJOBwhtWaSITc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=QQSl0qg74e5F6XXILt6/b4ZUEpGl6SIZhF+xrpj90Mj5FPtAWh3dSdGL7htF1i7dv v8DUAoT9Zh5xZ0smIUWIkb9CboDA20iMVZaE/Jm/mvvNOp8lrLi9rrCi4I9u/nNh7X Dis7Xzonn2q+bkxzSoh/+di3j7nn3+bKyhuroQBs= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/107370] long double sqrtl constant folding is wrong Date: Mon, 24 Oct 2022 21:09:02 +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: jakub at gcc dot gnu.org 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 #23 from Jakub Jelinek --- > OK, but you are NOT RUNNING IN AN ARM 64 do you? Because that's the machi= ne > I am using... So that would point to glibc's printf then. Try to use %a to see the hex values, those are much more easily verifiable = (you can e.g. look at the bytes in memory in a debugger etc.).=