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

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

テスト概要

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

実行環境

GCC-8.2.0
GNU C Library 2.28
GNU Binutils 2.31.1


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

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

動作テスト


実行結果
$ gcc --help=Fortran Fortranでサポートされているオプションを表示(言語名は大文字小文字区別なし) The following options are supported by the language Fortran: --all-warnings Same as -Wall. Use the latter option instead. --assert Same as -A. Use the latter option instead. --assert= Same as -A. Use the latter option instead. --comments Same as -C. Use the latter option instead. --comments-in-macros Same as -CC. Use the latter option instead. --define-macro Same as -D. Use the latter option instead. -std=f2018 Conform to the ISO Fortran 2018 standard. -std=f95 Conform to the ISO Fortran 95 standard. -std=gnu Conform to nothing in particular. -std=legacy Accept extensions to support legacy code. -undef Do not predefine system-specific and GCC-specific macros. -v Enable verbose output. $