From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1306A383768B; Fri, 26 Aug 2022 08:05:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1306A383768B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1661501117; bh=MigWNwsWGwZ76pAW2hLl6pMO1WGk3Z0MOjp35toITrU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=FRaDcQ/iqbGuIT61czKXkc+uBtaBXmGmO4FvpQVNUlebp23qTYf0t6Y3opvxJPQYb K2IEdHCo+tMrBvl9LkwTzyRysp5MCkkgUN9WhIakRlY6NGElkgpuxrVKhKt9Qx1B6w ty5zJkijdTv7qBBfLibawAEBQfWVX5tu0ygok50Q= From: "jakub 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 08:05:16 +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: 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=3D106579 --- Comment #12 from Jakub Jelinek --- Fixed on the trunk now. Not really sure what to do for the backport. Perh= aps make the builtin with a space in the name and do the FE expansion only for = the abi_kind =3D=3D 17 cases?=