From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 72F2C3858031; Sat, 26 Nov 2022 17:20:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 72F2C3858031 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669483225; bh=YjJIzpXpp3rq6KvbyIGe8SU2qTGt0tddnmyHFds3Ix8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=UySk7XiHZnHhoXooJ+eRmlO+I+kkjNADROmLGZ9IfblFmaIC4V36NdOdG8W04TmlL ZaeNb6ROYCLpFo3+cpEjQll8q1lT5FGkvrBP/kiwJBmTHF4uRWhbQC2VPrTgPD4P57 oAWNMHRp6ydc9nAvD42yKFPDPbkeA3zdkddRHnoA= From: "slyfox at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/107879] [13 Regression] ffmpeg-4 test suite fails on FPU arithmetics Date: Sat, 26 Nov 2022 17:20:24 +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: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: slyfox 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: 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=3D107879 Sergei Trofimovich changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at redhat dot com --- Comment #3 from Sergei Trofimovich --- If I did the bisection correctly `git bisect` points to r13-3926-gd4c2f1d376da6f commit d4c2f1d376da6fc3f3c30a9d3160e43c95399343 Author: Jakub Jelinek Date: Sat Nov 12 09:39:00 2022 +0100 range-op: Implement op[12]_range operators for {PLUS,MINUS,MULT,RDIV}_E= XPR=