From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 77876385276B; Fri, 14 Oct 2022 10:03:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 77876385276B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665741817; bh=xyRR93d1vsBPC877CXciLBBgNMgdBwi4dYBKrVWA368=; h=From:To:Subject:Date:In-Reply-To:References:From; b=C9ZwWILRZLNFyuqEdSQnumV5bXZVibX+S9KrM0af+UUSvJaRpOk3KsCh6DdHiUO4a YAl22qXF2q75da6ILngR0Vexw4VEsv8+5RoYT0NSdbzQ3bZhsRFGem6NbUnfAcR1Wp GEhgwRsHFvF7tI7WyOAqF0l4VC5TJ/ZH9+gsNuhg= From: "ebotcazou at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/107248] wrong scheduling of stack adjustment in leaf function at -O2 Date: Fri, 14 Oct 2022 10:03:37 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 7.1.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: ebotcazou at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ebotcazou at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status target_milestone resolution 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=3D107248 Eric Botcazou changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Target Milestone|--- |10.5 Resolution|--- |FIXED --- Comment #9 from Eric Botcazou --- Fixed on all active branches, but the fix should be backportable onto older release branches without any change. Thanks for reporting the problem.=