From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3F3483858D1E; Wed, 14 Jun 2023 12:09:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3F3483858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1686744544; bh=kvhl/qXmbzB8YxR8GCmwYUT/c8fEjX3nKDvE9GaY/LU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=O1Fge4xunpc6LLzZ4UoxSyfIeAwYOsi6bg50ZK/TUFMzB2F79PQWiO28Ms4ZEZfzM fpHnRzAntHBMyidYwGotfoElMhTLOfLotjZ3L4UkUwj/NEvIzPJ7qZTD06qj4ON0tD gbP/ybinyO5CHnd/X8Ey8oUsddXDenY9nGhDlU+g= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/110237] gcc.dg/torture/pr58955-2.c is miscompiled by RTL scheduling after reload Date: Wed, 14 Jun 2023 12:09:04 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth 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: 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=3D110237 --- Comment #2 from Richard Biener --- (In reply to Alexander Monakov from comment #1) > Sorry, was your recent patch g:1c3661e224e3ddfc6f773b095740c0f5a7ddf5fc > tackling a different issue? Yes, the issue in this bug persists after the above fix.=