From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4F219385B53B; Sat, 26 Nov 2022 16:23:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4F219385B53B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669479812; bh=Du2osRgvwXsz3ufW6PfG8zQ2JrnOSrGxW2pLRvPtXaE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=pY/+pGSfO/EJq9z6uCqDsycSXJwHKkjeuK1mA7/xc7WGnxqi6WMUvOPlgWtumL6Bo 0hyS0Ii/Kv0uy52udKf7xm846PchpOztaMt7sUrWSRr52z4Xu7+Om3puO/qLkCzYRJ w+Ff0TiMGsgIezSFX6rz6ljiRBLJhRSr4Kdzyk3w= From: "amonakov at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/107879] [13 Regression] ffmpeg-4 test suite fails on FPU arithmetics Date: Sat, 26 Nov 2022 16:23:31 +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: X-Bugzilla-Severity: normal X-Bugzilla-Who: amonakov at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: 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: 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 Alexander Monakov changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |amonakov at gcc dot gnu.org --- Comment #1 from Alexander Monakov --- Yes, thanks for the report. OK with -fno-tree-dominator-opts. The dom2/dom3 passes duplicate most of the computations in build_filter for= the 'x =3D=3D 0' branch, but the phi node in the resulting basic block 5 incorr= ectly receives 0.0 (from bb 6) as the value of 'ffm' computed on the duplicated p= ath (should be 1.0).=