From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 98F2B3858C55; Thu, 13 Oct 2022 20:28:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 98F2B3858C55 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665692923; bh=RKL80x4pKOTTel7VDDNEpjLiYgIji9UyfQpbcs7IJiw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=D7oWlZtPvh2qvsYH3BcMoRB6iJnNOx4YsJtXqpYZ28XxqEXrEiygyDru5R/2Wl5xP BvwdT6mPWus84ZlU2/UCUq0krDhIWpUXMKXJFrA9r1O3befFqENEeFDN0w9ZLi1Kna dhiCOrM5ddnPiZer6BxW4ozFWLFq7S41Xdw/e/hs= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/107248] Sparc V8 Invalid Stack Pointer Code Date: Thu, 13 Oct 2022 20:28:43 +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: ABI, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW 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: cf_reconfirmed_on keywords everconfirmed bug_status 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 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2022-10-13 Keywords| |ABI, wrong-code Ever confirmed|0 |1 Status|UNCONFIRMED |NEW --- Comment #2 from Andrew Pinski --- Looks like for sparc_leaf_function_p, there is a missing a emit_insn (gen_frame_blockage ()) . Which was added in the non leaf case with r0-114040-ge98b1defdd2c6b .=