From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0824038708DC; Sat, 4 Jul 2020 16:09:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0824038708DC DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1593878964; bh=DQmrdSQ+jPwvmar6tH8g9Xp8J099RQPEK50xJHAETJo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=jd/iBlY5ZtZvsvXZWJ8im37+jEHe2iVx9D1nZR24GNPiVjNW4F51aTPEuhLCpaJnm mt7JRxmrA7ndNVNHm2zfcnfOKmnWwRPvjLj2lXYoJPoDQ7z8cCI8Xtl9LzgCJtHqCd tZXLbq9mVb6PgOszEdcT6DrYZ5IFoTTlO7bOaaps= From: "hjl.tools at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/96061] Please support 'no_caller_saved_registers' attribute on aarch64 (or maybe on all targets) Date: Sat, 04 Jul 2020 16:09:23 +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: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: hjl.tools at gmail dot com 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 bug_status everconfirmed 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jul 2020 16:09:24 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96061 H.J. Lu changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2020-07-04 Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #1 from H.J. Lu --- (In reply to Alexander Popov from comment #0) > This is an enhancement request. >=20 > GCC currently supports 'no_caller_saved_registers' attribute only for x86. > Clang supports it for all target architectures. We are working on -fzero-call-used-regs: https://gitlab.com/x86-gcc/gcc/-/tree/users/qinzhao/caller-saved/master They are related.=