From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B33693858417; Mon, 2 Oct 2023 00:02:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B33693858417 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1696204922; bh=UR8hfe1JAKZpCC62T1m49f9nT+Uh2Opm6oHSLrFXBIU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=fl1JBh8Ic1u64XsIEK5cxKDinmrpfMN1gKa29C3YlEqJwLWLhIw+InAIwpdieCSuj s6ux1vMeR4Hn1e0YLmtGoFkzj9iH3J7dgx/ZSV20Gx+YvzJtFxwAn1uBWCHf7V6rUt OAYBoUdizbcJJjBfB7b5Ic2l02c04gv/f0KyJijM= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/111655] wrong code generated for __builtin_signbit and 0./0. on x86-64 -O2 Date: Mon, 02 Oct 2023 00:02:02 +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: 13.2.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: DUPLICATE 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: resolution bug_status 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=3D111655 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|UNCONFIRMED |RESOLVED --- Comment #8 from Andrew Pinski --- Oh this is a dup of bug 51446 , with -fno-trapping-math GCC produces the Na= N as a constant folding. *** This bug has been marked as a duplicate of bug 51446 ***=