From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7ED22385B501; Sun, 12 Feb 2023 09:15:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7ED22385B501 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1676193323; bh=DXNHHuKsL6d3yMtOGa4yWfJbQyaNtrijncCbomrmEgU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=rLsp5DaRNkvXugQN6oCeMIa9Y0u6ycKWwkSVXO1EjVwPcB5Lm0t1RlloTB99rvJp/ 8z4dfDvkTZjrMPfWocpF6Yhx66XF7AMx6sjo1g7tRCE/2odoVaZg+WCzmvjkMF0qi4 1WbWr2EIuPSRDaJnHwBIXfxN2ibG+MYWuDQM++DI= From: "michael.crusoe at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/100927] [sse2] floating point to integer conversion functions incorrect results w/ NaN constants + optimization Date: Sun, 12 Feb 2023 09:15:22 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 11.1.1 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: michael.crusoe at gmail dot com 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: --- 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=3D100927 Michael Crusoe changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |michael.crusoe at gmail do= t com --- Comment #1 from Michael Crusoe --- 2023 update: this is still happening in GCC 10.1+ including trunk https://godbolt.org/z/YKKcdP8MY=