From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 941743894C3B; Mon, 5 Dec 2022 18:47:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 941743894C3B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1670266034; bh=yLAgsTIbRjcBJN9sDOwdOYQiqGycS2MNkFIOi1vcd+o=; h=From:To:Subject:Date:In-Reply-To:References:From; b=gvwlYZvgh6t0PHwg9R44LSCOObEUGCnhwpBowULiHzkgDvpPWvAkMmjOea1p6syIl OJJb0EHbduz72B4kyHIEKdnHPQlDwcK3UpK979lYNEvSFJEd30SDKGy3Y+3PFkIhY2 4wxF34WIpJX1fYJfWRu2Rc5K28H36/QRYF3rNcnk= From: "law at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/107046] [13 Regression] Recent FP range work causing inf-2 to be miscompiled on rx-elf Date: Mon, 05 Dec 2022 18:47:13 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: testsuite X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: law at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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=3D107046 Jeffrey A. Law changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |law at gcc dot gnu.org --- Comment #7 from Jeffrey A. Law --- Yea, I think that's a better solution than simply disabling the whole ieee directory on the rx. It appears to DTRT for inf-2 which was the problemati= cal test. Consider it pre-approved.=