From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BFF983849AEE; Thu, 9 May 2024 15:40:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BFF983849AEE DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1715269209; bh=Zya+UCMpexRb+iJyRzB33N6Q8PD9uzPEgrLBJoqaNBA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=mRxGBcwXbNLPv4W7Ov1Iz9eys+piZf3Prc1o27F1/mxeQytNcOJ+YXXBL5pWa2aW2 uNcWBqVvRSA1T8UGED5GaK5HTTlFKLtS69OtPt9FXydTaLElavvfnue/yqQUF1VGYB SqFieKn6k+WnUXZsYjsYXlKpimzI7ZY4/AgaKbX0= From: "vmakarov at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/114415] [13 Regression] wrong code with -Oz -fno-dce -fno-forward-propagate -flive-range-shrinkage -fweb since r13-1826 Date: Thu, 09 May 2024 15:40:09 +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: vmakarov at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: vmakarov at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.3 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=3D114415 --- Comment #11 from Vladimir Makarov --- (In reply to Jakub Jelinek from comment #10) > Vlad, do you plan to backport this to 13.3? One of the 2 release blockers > we have for that release. Ok, I'll port it to releases/gcc-13 branch today. The patch should be safe= .=