From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CBE813887B59; Fri, 26 Aug 2022 07:56:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CBE813887B59 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1661500612; bh=jgiVq5KR9tqNmMkKjusuTCOCSp8VgpH4oHihkCjxm+A=; h=From:To:Subject:Date:In-Reply-To:References:From; b=sKwlZasVg6ZTlhNkjDp5WaN0qgKn7lq7R8bBSMHUEgnFAR1Ld3j1gBFf+0MYkP+Xr WJzYIVIO1kkM0lGtrJY0Bl62fabPeEGTy2j5SJ+Z4xjx0yXZ/yxSd5DraK0GesewdM bHIq/6b/1zBzQGpp0KU1+4ywtwpxyrukBOO0tcxg= 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: Fri, 26 Aug 2022 07:56:52 +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 #11 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:0c2d6aa1be2ea85e751852834986ae52d58134d3 commit r13-2217-g0c2d6aa1be2ea85e751852834986ae52d58134d3 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. 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.=