From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A61BE3858D32; Mon, 12 Jun 2023 09:08:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A61BE3858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1686560888; bh=qzHKlG348tDNiSg3fpab9fsaJOjn6RvU75n2Ym9kPhc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=lDS6A3hd4DuekCGFzi6UF4AoY29mrXm9o7b91M0pwWO2dcksoe2ptqjxdUHWTXekQ lJMuBiIN9ZIIcpvRK5yeHBDWxHtKY6qbGrtxEm+n3+xGAwjmHi2MRMva14hlbN6RbQ 0bJqWw4eHtfzOVol7mQgaxJ2vVbRQCQRAkvBq7xA= From: "xry111 at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/109456] `-ffixed-reg` cannot prevent using `reg` for ABI-mandated roles (argument register etc) and the behavior should be documented more clearly Date: Mon, 12 Jun 2023 09:08:05 +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: 12.2.1 X-Bugzilla-Keywords: documentation X-Bugzilla-Severity: normal X-Bugzilla-Who: xry111 at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED 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=3D109456 Xi Ruoyao changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|`-ffixed` is ignored for |`-ffixed-reg` cannot |`a` registers on RISC-V. |prevent using `reg` for | |ABI-mandated roles | |(argument register etc) and | |the behavior should be | |documented more clearly --- Comment #11 from Xi Ruoyao --- Not a RISCV-specific issue.=