From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1E8833858421; Mon, 24 Oct 2022 21:31:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1E8833858421 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666647083; bh=Cb/+v6YMLoQU1CYVlYuwdHK4am3m0+4gBv7n+XByyBQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=BPA74lCDsvGOwrYOLUIsQQIGMM7kiiIpj6D1fFIHanBH40ZdsgSwLnWMDfKSJD9JE wP4AswWkWqaPvZm3tX2SdmqGia/opszQGjcXTmowbZsgz9mkn62T8haCOJ89pp66lK zJN7av62Nx5xi0IUSEYpaOxUncQfCnrJxz+qZaAI= From: "pinskia 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:31:22 +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: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: INVALID 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 #26 from Andrew Pinski --- (In reply to Andrew Pinski from comment #25) > Note the darwin (mac OS X) aarch64 (arm64) ABI says long double is 64bits. > It would be implemented that way even in GCC for Mac OS X ARM64. > clang/llvm for aarch64 other than Mac OS X does support 128bit long double > though as required by the ABI too. PR 107315 records the adding of support of 128bit float for Darwin (as _Float128).=