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

--help=undocumented
指定されたクラスおよび修飾子に合致するコマンドラインオプションの説明を、標準出力へ出力
指定可能な修飾子 undocumented : 文書化されていないオプションのみを表示

テスト概要

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

実行環境

GCC-8.2.0
GNU C Library 2.28
GNU Binutils 2.31.1


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

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

動作テスト


実行結果
$ gcc --help=undocumented 文書化されていないオプションのみを表示 The following options are not documented: --preprocess This option lacks documentation. -E This option lacks documentation. -Wc++0x-compat Same as -Wc++11-compat. Use the latter option instead. -Wc++1z-compat Same as -Wc++17-compat. Use the latter option instead. -Wimport This option lacks documentation. -Wlarger-than- Same as -Wlarger-than=. Use the latter option instead. -std=c++0x Deprecated in favor of -std=c++11. Same as -std=c++11. -std=c++1y Deprecated in favor of -std=c++14. Same as -std=c++14. -std=c++1z Deprecated in favor of -std=c++17. Same as -std=c++17. -std=gnu++0x Deprecated in favor of -std=gnu++11. Same as -std=gnu++11. -std=gnu++1y Deprecated in favor of -std=gnu++14. Same as -std=gnu++14. -std=gnu++1z Deprecated in favor of -std=gnu++17. Same as -std=gnu++17. $