From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5E92E3858D38; Fri, 31 Mar 2023 05:56:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5E92E3858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1680242179; bh=w7OXKgxQPgxWtSlZ1I6oSGEV3FXhpdE44dqjYaxunzg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=EHbA00Fq3cWsPZLiqxPTpH3eUjIcJTKwEJESKH2oyCY7RG23xvtsZSf6nomdx5r09 VTLW8qD6Dxw3qBQot+F9J8x7Swdbf4Trr82DXVoxDhF6a14wADw3NfxGYDkDdOWFhU 0xxTgne/vSKV8saHKyvHKpVaptkCaBNt2YL1EKIU= From: "kito at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/109349] riscv: Add --print-supported-extensions Date: Fri, 31 Mar 2023 05:56:19 +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: kito 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: cc 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=3D109349 Kito Cheng changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kito at gcc dot gnu.org --- Comment #4 from Kito Cheng --- MaskRay: I would prefer to adding -march=3Dhelp rather than --print-supported-extens= ions on GNU toolchain side, that should be satisfy the conventions in GCC and al= so having consistent with clang, although I am personally prefer -march=3D? ra= ther than -march=3Dhelp, but I know clang has rename -mcpu=3D? -mtune=3D? to -mc= pu=3Dhelp and -mtune=3Dhelp, anyway that's minor. BTW, 4vtomat is our(SiFive) team member, so actually we've plan to add that= on GNU toolchain side but because it's stage 4 for GCC so I still hold there :P Andrew Pinski: Yeah, I plan to make up document stuffs and release notes at April...=