From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0B9943858D35; Fri, 20 Oct 2023 16:34:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0B9943858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1697819655; bh=tkNGwe92eDo7oosPLb5q1+r8pWS+M+eR8hnNsagoDzA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=EYv1dTjLXS0XHPvBUP8tfQudQFCQxVanaBp2v1bkIU8Q5AV623LlW3k7txRcLUGlH jlUO9vJaCFi623qeKEc/ROast28kD+/6xeNp+z03O/5NOwHFNQHFljLczyCgh46rE2 hSiBe4V2OY/AeXy5fOg32JLTNKS4jwUOVc4u095E= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/111896] call with wrong stack alignment Date: Fri, 20 Oct 2023 16:34:14 +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: 9.4.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: DUPLICATE 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=3D111896 --- Comment #4 from Andrew Pinski --- (In reply to Andrew Pinski from comment #3) > This was fixed via PR 101354 's fix. > The simple workaround is to add noipa in an additional to naked. >=20 > *** This bug has been marked as a duplicate of bug 101354 *** And yes I tested 9.4.0 to see that "fixes" the issue.=