From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EEFF83858C50; Mon, 20 Nov 2023 21:07:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EEFF83858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1700514471; bh=niqGjHg5FEVud2efkrpywvGo9EUFgHHMp5dck6hzq2A=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ePl9fnsnTqAMmP+eAj6xVifiBYN5UHuBcY8re/kHxnBWFKRubLnANCw9n5hmfWVQh wQRenuutLNeOv/eGDNt/pnBvE8RgEV2TVQPDhcEDeWI6eEbXlvQV0W3m094+kbBiqw Y3qLGa3d/xcgN1qDOm32VYFVMVghvnt482e/OJAI= From: "joseph at codesourcery dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/112614] Compile-time float-to-_Decimal64 fails for -NAN Date: Mon, 20 Nov 2023 21:07:51 +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: 11.4.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: joseph at codesourcery dot com 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=3D112614 --- Comment #2 from joseph at codesourcery dot com --- The sign of a NaN isn't specified for conversions, only for a few=20 operations such as absolute value, negation, copysign.=