From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A68D23858434; Wed, 30 Nov 2022 19:30:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A68D23858434 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669836658; bh=02/7TT+iuAOHdUFuORLdYGpIHT/h2gHmCIz62TeOteo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=URjfyyc4iJJyi7f+KC/D+RUpT3AcdE2Wf305bxwio3Wd3x2xOX8UapPe/jnRzDxla 1ULw4SAJd6pvGEso/inNOX7doZnsB/EQuo5W6I+esFsLloI+LYDCNKKLGaL57MBCBP m1fkqO6uOWCgwzCQPdNenCBG/oQUsw+4AbqcO+90= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/106805] [13 Regression] Undue optimisation of floating-point comparisons Date: Wed, 30 Nov 2022 19:30:58 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia 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: target_milestone short_desc 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=3D106805 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |13.0 Summary|Undue optimisation of |[13 Regression] Undue |floating-point comparisons |optimisation of | |floating-point comparisons=