Loose-Info.com
Last Update 2020/10/23
TOP - 各種テスト - gcc - --help - --help={クラス|[^]修飾子}[,…] - 言語名 - Ada

--help=Ada
指定されたクラスおよび修飾子に合致するコマンドラインオプションの説明を、標準出力へ出力
指定クラス(言語名) Ada : Adaでサポートされているオプションを表示

テスト概要

コマンド「gcc --help=Ada」の実行

実行環境

GCC-8.2.0
GNU C Library 2.28
GNU Binutils 2.31.1


コード例・出力内容中の表記

・実行例中の太字表記部分は、コマンドなどの入力された文字列を示します。
・「」や「...」の着色省略表記は、 実際のソースコードや出力内容などを省略加工した部分を示します。

動作テスト


実行結果
$ gcc --help=Ada Adaでサポートされているオプションを表示(言語名は大文字小文字区別なし) The following options are supported by the language Ada: --all-warnings Same as -Wall. Use the latter option instead. --include-barrier Same as -I. Use the latter option instead. --include-directory Same as -I. Use the latter option instead. --include-directory= Same as -I. Use the latter option instead. --no-standard-includes Same as -nostdinc. Use the latter option instead. --no-standard-libraries Same as -nostdlib. Use the latter option instead. -fsigned-char Make "char" signed by default. -gant Catch typos. -gnat<options> Specify options to GNAT. -gnatO Set name of output ALI file (internal switch). -nostdinc Do not search standard system include directories (those specified with -isystem will still be used). -nostdlib Do not look for object files in standard path. $