From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D9D003858D28; Wed, 25 Oct 2023 04:39:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D9D003858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698208772; bh=R2cA1oD61P8l7FCUNJnTzaqraR+7GsZGd72W7DDWwI0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=HMVJgPEpjOacXK7G7QvKIs//g8PwfyyshpFZatQyj0vrqnQ2ZfmFj+hEg0W8jeNHP //sInWIScdYzsn0Kw9X1iIGt/F4+qcLxt2T4nI8/UNv5gr3i59N8jDBYJmMOxLZIUG RpuefxIdFrvRMBX3ZjgemmKSaJ16lcYc+5xxJ2lk= From: "gaius at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug modula2/111955] isnan support in Builtins.def is missing Date: Wed, 25 Oct 2023 04:39:32 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: modula2 X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: gaius at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: gaius at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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=3D111955 --- Comment #2 from Gaius Mulley --- Created attachment 56199 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D56199&action=3Dedit Proposed fix Here is the proposed patch with a tiny regression test module. It will be applied once / if the current running bootstrap succeeds on a few platforms= .=