From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 686953858CDA; Fri, 31 Mar 2023 04:51:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 686953858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1680238281; bh=u1BAxrsAtLOTZ35YBkmiJP+kt2siJ5PniewCqp3U0OU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Sa999uZwclPkPsmbQrf3b0+J2ZWfY61V6+K9+4ygNMH15fVPOKb6WkAf5se71jEnv g24mj/g9EX97ScJeFsnSedmeYwdHGfHwMuSOVf7/fTpczOPZAw9kPX9rIKe0zKo7OS ISR37GWfMoE1SwCzCsMf5R8yUvT8382SpK+73V48= From: "pinskia 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 04:51:21 +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: pinskia 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: 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 --- Comment #2 from Andrew Pinski --- Also from reading the merge request, this really should just be in the gcc = user manual instead of just in the compiler. Gcc's user manual should document what is supported. It is how all other targets handle this.=