From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 067BB384641C; Thu, 25 Apr 2024 07:14:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 067BB384641C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1714029270; bh=payi0sYILEWb10lh+IBOSb4tZKcdX5pEYrlygqFz9f0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=f5T9jz+R7A42eE1t3qHhwn3LEVFRzyYWlHig6P5xWeHVzo1Utmk54/dqvqu3213F4 jp+EHWGssVfQUVJJYNoDaWu2mInLpvIJ7MYsfMD/PAaqzYwDhHZ1pqqQupVVl9XCB4 9Pjms+I97e76EDFml7Ry8ynbvNhUrxA1V25pqqeM= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/114843] aarch64: epoligue in _Unwind_RaiseException corrupts return value due to __builtin_eh_return Date: Thu, 25 Apr 2024 07:14:29 +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: 14.0 X-Bugzilla-Keywords: 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: short_desc 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=3D114843 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|AArch64: Wrong Register |aarch64: epoligue in |Reload in |_Unwind_RaiseException |_Unwind_RaiseException |corrupts return value due |causes corrupt return value |to __builtin_eh_return |on _URC_END_OF_STACK | --- Comment #5 from Andrew Pinski --- I suspect this has been always a bug since the aarch64 back-end was added.=