From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8A0A43858D3C; Thu, 10 Nov 2022 13:35:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8A0A43858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1668087313; bh=LTBGo3r4Pp8geq7Yyvuhv5lju4KExDRquR3rxDYLrQk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=PhWRAiwEOsDyZQHzVP9zZoNuvCyDN8CF7Zp4KenvwwAuVyAGFu7rOHAdMHZD5AgOn 2NOHzvTpidr8st6xH72qpmaeb9kgxw2M1biTEIIhQgJyerYSc39TDf2ohIrZUFS7YP 9MsP9eJwebGGMfJkIZ2YYp2+0dL7lVjQ6vnxLlOo= From: "aldyh at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/107569] [13 Regression] Failure to optimize std::isfinite since r13-3596 Date: Thu, 10 Nov 2022 13:35:13 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: aldyh at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 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=3D107569 --- Comment #30 from Aldy Hernandez --- Created attachment 53869 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D53869&action=3Dedit do not set NAN sign in frange::set_nonnegative() proposed patch in testing=