From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 69B233899017; Mon, 29 Aug 2022 10:06:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 69B233899017 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1661767578; bh=UvShx/NyqqKLXwBH1aLt0DpzNZcjimpI9sSsH/ppxKQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=xbEaep1J6b+x/W3K5bdwo7/yM8MPH7vXDxSm2A9mArrWYTSvAN+CUSxOlGxmBJcem j91CzyYTRt+lNydDX5yekcKA1cTbOZasrd+ZS7KpuhrKYbMQvzaKzOIQt1aR4DNMZG CgjgUmHsABYMJTqVDTP6Tf6i3l3xXvbD3XeEYCWA= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/106579] ieee_signaling_nan problem in fortran on powerpc64 Date: Mon, 29 Aug 2022 10:06:18 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit 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=3D106579 --- Comment #14 from CVS Commits --- The releases/gcc-12 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:87a07e96dc4e6849ab6ac0b1ceeb5a19aebee9d6 commit r12-8724-g87a07e96dc4e6849ab6ac0b1ceeb5a19aebee9d6 Author: Jakub Jelinek Date: Fri Aug 26 09:56:19 2022 +0200 fortran: Expand ieee_arithmetic module's ieee_value inline [PR106579] The following patch expands IEEE_VALUE function inline in the FE, but only for the powerpc64le-linux IEEE quad real(kind=3D16) case. 2022-08-26 Jakub Jelinek PR fortran/106579 * trans-intrinsic.cc: Include realmpfr.h. (conv_intrinsic_ieee_value): New function. (gfc_conv_ieee_arithmetic_function): Handle ieee_value. (cherry picked from commit 0c2d6aa1be2ea85e751852834986ae52d58134d3)=