From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B69E53858D32; Tue, 3 Jan 2023 08:58:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B69E53858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1672736305; bh=9lWvC4DXQ+1XYxOP8IwHbECsQeUjWstH9mpIiAl/Zgk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=qFBJSeYKZJVNzwMNtVSmtQLwqfCllNZncJwkQOwkPRFVgqUrKT1NPlsDM4hVaaoFc yz/E+Y9h1UQsjzJvYgwmZndL8pBMUAQnvG6IgS+ftSJ81GYmIcZHVT1zWk24UZuHqg MehHJ0B1qmRFOOMxfr1jo9GTr484UdwI4gCzQVJ8= 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: Tue, 03 Jan 2023 08:58:24 +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: 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 --- Comment #13 from Eric Botcazou --- > Just to make it clear, since we have had customers asking about it, it is > still possible to trigger this issue with -mtune=3Dleon or -mtune-leon3, > though it might make it less likely to happen. Very likely not, but proving it would be quite hard.=