From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 30551385117A; Mon, 17 Oct 2022 13:29:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 30551385117A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666013378; bh=KjJAyaW9Qm2J+8b44M6hqF6TBXoTgvXLwd02fdcdt9g=; h=From:To:Subject:Date:In-Reply-To:References:From; b=h218bewCOnqikBRgXTSJlh6T8170AN6HHve1uQdRwe5P8MYd3wWnpSlQ6TIP0oMOO d4o4nEBXq5zTbx9mYxu+10/E6Hl02EIYcLHxRgHaWbT5xu36QXS3IFT9wRnZ7ywu5m cVlcZcOO0ez9bBq0VM+6sVRgOter5Yr9maWETX/w= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/107286] gcc/value-range.cc:4027: range_tests_floats: FAIL: ASSERT_TRUE ((real_isinf (&r0.lower_bound (), true))) Date: Mon, 17 Oct 2022 13:29:37 +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: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW 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: 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=3D107286 --- Comment #2 from CVS Commits --- The master branch has been updated by Aldy Hernandez : https://gcc.gnu.org/g:cb1edef9f4dadeffa15fdfd2fb206d78027b7b32 commit r13-3335-gcb1edef9f4dadeffa15fdfd2fb206d78027b7b32 Author: Aldy Hernandez Date: Mon Oct 17 15:26:05 2022 +0200 Do not test for -Inf when flag_finite_math_only. PR tree-optimization/107286 gcc/ChangeLog: * value-range.cc (range_tests_floats): Do not test for -Inf when flag_finite_math_only.=