From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 75FB03858280; Mon, 28 Nov 2022 22:44:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 75FB03858280 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669675484; bh=THcY9BOGnZfSkuP0k2lOxmDVHZB71uFbeKFFEpgQXIw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=LzWZ6aBbwzHk1rVAcCivjbnMMg6WBCRKu2+XNLiBx2vP48DXVXKIbWtbB+FvpDyO/ 0uvINB2OXdAYc1ccJ5n6hINc9JchCeNNCiiSbxdHYYsvcfvGH27Ba1v0Fp2XQrx08B fVO9PHE46uRdQYoy3VSx+eYVJHK//RFgp9nurxC8= 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: Mon, 28 Nov 2022 22:44:43 +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: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: jakub 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=3D107879 --- Comment #7 from Sergei Trofimovich --- (In reply to Jakub Jelinek from comment #6) > Created attachment 53978 [details] > gcc13-pr107879.patch >=20 > Untested fix. The patch fixed real ffmpeg-4 tests for me (before the change there were ab= out 10 failures in resampler). Thank you!=